[PATCH 1/2] drm/edid: adjust double-clocked cea modes

Paulo Zanoni przanoni at gmail.com
Mon May 14 12:43:10 PDT 2012


2012/5/14 Paulo Zanoni <przanoni at gmail.com>:
> I haven't bothered to even try to fix them since I couldn't find any
> TV/Monitor that supports them.

Also, I think flag DRM_MODE_FLAG_DBLCLK does not sound correct for
them, so we would need to create flags:
- DRM_MODE_FLAG_PR_1_to_10
- DRM_MODE_FLAG_PR_1_or_2
- DRM_MODE_FLAG_PR_1_or_2_or_4

Or any other more creative names. And then we should cross our fingers
in the hope that they don't start creating modes with other possible
variations of PR :)
Anyway, how will the user be able to choose the wanted PR? What about
the aspect ratio? Yet Another Connector Property?

Or we add the amount of PR acceptable in another field of some struct
(possibly in the same struct where we're going to add the VIC number).

-- 
Paulo Zanoni


More information about the dri-devel mailing list