aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-09drm/edid: Store all supported hdmi deep color modes in drm_display_infoMario Kleiner1-0/+3
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter1-0/+2
2014-06-04drm: replace drm_get_connector_name() with direct name field useJani Nikula1-11/+11
2014-06-02drm/edid: Add quirk for Sony PVM-2541A to get 12 bpc hdmi deep color.Mario Kleiner1-0/+8
2014-06-02drm/edid: Parse and handle HDMI deep color modes.Mario Kleiner1-2/+108
2014-05-27drm/edid: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-2/+1
2014-04-29drm/edid: Cleanup kerneldocThierry Reding1-49/+79
2014-04-29drm/edid: Drop revision argument for drm_mode_std()Thierry Reding1-7/+4
2014-04-22drm/edid: Fill PAR in AVI infoframe based on CEA mode listVandana Kannan1-0/+22
2014-03-18Merge branch 'topic/core-stuff' of git://git.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-0/+4
2014-03-17drm: Check if the allocation has succeeded before dereferencing newmodeDamien Lespiau1-0/+3
2014-03-13drm/modes: remove drm_mode_height/widthDaniel Vetter1-2/+2
2014-03-13drm/doc: Fix up kerneldoc in drm_edid.cDaniel Vetter1-7/+19
2014-03-03drm/edid: request HDMI underscan by defaultDaniel Drake1-0/+1
2014-01-20drm/edid: Populate picture aspect ratio for CEA modesVandana Kannan1-64/+64
2014-01-20drm/edid: parse the list of additional 3D modesThomas Wood1-21/+73
2014-01-20drm/edid: split VIC display mode lookup into a separate functionThomas Wood1-28/+39
2013-12-17drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookRafał Miłecki1-0/+8
2013-12-05drm: fix the addition of the side-by-side (half) flag for extra 3D modesThomas Wood1-1/+1
2013-12-05drm/edid: fix length check when adding extra 3D modesThomas Wood1-1/+1
2013-11-11drm/edid: compare actual vrefresh for all modes for quirksAlex Deucher1-3/+8
2013-11-06drm: add drm_set_preferred_modeGerd Hoffmann1-0/+13
2013-11-06drm/edid: Yank a helpful comment about EST modes from xf86EdidModes.cVille Syrjälä1-0/+9
2013-11-06drm/edid: Don't skip every eighth EST III modeVille Syrjälä1-1/+1
2013-11-06drm/edid: Fix the 1792x1344-75 EST III modeVille Syrjälä1-1/+1
2013-10-16drm: add support for additional stereo 3D modesThomas Wood1-9/+94
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-0/+14
2013-10-01drm: Code stereo layouts as an enum rather than a bit fieldDamien Lespiau1-32/+15
2013-10-01drm: Carry over the stereo flags when adding the alternate modeDamien Lespiau1-0/+3
2013-10-01drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau1-2/+2
2013-10-01drm: Set the relevant infoframe field when scanning out a 3D modeDamien Lespiau1-2/+38
2013-10-01drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()Damien Lespiau1-15/+21
2013-10-01drm/edid: Expose mandatory stereo modes for HDMI sinksDamien Lespiau1-7/+103
2013-10-01drm/edid: catch kmalloc failure in drm_edid_to_speaker_allocationAlex Deucher1-0/+2
2013-10-01drm/edid: add drm_edid_duplicateJani Nikula1-0/+12
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+55
2013-08-30drm/edid: add a helper function to extract the speaker allocation data block (v3)Alex Deucher1-0/+52
2013-08-30drm/edid: add quirk for Medion MD30217PGAlex Deucher1-0/+3
2013-08-30video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUILespiau, Damien1-1/+1
2013-08-30drm: Add a helper to forge HDMI vendor infoframesLespiau, Damien1-0/+36
2013-08-30drm/edid: Move HDMI_IDENTIFIER to hdmi.hLespiau, Damien1-1/+0
2013-08-30video/hdmi: Don't let the user of this API create invalid infoframesLespiau, Damien1-1/+0
2013-08-30drm: Add support for alternate clocks of 4k modesLespiau, Damien1-6/+62
2013-08-30drm/edid: Parse the HDMI CEA block and look for 4k modesLespiau, Damien1-15/+109
2013-08-30drm/edid: Fix add_cea_modes() style issuesLespiau, Damien1-5/+7
2013-08-30drm: Don't export drm_find_cea_extension() any moreLespiau, Damien1-3/+2
2013-08-08drm: Set aspect ratio fields in the AVI infoframe even for non CEA modesDamien Lespiau1-2/+0
2013-08-08drm: Handle the DBLCLK flag in the common infoframe helperDamien Lespiau1-0/+3
2013-08-08drm: Don't generate invalid AVI infoframes for CEA modesDamien Lespiau1-0/+1
2013-07-04drm: add assertion for checking null edid to drm_edid_block_validSeung-Woo Kim1-3/+6