[Intel-gfx] [PATCH 4/6] drm/connector: store tile information from displayid (v2)

2014-11-10 Thread Dave Airlie
> + bool is_edid_extension) > +{ > + /* if this is an EDID extension the first byte will be 0x70 */ > + int idx = 0; > + struct displayid_hdr *base; > + struct displayid_block *block; > + u8 csum = 0; > + int i; > + > + if (is_

[PATCH 4/6] drm/connector: store tile information from displayid (v2)

2014-11-10 Thread Dave Airlie
From: Dave Airlie This creates a tile group from DisplayID block, and stores the pieces of parsed info from the DisplayID block into the connector. v2: add missing signoff, add new connector bits to docs. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_crtc.c | 5 ++ drivers/gpu/drm/drm_

[PATCH 4/6] drm/connector: store tile information from displayid (v2)

2014-10-22 Thread Dave Airlie
From: Dave Airlie This creates a tile group from DisplayID block, and stores the pieces of parsed info from the DisplayID block into the connector. v2: add missing signoff, add new connector bits to docs. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_crtc.c | 5 ++ drivers/gpu/drm/drm_

[PATCH 4/6] drm/connector: store tile information from displayid

2014-10-20 Thread Dave Airlie
From: Dave Airlie This creates a tile group from DisplayID block, and stores the pieces of parsed info from the DisplayID block into the connector. --- drivers/gpu/drm/drm_crtc.c | 5 ++ drivers/gpu/drm/drm_edid.c | 139 - include/drm/drm_crtc.h