aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_bios.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-27drm/i915/bios: cleanup return type of intel_parse_bios()Dan Carpenter1-1/+1
2012-04-12Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-nextDave Airlie1-2/+43
2012-04-01drm/i915: quirk away broken OpRegion VBTDaniel Vetter1-1/+22
2012-03-28drm/i915/intel_i2c: refactor using intel_gmbus_get_adapterDaniel Kurtz1-2/+2
2012-03-22drm/i915: Check VBIOS value for determining LVDS dual channel mode, tooTakashi Iwai1-0/+36
2012-03-01i915: Add option to bypass vbt table.Mathias Fröhlich1-0/+5
2012-02-27drm/i915/bios: Downgrade the "signature missing" DRM_ERROR to debugChris Wilson1-1/+1
2012-01-17drm/i915: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-10-20drm/i915: Remove "i2c_speed" nonsense from child device tableAdam Jackson1-4/+2
2011-10-20Merge branch 'fix-pch-refclk' into fooKeith Packard1-3/+10
2011-09-27drv/i915: Pull display_clock_mode out of VBT tableKeith Packard1-2/+4
2011-09-27drm/i915: Use DRM_DEBUG_KMS for all messages in intel_bios.cKeith Packard1-2/+7
2011-09-26drm/i915: broken copyright encoding in intel_bios.cKeith Packard1-1/+1
2011-09-19Drivers: i915: Fix all space related issues.Akshay Joshi1-2/+2
2011-07-13drm/i915/bios: Avoid temporary allocation whilst searching for downclockChris Wilson1-59/+83
2011-04-28drm: Verify debug message argumentsJoe Perches1-3/+3
2011-02-22Revert "drm/i915: Disable SSC for outputs other than LVDS or DP"Chris Wilson1-1/+0
2011-02-01drm/i915: Override SDVO panel type in VBTChris Wilson1-8/+14
2011-01-19drm/i915: Disable SSC for outputs other than LVDS or DPChris Wilson1-0/+1
2011-01-19drm/i915/bios: Change default clock source on PineView to use SSCBryan Freed1-8/+23
2011-01-13drm/i915: Add a module option to override the use of SSCChris Wilson1-11/+6
2010-12-30Revert "drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks"Chris Wilson1-1/+1
2010-12-14drm/i915/bios: Reverse order of 100/120 Mhz SSC clocksChris Wilson1-1/+1
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson1-2/+2
2010-10-19drm/i915: Initialize panel timing registers if VBIOS did notBryan Freed1-2/+19
2010-10-08drm/i915: fetch eDP configuration data from the VBTJesse Barnes1-11/+49
2010-09-30i915: Added function to initialize VBT settingsSimon Que1-13/+23
2010-09-28drm/i915/sdvo: Fix GMBUSificationChris Wilson1-0/+9
2010-09-24drm/i915: Parse the eDP link configuration from the vBIOSChris Wilson1-14/+27
2010-09-22drm/i915: Don't offset the pin used for crt_ddcChris Wilson1-1/+1
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson1-12/+4
2010-09-12drm/i915/bios: Prevent NULL dereference after allocation failureChris Wilson1-0/+2
2010-09-08drm/i915: Use the VBT from OpRegion when available (v3)Chris Wilson1-31/+42
2010-06-01drm/i915: Honor sync polarity from VBT panel timing descriptorsAdam Jackson1-0/+10
2010-05-10drm/i915: Fix DDC bus selection for multifunction SDVOAdam Jackson1-0/+1
2010-03-17drivers/gpu/drm/i915/intel_bios.c: fix continuation line formatsJoe Perches1-2/+3
2010-02-26drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt1-1/+2
2010-01-15drm/i915: parse eDP panel color depth from VBT blockZhenyu Wang1-0/+32
2010-01-15drm/i915: disable LVDS downclock by defaultJesse Barnes1-1/+2
2009-12-07drm/i915: Fix product names and #definesAdam Jackson1-1/+1
2009-11-30drm/i915: parse child device from VBTZhao Yakui1-0/+65
2009-11-30drm/i915: fix gpio register detection logic for BIOS without VBTShaohua Li1-4/+0
2009-11-25drm/i915: Check whether the LVDS downclock is found in VBTZhao Yakui1-0/+42
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui1-12/+12
2009-10-13drm/i915: Fix render reclock availability detection.Andy Lutomirski1-8/+6
2009-09-17drm/i915: Fix SSC frequence for IGDNGZhenyu Wang1-0/+3
2009-09-04drm/i915: add dynamic clock frequency controlJesse Barnes1-1/+7
2009-08-29drm/i915: Improve CRTDDC mapping by using VBT infoDavid Müller (ELSOFT AG)1-3/+48
2009-07-29drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang1-0/+21
2009-07-29drm/I915: Fix offset to DVO timings in LVDS dataZhao Yakui1-9/+10