[PATCH 1/6] drm/displayid: add displayid defines and edid extension (v2)

2014-11-10 Thread Dave Airlie
From: Dave Airlie These are just taken from the DisplayID v1.3 spec, and the DDC spec. v2: use __packed (Jani) Signed-off-by: Dave Airlie --- include/drm/drm_displayid.h | 76 + include/drm/drm_edid.h | 2 ++ 2 files changed, 78 insertions(+)

[PATCH 1/6] drm/displayid: add displayid defines and edid extension (v2)

2014-10-22 Thread Dave Airlie
From: Dave Airlie These are just taken from the DisplayID v1.3 spec, and the DDC spec. v2: use __packed (Jani) Signed-off-by: Dave Airlie --- include/drm/drm_displayid.h | 76 + include/drm/drm_edid.h | 2 ++ 2 files changed, 78 insertions(+)

[Intel-gfx] [PATCH 1/6] drm/displayid: add displayid defines and edid extension

2014-10-20 Thread Jani Nikula
On Mon, 20 Oct 2014, Dave Airlie wrote: > From: Dave Airlie > > These are just taken from the DisplayID v1.3 spec, and the > DDC spec. > > Signed-off-by: Dave Airlie > --- > include/drm/drm_displayid.h | 76 > + > include/drm/drm_edid.h | 2 ++

[PATCH 1/6] drm/displayid: add displayid defines and edid extension

2014-10-20 Thread Dave Airlie
From: Dave Airlie These are just taken from the DisplayID v1.3 spec, and the DDC spec. Signed-off-by: Dave Airlie --- include/drm/drm_displayid.h | 76 + include/drm/drm_edid.h | 2 ++ 2 files changed, 78 insertions(+) create mode 100644 inclu