mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
drm/amd/display: Define PSR ERROR Status bit VSC_SDP
[why] So we can track VSC SDP errors from display [how] Define the bit, and use it in driver logic Signed-off-by: Reza Amini <Reza.Amini@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a47cc3ab05
commit
a10ba3827a
|
|
@ -90,7 +90,8 @@ union psr_error_status {
|
|||
struct {
|
||||
unsigned char LINK_CRC_ERROR :1;
|
||||
unsigned char RFB_STORAGE_ERROR :1;
|
||||
unsigned char RESERVED :6;
|
||||
unsigned char VSC_SDP_ERROR :1;
|
||||
unsigned char RESERVED :5;
|
||||
} bits;
|
||||
unsigned char raw;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user