summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_modes.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-19drm/i915: remove redundant ELD connector type updateJani Nikula1-17/+0
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-0/+17
2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula1-1/+0
2017-09-20drm/i915: always update ELD connector type after get modesJani Nikula1-0/+17
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter1-1/+0
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-2/+2
2015-09-30drm/i915: Add HDMI aspect ratio property for SDVOVille Syrjälä1-0/+9
2013-01-20drm/i915: Add "Automatic" mode for the "Broadcast RGB" propertyVille Syrjälä1-2/+3
2012-12-10drm/i915: Remove duplicate inclusion of drm/drm_edid.hSachin Kamat1-1/+0
2012-11-21drm/i915: drm_connector_property -> drm_object_propertyRob Clark1-2/+2
2012-10-22drm/i915: Do not free the passed EDID in intel_connector_update_modes()Jani Nikula1-2/+5
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-8/+21
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula1-1/+0
2012-08-17drm/i915: extract connector update from intel_ddc_get_modes() for reuseJani Nikula1-9/+22
2012-07-20drm/i915: kill intel_ddc_probeDaniel Vetter1-28/+0
2012-04-12Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie1-1/+2
2012-03-28drm/i915/intel_i2c: refactor using intel_gmbus_get_adapterDaniel Kurtz1-1/+2
2012-03-21drm/i915: use DDC_ADDR instead of hard-coding itMatt Turner1-2/+3
2012-02-23Merge remote-tracking branch 'airlied/drm-next' into for-airliedDaniel Vetter1-19/+12
2012-02-14drm/i915: add a "force-dvi" HDMI audio modeWu Fengguang1-1/+3
2012-02-09drm: add convenience function to create an enum propertySascha Hauer1-17/+11
2011-09-21drm/i915: pass ELD to HDMI/DP audio driverWu Fengguang1-0/+2
2011-06-04drm/i915: Share the common force-audio property between connectorsChris Wilson1-0/+30
2011-02-22drm/i915: Add support for limited color range of broadcast outputsChris Wilson1-0/+30
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson1-12/+4
2010-09-09drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson1-2/+2
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie1-10/+11
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-11/+11
2010-04-09drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang1-10/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt1-11/+11
2009-06-18drm/i915: Change I2C api to pass around i2c_adaptersKeith Packard1-8/+6
2009-05-14drm/i915: workaround IGD i2c bus issue in kernel side (v2)Shaohua Li1-0/+6
2009-04-01drm/i915: avoid hanging on to a stale pointer to raw_edid.Ma Ling1-0/+1
2008-12-29DRM: i915: add mode setting supportJesse Barnes1-0/+83