Revert "drm: fix EDID struct for old ARM OABI format"
This reverts commit ebede9aadf
which is
commit 47f15561b69e226bfc034e94ff6dbec51a4662af upstream.
This is not relevant for the specific Android ARM64 systems, and it
causes a CRC issue when present, so revert it.
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: If766583203be987e5623598aa0bbd30934d5ccf7
This commit is contained in:
parent
864659cb5f
commit
829ffaa71c
@ -116,7 +116,7 @@ struct detailed_data_monitor_range {
|
||||
u8 supported_scalings;
|
||||
u8 preferred_refresh;
|
||||
} __attribute__((packed)) cvt;
|
||||
} __attribute__((packed)) formula;
|
||||
} formula;
|
||||
} __attribute__((packed));
|
||||
|
||||
struct detailed_data_wpindex {
|
||||
@ -149,7 +149,7 @@ struct detailed_non_pixel {
|
||||
struct detailed_data_wpindex color;
|
||||
struct std_timing timings[6];
|
||||
struct cvt_timing cvt[4];
|
||||
} __attribute__((packed)) data;
|
||||
} data;
|
||||
} __attribute__((packed));
|
||||
|
||||
#define EDID_DETAIL_EST_TIMINGS 0xf7
|
||||
@ -167,7 +167,7 @@ struct detailed_timing {
|
||||
union {
|
||||
struct detailed_pixel_timing pixel_data;
|
||||
struct detailed_non_pixel other_data;
|
||||
} __attribute__((packed)) data;
|
||||
} data;
|
||||
} __attribute__((packed));
|
||||
|
||||
#define DRM_EDID_INPUT_SERRATION_VSYNC (1 << 0)
|
||||
|
Loading…
Reference in New Issue
Block a user