|
[Ozone-GBM] Handle GPU crashes
If the GPU process crashes, all the display configuration state is gone.
This allows the platform to gracefully handle GPU crashes and restore
the state once the GPU process spins up again.
BUG=none
NOTRY=true
Committed: https://crrev.com/a83cb2af0561e5f4f8f5d6be8b55613d18da95e0
Cr-Commit-Position: refs/heads/master@{#293399}
Total comments: 5
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+264 lines, -67 lines) |
Patch |
 |
M |
ui/ozone/common/gpu/ozone_gpu_messages.h
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
ui/ozone/platform/dri/channel_observer.h
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/chromeos/display_message_handler.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/chromeos/display_message_handler.cc
|
View
|
1
|
2 chunks |
+36 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/chromeos/native_display_delegate_dri.cc
|
View
|
1
|
2 chunks |
+33 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/chromeos/native_display_delegate_proxy.cc
|
View
|
1
|
1 chunk |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/dri_window_delegate_impl.cc
|
View
|
1
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/dri_window_delegate_proxy.h
|
View
|
|
3 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/dri_window_delegate_proxy.cc
|
View
|
1
|
2 chunks |
+33 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/dri_wrapper.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/gbm.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/gpu_platform_support_host_gbm.h
|
View
|
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/gpu_platform_support_host_gbm.cc
|
View
|
1
|
3 chunks |
+27 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/screen_manager.h
|
View
|
1
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/screen_manager.cc
|
View
|
1
2
3
4
|
3 chunks |
+42 lines, -39 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/dri/screen_manager_unittest.cc
|
View
|
1
|
8 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
Total messages: 14 (3 generated)
|