summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_displayid.h
Commit message (Collapse)AuthorAgeFilesLines
* drm/edid: add displayid detailed 1 timings to the modelist. (v1.1)Dave Airlie2016-05-231-0/+17
| | | | | | | | | | | The tiled 5K Dell monitor appears to be hiding it's tiled mode inside the displayid timings block, this patch parses this blocks and adds the modes to the modelist. v1.1: add missing __packed. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95207 Signed-off-by: Dave Airlie <airlied@redhat.com>
* drm/displayid: add displayid defines and edid extension (v2)Dave Airlie2014-12-091-0/+76
These are just taken from the DisplayID v1.3 spec, and the DDC spec. v2: use __packed (Jani) Signed-off-by: Dave Airlie <airlied@redhat.com>