aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-10Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-24/+130
2014-07-09drm/i915/vlv: T12 eDP panel timing enforcement during rebootClint Taylor2-0/+44
2014-07-09drm/i915: Only unbind vgacon, not other console driversDaniel Vetter1-2/+3
2014-07-09drm/i915: Don't clobber the GTT when it's within stolen memoryVille Syrjälä2-0/+47
2014-07-09drm/i915/vlv: Update the DSI ULPS entry/exit sequenceShobhit Kumar1-14/+15
2014-07-09drm/i915/vlv: DPI FIFO empty check is not neededShobhit Kumar1-6/+0
2014-07-09drm/i915: Toshiba CB35 has a controllable backlightScot Doyle1-0/+3
2014-07-09drm/i915: Acer C720 and C720P have controllable backlightsScot Doyle1-0/+3
2014-07-09drm/i915: quirk asserts controllable backlight presence, overriding VBTScot Doyle3-2/+15
2014-07-07ACPI / i915: ignore firmware requests for backlight changeAaron Lu1-0/+9
2014-07-06Merge tag 'drm-intel-fixes-2014-07-03' of git://anongit.freedesktop.org/drm-intelDave Airlie3-1/+42
2014-07-04Merge tag 'sound-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+21
2014-07-04drm/i915: provide interface for audio driver to query cdclkJani Nikula1-0/+21
2014-07-01drm/i915: Drop early VLV WA to fix Voltage not getting dropped to VminDeepak S1-0/+8
2014-06-30drm/i915: only apply crt_present check on VLVJesse Barnes1-1/+17
2014-06-27drm/i915: Wait for vblank after enabling the primary plane on BDWVille Syrjälä2-0/+17
2014-06-25drm/i915: vlv_prepare_pll is only needed in case of non DSI interfacesShobhit Kumar1-3/+4
2014-06-24drm/i915: Hold the table lock whilst walking the file's idr and counting the objects in debugfsChris Wilson1-0/+2
2014-06-24drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operationChris Wilson1-3/+5
2014-06-23drm/i915: default to having backlight if VBT not availableJani Nikula1-3/+3
2014-06-23drm/i915: cache hw power well enabled stateImre Deak4-27/+22
2014-06-19Merge tag 'sound-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-6/+8
2014-06-19Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie9-24/+76
2014-06-16drm/i915, HD-audio: Don't continue probing when nomodeset is givenTakashi Iwai1-6/+8
2014-06-13drm/i915/bdw: remove erroneous chv specific workarounds from bdw codeTom O'Rourke1-5/+1
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds59-3555/+10932
2014-06-11Merge remote-tracking branch 'drm-intel/topic/kicking-dogs-and-vgacon' into drm-intel-fixesJani Nikula2-6/+50
2014-06-11drm/i915: fix possible refcount leak when resetting forcewakeImre Deak1-1/+2
2014-06-11drm/i915: Reorder semaphore deadlock checkChris Wilson2-5/+15
2014-06-11drm/i95: Initialize active ring->pid to -1Chris Wilson1-1/+2
2014-06-11drm/i915: set backlight duty cycle after backlight enable for gen4Jani Nikula1-3/+2
2014-06-11drm/i915: Avoid div-by-zero when pixel_multiplier is zeroVille Syrjälä1-1/+3
2014-06-11drm/i915: Disable FBC by default also on Haswell and laterChris Wilson1-2/+1
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau2-2/+2
2014-06-09drm/i915: Kick out vga consoleDaniel Vetter1-1/+42
2014-06-06drm/i915: Fixup global gtt cleanupDaniel Vetter2-5/+8
2014-06-06Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie18-180/+855
2014-06-05drm/i915: BDW: Adding missing cursor offsets.Rodrigo Vivi1-0/+2
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie14-339/+454
2014-06-05drm/i915/bdw: Only use 2g GGTT for 32b platformsBen Widawsky1-0/+7
2014-06-05drm/i915: Nuke pipe A quirk on i830MDaniel Vetter1-3/+0
2014-06-05drm/i915: fix display power sw state reportingImre Deak1-1/+16
2014-06-05drm/i915: Always apply cursor width changesChris Wilson3-58/+53
2014-06-05drm/i915: tell the user if both KMS and UMS are disabledJani Nikula1-0/+1
2014-06-05drm/i915: use VBT to determine whether to enumerate the VGA portJesse Barnes1-1/+1
2014-06-05drm/i915: Don't WARN about ring idle bit on gen2Ville Syrjälä1-1/+1
2014-06-05drm/i915: Silence the WARN if the user tries to GTT mmap an incoherent objectChris Wilson1-1/+1
2014-06-05drm/i915: Move the C3 LP write bit setup to gen3_init_clock_gating() for KMSVille Syrjälä2-1/+4
2014-06-05drm/i915: Enable interrupt-based AGPBUSY# enable on 85xVille Syrjälä2-0/+8
2014-06-05drm/i915: Flip the sense of AGPBUSY_DIS bitVille Syrjälä2-2/+2