radeon_hd: DP AUX address is actually 20-bit

Change-Id: Ie551c6977cb4fb8b45ad896aedd0d3c6b0b183d8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5172
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Jérôme Duval
2022-04-05 10:53:04 +00:00
committed by Adrien Destugues
parent 5f90c3726b
commit f0a63f1888
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ typedef struct {
} dp_info;
typedef struct {
uint16 address;
uint32 address;
uint8 request;
uint8 reply;
void* buffer;