aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_bios.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-05drm/i915: Validate BDB section before readingChris Wilson1-1/+7
2014-05-01Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-6/+236
2014-04-15drm/i915: Code cleanup patch to fix checkpatch errorsShobhit Kumar1-4/+8
2014-04-14drm/i915: Add parsing support for new MIPI blocks in VBTShobhit Kumar1-5/+199
2014-04-11drm/i915: check VBT for supported backlight typeJani Nikula1-0/+10
2014-04-01drm/i915: Adding VBT fields to support eDP DRRS featurePradeep Bhat1-1/+33
2014-03-05drm/i915: Update VBT data structures to have MIPI block enhancementsShobhit Kumar1-2/+2
2014-01-27drm/i915: move module parameters into a struct, in a new fileJani Nikula1-2/+2
2013-12-16drm/i915: parse backlight modulation frequency from the BIOS VBTJani Nikula1-0/+29
2013-12-11drm/i915: Fix 66 MHz LVDS SSC freq for gen2Ville Syrjälä1-4/+4
2013-11-15i915: Use 120MHz LVDS SSC clock for gen5/gen6/gen7Duncan Laurie1-1/+6
2013-11-05drm/i915: Give names to the VBT child device type bitsVille Syrjälä1-5/+5
2013-10-01drm/i915: Rip out SUPPORTS_EDPDaniel Vetter1-4/+2
2013-10-01drm/i915: don't init DP or HDMI when not supported by DDI portPaulo Zanoni1-1/+12
2013-10-01drm/i915: add some assertions about VBT DDI port typesPaulo Zanoni1-1/+23
2013-10-01drm/i915: check the DDC and AUX bits of the VBT on DDI machinesPaulo Zanoni1-0/+27
2013-10-01drm/i915: use the HDMI DDI buffer translations from VBTPaulo Zanoni1-0/+77
2013-10-01drm/i915: VBT's child_device_config changes over timePaulo Zanoni1-18/+18
2013-09-04drm/i915: Parse the MIPI related VBT Block and store relevant infoShobhit Kumar1-0/+16
2013-05-10drm/i915: Organize VBT stuff inside drm_i915_privateRodrigo Vivi1-50/+50
2013-04-18drm/i915: set CPT FDI RX polarity bits based on VBTPaulo Zanoni1-2/+4
2013-04-08drm/i915: Don't touch South Display when PCH_NOPBen Widawsky1-0/+3
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-9/+2
2012-11-22drm/i915: do not default to 18 bpp for eDP if missing from VBTJani Nikula1-9/+2
2012-11-21drm/i915: Only check for valid PP_{ON, OFF}_DELAYS on pre ILK hardwareDamien Lespiau1-1/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
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