summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_bios.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: extract backlight minimum brightness from VBTJani Nikula2014-07-231-1/+2
* drm/i915: default to having backlight if VBT not availableJani Nikula2014-06-231-3/+3
* Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-06-061-0/+13
|\
| * drm/i915: Detect if MIPI panel based on VBT and initialize only if presentShobhit Kumar2014-06-051-0/+13
* | Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie2014-06-051-14/+38
|\ \ | |/ |/|
| * drm/i915: clean up VBT eDP link param decodingJani Nikula2014-05-071-14/+38
* | drm/i915: Validate VBT header before trusting itChris Wilson2014-05-051-18/+50
* | drm/i915: Validate BDB section before readingChris Wilson2014-05-051-1/+7
* | Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-05-011-6/+236
|\ \ | |/ |/|
| * drm/i915: Code cleanup patch to fix checkpatch errorsShobhit Kumar2014-04-151-4/+8
| * drm/i915: Add parsing support for new MIPI blocks in VBTShobhit Kumar2014-04-141-5/+199
| * drm/i915: Adding VBT fields to support eDP DRRS featurePradeep Bhat2014-04-011-1/+33
* | drm/i915: check VBT for supported backlight typeJani Nikula2014-04-111-0/+10
|/
* drm/i915: Update VBT data structures to have MIPI block enhancementsShobhit Kumar2014-03-051-2/+2
* drm/i915: move module parameters into a struct, in a new fileJani Nikula2014-01-271-2/+2
* drm/i915: parse backlight modulation frequency from the BIOS VBTJani Nikula2013-12-161-0/+29
* drm/i915: Fix 66 MHz LVDS SSC freq for gen2Ville Syrjälä2013-12-111-4/+4
* i915: Use 120MHz LVDS SSC clock for gen5/gen6/gen7Duncan Laurie2013-11-151-1/+6
* drm/i915: Give names to the VBT child device type bitsVille Syrjälä2013-11-051-5/+5
* drm/i915: Rip out SUPPORTS_EDPDaniel Vetter2013-10-011-4/+2
* drm/i915: don't init DP or HDMI when not supported by DDI portPaulo Zanoni2013-10-011-1/+12
* drm/i915: add some assertions about VBT DDI port typesPaulo Zanoni2013-10-011-1/+23
* drm/i915: check the DDC and AUX bits of the VBT on DDI machinesPaulo Zanoni2013-10-011-0/+27
* drm/i915: use the HDMI DDI buffer translations from VBTPaulo Zanoni2013-10-011-0/+77
* drm/i915: VBT's child_device_config changes over timePaulo Zanoni2013-10-011-18/+18
* drm/i915: Parse the MIPI related VBT Block and store relevant infoShobhit Kumar2013-09-041-0/+16
* drm/i915: Organize VBT stuff inside drm_i915_privateRodrigo Vivi2013-05-101-50/+50
* drm/i915: set CPT FDI RX polarity bits based on VBTPaulo Zanoni2013-04-181-2/+4
* drm/i915: Don't touch South Display when PCH_NOPBen Widawsky2013-04-081-0/+3
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-9/+2
|\
| * drm/i915: do not default to 18 bpp for eDP if missing from VBTJani Nikula2012-11-221-9/+2
* | drm/i915: Only check for valid PP_{ON, OFF}_DELAYS on pre ILK hardwareDamien Lespiau2012-11-211-1/+2
|/
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0
* drm/i915/bios: cleanup return type of intel_parse_bios()Dan Carpenter2012-06-271-1/+1
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2012-04-121-2/+43
|\
| * drm/i915/intel_i2c: refactor using intel_gmbus_get_adapterDaniel Kurtz2012-03-281-2/+2
| * drm/i915: Check VBIOS value for determining LVDS dual channel mode, tooTakashi Iwai2012-03-221-0/+36
| * i915: Add option to bypass vbt table.Mathias Fröhlich2012-03-011-0/+5
* | drm/i915: quirk away broken OpRegion VBTDaniel Vetter2012-04-011-1/+22
|/
* drm/i915/bios: Downgrade the "signature missing" DRM_ERROR to debugChris Wilson2012-02-271-1/+1
* drm/i915: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2012-01-171-1/+1
* drm/i915: Remove "i2c_speed" nonsense from child device tableAdam Jackson2011-10-201-4/+2
* Merge branch 'fix-pch-refclk' into fooKeith Packard2011-10-201-3/+10
|\
| * drv/i915: Pull display_clock_mode out of VBT tableKeith Packard2011-09-271-2/+4
| * drm/i915: Use DRM_DEBUG_KMS for all messages in intel_bios.cKeith Packard2011-09-271-2/+7
| * drm/i915: broken copyright encoding in intel_bios.cKeith Packard2011-09-261-1/+1
* | Drivers: i915: Fix all space related issues.Akshay Joshi2011-09-191-2/+2
|/
* drm/i915/bios: Avoid temporary allocation whilst searching for downclockChris Wilson2011-07-131-59/+83
* drm: Verify debug message argumentsJoe Perches2011-04-281-3/+3
OpenPOWER on IntegriCloud