Re: [PATCH] drm/edid: drop the dcc probe before drm_do_get_edid

2018-02-12 Thread Jani Nikula
On Sun, 11 Feb 2018, Lubomir Rintel wrote: > On Sat, 2018-02-10 at 19:03 +0100, Lubomir Rintel wrote: >> Now that drm_do_get_edid() handles override and firmware EDIDs it makes >> no sense to conditionalize it with a DCC probe. On the contrary -- the >> overrides are useful

Re: [PATCH] drm/edid: drop the dcc probe before drm_do_get_edid

2018-02-12 Thread Jani Nikula
On Sun, 11 Feb 2018, Lubomir Rintel wrote: > On Sat, 2018-02-10 at 19:03 +0100, Lubomir Rintel wrote: >> Now that drm_do_get_edid() handles override and firmware EDIDs it makes >> no sense to conditionalize it with a DCC probe. On the contrary -- the >> overrides are useful specifically when DCC

Re: [PATCH] drm/edid: drop the dcc probe before drm_do_get_edid

2018-02-11 Thread Lubomir Rintel
On Sat, 2018-02-10 at 19:03 +0100, Lubomir Rintel wrote: > Now that drm_do_get_edid() handles override and firmware EDIDs it makes > no sense to conditionalize it with a DCC probe. On the contrary -- the > overrides are useful specifically when DCC is not functioning. > > drm_do_get_edid()

Re: [PATCH] drm/edid: drop the dcc probe before drm_do_get_edid

2018-02-11 Thread Lubomir Rintel
On Sat, 2018-02-10 at 19:03 +0100, Lubomir Rintel wrote: > Now that drm_do_get_edid() handles override and firmware EDIDs it makes > no sense to conditionalize it with a DCC probe. On the contrary -- the > overrides are useful specifically when DCC is not functioning. > > drm_do_get_edid()

[PATCH] drm/edid: drop the dcc probe before drm_do_get_edid

2018-02-10 Thread Lubomir Rintel
Now that drm_do_get_edid() handles override and firmware EDIDs it makes no sense to conditionalize it with a DCC probe. On the contrary -- the overrides are useful specifically when DCC is not functioning. drm_do_get_edid() already bails out when DCC fails, there's no need for an extra check. It

[PATCH] drm/edid: drop the dcc probe before drm_do_get_edid

2018-02-10 Thread Lubomir Rintel
Now that drm_do_get_edid() handles override and firmware EDIDs it makes no sense to conditionalize it with a DCC probe. On the contrary -- the overrides are useful specifically when DCC is not functioning. drm_do_get_edid() already bails out when DCC fails, there's no need for an extra check. It