Re: [PATCH v2] drm: add fallback override/firmware EDID modes workaround

2019-06-12 Thread Jani Nikula
On Tue, 11 Jun 2019, Paul Wise wrote: > On Mon, 2019-06-10 at 12:30 +0300, Jani Nikula wrote: >> We've moved the override and firmware EDID (simply "override EDID" from >> now on) handling to the low level drm_do_get_edid() function in order to >> transparently use the override throughout the stac

Re: [PATCH v2] drm: add fallback override/firmware EDID modes workaround

2019-06-11 Thread Paul Wise
On Mon, 2019-06-10 at 12:30 +0300, Jani Nikula wrote: > We've moved the override and firmware EDID (simply "override EDID" from > now on) handling to the low level drm_do_get_edid() function in order to > transparently use the override throughout the stack. The idea is that > you get the override E

[PATCH v2] drm: add fallback override/firmware EDID modes workaround

2019-06-10 Thread Jani Nikula
We've moved the override and firmware EDID (simply "override EDID" from now on) handling to the low level drm_do_get_edid() function in order to transparently use the override throughout the stack. The idea is that you get the override EDID via the ->get_modes() hook. Unfortunately, there are scen