intel_extreme: Properly use VBIOS panel mode
* Move current_mode into the accelerant as the driver doesn't care. * Record panel_mode in driver and present to accelerant * eDP, if no EDID and mobile, leave edid incomplete. Mode set should notice that and fall back to panel_mode
This commit is contained in:
@@ -213,12 +213,12 @@ struct intel_shared_info {
|
||||
area_id mode_list_area; // area containing display mode list
|
||||
uint32 mode_count;
|
||||
|
||||
display_mode current_mode;
|
||||
display_mode panel_mode; // VBIOS VBT panel mode
|
||||
uint32 bytes_per_row;
|
||||
uint32 bits_per_pixel;
|
||||
uint32 dpms_mode;
|
||||
|
||||
area_id registers_area; // area of memory mapped registers
|
||||
area_id registers_area; // area of memory mapped registers
|
||||
uint32 register_blocks[REGISTER_BLOCK_COUNT];
|
||||
|
||||
uint8* status_page;
|
||||
|
||||
Reference in New Issue
Block a user