Re: [PATCH v2] drm/amd/display: set panel orientation before drm_dev_register

2022-08-10 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Aug 4, 2022 at 12:14 PM Melissa Wen wrote: > > To set the panel orientation property with quirk, we need the mode size > provided by EDID. This info is available after EDID is read by > dc_link_detect() > and updated by amdgpu_dm_update_connector_after_detect().

Re: [PATCH v2] drm/amd/display: set panel orientation before drm_dev_register

2022-08-09 Thread Hans de Goede
Hi, On 8/8/22 20:53, Melissa Wen wrote: > On 08/04, Melissa Wen wrote: >> To set the panel orientation property with quirk, we need the mode size >> provided by EDID. This info is available after EDID is read by >> dc_link_detect() >> and updated by amdgpu_dm_update_connector_after_detect(). The

Re: [PATCH v2] drm/amd/display: set panel orientation before drm_dev_register

2022-08-08 Thread Melissa Wen
On 08/04, Melissa Wen wrote: > To set the panel orientation property with quirk, we need the mode size > provided by EDID. This info is available after EDID is read by > dc_link_detect() > and updated by amdgpu_dm_update_connector_after_detect(). The detection > happens at driver load in

[PATCH v2] drm/amd/display: set panel orientation before drm_dev_register

2022-08-04 Thread Melissa Wen
To set the panel orientation property with quirk, we need the mode size provided by EDID. This info is available after EDID is read by dc_link_detect() and updated by amdgpu_dm_update_connector_after_detect(). The detection happens at driver load in amdgpu_dm_initialize_drm_device() and,