summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_edid.c
AgeCommit message (Expand)Author
2014-12-11Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-...Dave Airlie
2014-12-09drm/connector: store tile information from displayid (v3)Dave Airlie
2014-12-03drm/edid: Restore kerneldoc consistencyThierry Reding
2014-12-03Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/...Dave Airlie
2014-12-01drm/edid: new drm_edid_block_checksum helper function V3Stefan Brüns
2014-12-01drm/edid: shorten log output in case of all zeroes edid blockStefan Brüns
2014-12-01drm/edid: move drm_edid_is_zero to top, make edid argument constStefan Brüns
2014-11-26drm: Decouple EDID parsing from I2C adapterLars-Peter Clausen
2014-11-14drm/edid: fix Baseline_ELD_Len field in drm_edid_to_eld()Jani Nikula
2014-10-01drm/edid: Add missing interlaced flag to 576i@100 modes.Clint Taylor
2014-09-15drm/edid: Reduce horizontal timings for pixel replicated modesClint Taylor
2014-09-12drm: use c99 initializers in structuresJulia Lawall
2014-08-14drm: Docbook fixesDaniel Vetter
2014-07-29Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter
2014-07-23drm/edid: Check for user aspect ratio inputVandana Kannan
2014-07-18drm: Check for connection_mutex in drm_select_eldSean Paul
2014-06-09drm/edid: Store all supported hdmi deep color modes in drm_display_infoMario Kleiner
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter
2014-06-04drm: replace drm_get_connector_name() with direct name field useJani Nikula
2014-06-02drm/edid: Add quirk for Sony PVM-2541A to get 12 bpc hdmi deep color.Mario Kleiner
2014-06-02drm/edid: Parse and handle HDMI deep color modes.Mario Kleiner
2014-05-27drm/edid: Use kmemdup instead of kmalloc + memcpyBenoit Taine
2014-04-29drm/edid: Cleanup kerneldocThierry Reding
2014-04-29drm/edid: Drop revision argument for drm_mode_std()Thierry Reding
2014-04-22drm/edid: Fill PAR in AVI infoframe based on CEA mode listVandana Kannan
2014-03-18Merge branch 'topic/core-stuff' of git://git.freedesktop.org/git/drm-intel in...Dave Airlie
2014-03-17drm: Check if the allocation has succeeded before dereferencing newmodeDamien Lespiau
2014-03-13drm/modes: remove drm_mode_height/widthDaniel Vetter
2014-03-13drm/doc: Fix up kerneldoc in drm_edid.cDaniel Vetter
2014-03-03drm/edid: request HDMI underscan by defaultDaniel Drake
2014-01-20drm/edid: Populate picture aspect ratio for CEA modesVandana Kannan
2014-01-20drm/edid: parse the list of additional 3D modesThomas Wood
2014-01-20drm/edid: split VIC display mode lookup into a separate functionThomas Wood
2013-12-17drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookRafał Miłecki
2013-12-05drm: fix the addition of the side-by-side (half) flag for extra 3D modesThomas Wood
2013-12-05drm/edid: fix length check when adding extra 3D modesThomas Wood
2013-11-11drm/edid: compare actual vrefresh for all modes for quirksAlex Deucher
2013-11-06drm: add drm_set_preferred_modeGerd Hoffmann
2013-11-06drm/edid: Yank a helpful comment about EST modes from xf86EdidModes.cVille Syrjälä
2013-11-06drm/edid: Don't skip every eighth EST III modeVille Syrjälä
2013-11-06drm/edid: Fix the 1792x1344-75 EST III modeVille Syrjälä
2013-10-16drm: add support for additional stereo 3D modesThomas Wood
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter
2013-10-01drm: Code stereo layouts as an enum rather than a bit fieldDamien Lespiau
2013-10-01drm: Carry over the stereo flags when adding the alternate modeDamien Lespiau
2013-10-01drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau
2013-10-01drm: Set the relevant infoframe field when scanning out a 3D modeDamien Lespiau
2013-10-01drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()Damien Lespiau
2013-10-01drm/edid: Expose mandatory stereo modes for HDMI sinksDamien Lespiau
2013-10-01drm/edid: catch kmalloc failure in drm_edid_to_speaker_allocationAlex Deucher