File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
drivers/gpu/drm/amd/display/dmub/inc Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -436,8 +436,13 @@ union replay_debug_flags {
436
436
* @enable_coasting_vtotal_check: Enable Coasting_vtotal_check
437
437
*/
438
438
uint32_t enable_coasting_vtotal_check : 1 ;
439
+ /**
440
+ * 0x2000 (bit 13)
441
+ * @enable_visual_confirm_debug: Enable Visual Confirm Debug
442
+ */
443
+ uint32_t enable_visual_confirm_debug : 1 ;
439
444
440
- uint32_t reserved : 19 ;
445
+ uint32_t reserved : 18 ;
441
446
} bitfields ;
442
447
443
448
uint32_t u32All ;
@@ -446,7 +451,7 @@ union replay_debug_flags {
446
451
/**
447
452
* Flags record error state.
448
453
*/
449
- union replay_error_state_flags {
454
+ union replay_visual_confirm_error_state_flags {
450
455
struct {
451
456
/**
452
457
* 0x1 (bit 0) - Desync Error flag.
@@ -483,15 +488,11 @@ union replay_error_state_flags {
483
488
* Reserved bit 6-7
484
489
*/
485
490
uint32_t reserved_6_7 : 2 ;
486
- /**
487
- * 0x100 (bit 8) - DQE Only.
488
- */
489
- uint32_t pass_low_hz : 1 ;
490
491
491
492
/**
492
493
* Reserved bit 9-31
493
494
*/
494
- uint32_t reserved_9_31 : 23 ;
495
+ uint32_t reserved_9_31 : 24 ;
495
496
} bitfields ;
496
497
497
498
uint32_t u32All ;
You can’t perform that action at this time.
0 commit comments