summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/i915: disable runtime PM if RC6 is disabledImre Deak2014-05-052-1/+13
| * | drm/i915: sanitize enable_rc6 optionImre Deak2014-05-051-3/+27
| * | drm/i915: fix unbalanced GT powersave enable / disable callsImre Deak2014-05-051-1/+1
| * | drm/i915: vlv: check port power domain instead of only D0 for eDP VDD onImre Deak2014-05-051-1/+5
| * | drm/i915: add missing error capturing of the PIPESTAT regImre Deak2014-05-053-4/+5
| * | drm/i915: gen2: move error capture of IER to its correct placeImre Deak2014-05-051-4/+4
| * | drm/i915: get a runtime PM ref for the deferred GPU reset workImre Deak2014-05-051-0/+10
| * | 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
| * | drm/i915: get a runtime PM ref for the deferred GT powersave enablingImre Deak2014-05-053-3/+38
| * | drm/i915: move getting struct_mutex lower in the callstack during GPU resetImre Deak2014-05-052-4/+3
| * | drm/i915: get a runtime PM ref for debugfs entries where neededImre Deak2014-05-052-0/+14
| * | drm/i915: remove the i915_dpio debugfs entryImre Deak2014-05-051-48/+0
| * | drm/i915: fix the RC6 status debug printImre Deak2014-05-051-1/+7
| * | drm/i915: vlv: add RC6 residency countersImre Deak2014-05-052-0/+8
| * | drm/i915: vlv: clear master interrupt flag when disabling interruptsImre Deak2014-05-051-0/+2
| * | drm/i915: vlv: clean up GTLC wake control/status register macrosImre Deak2014-05-052-4/+11
| * | drm/i915: Use the coarse ping-pong mechanism based on drm fd to dispatch the ...Zhao Yakui2014-05-053-1/+45
| * | drm/i915:Add the VCS2 switch in Intel_ring_setup_status_pageZhao Yakui2014-05-051-0/+5
| * | drm/i915:Handle the irq interrupt for the second BSD ringZhao Yakui2014-05-051-1/+4
| * | drm/i915:Initialize the second BSD ring on BDW GT3 machineZhao Yakui2014-05-057-4/+95
| * | drm/i915: Update the restrict check to filter out wrong Ring ID passed by use...Zhao Yakui2014-05-052-1/+2
| * | drm/i915: Split the BDW device definition to prepare for dual BSD rings on BD...Zhao Yakui2014-05-051-2/+24
| * | drm/i915: Catch dirt in unused execbuffer fieldsDaniel Vetter2014-05-051-0/+10
| * | drm/i915: Catch abuse of I915_EXEC_CONSTANTS_*Daniel Vetter2014-05-051-4/+12
| * | drm/i915: Catch abuse of I915_EXEC_GEN7_SOL_RESETDaniel Vetter2014-05-051-2/+4
| * | drm/i915: Include a little more information about why ring init failsChris Wilson2014-05-051-6/+5
| * | drm/i915: Mark device as wedged if we fail to resumeChris Wilson2014-05-051-4/+5
| * | drm/i915: Allow the module to load even if we fail to setup ringsChris Wilson2014-05-051-13/+12
| * | drm/i915: Preserve ring buffers objects across resumeChris Wilson2014-05-053-84/+105
| * | drm/i915: Replace hardcoded cacheline size with macroChris Wilson2014-05-051-13/+21
| * | drm/i915: remove unexplained vblank wait in the DP off codeJesse Barnes2014-05-051-3/+0
* | | Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-05-1624-179/+147
|\ \ \
| * | | drm: Make drm_crtc_helper_disable() return voidThierry Reding2014-04-291-4/+3
| * | | drm: Fix indentation of closing braceThierry Reding2014-04-291-1/+1
| * | | drm/dp: Fix typo in commentThierry Reding2014-04-291-1/+1
| * | | drm/fb: Fix typosThierry Reding2014-04-291-3/+3
| * | | drm/edid: Cleanup kerneldocThierry Reding2014-04-291-49/+79
| * | | drm/edid: Drop revision argument for drm_mode_std()Thierry Reding2014-04-291-7/+4
| * | | drm: Try to acquire modeset lock on panic or sysrqThierry Reding2014-04-291-1/+10
| * | | drm: remove unused argument from drm_open_helperIlija Hadzic2014-04-281-6/+3
| * | | drm: Handle ->disable_plane failures correctlyDaniel Vetter2014-04-231-4/+10
| * | | drm: Simplify fb refcounting rules around ->update_planeDaniel Vetter2014-04-232-15/+8
| * | | drm/crtc-helper: gc usless connector loop in disable_unused_functionsDaniel Vetter2014-04-221-6/+0
| * | | drm/plane_helper: don't disable plane in destroy functionDaniel Vetter2014-04-221-1/+0
| * | | drm/plane-helper: Fix primary plane scaling checkMatt Roper2014-04-221-0/+2
| * | | drm: make mode_valid callback optionalAndrzej Hajda2014-04-2216-81/+1
| * | | drm/edid: Fill PAR in AVI infoframe based on CEA mode listVandana Kannan2014-04-221-0/+22
* | | | drm: fix memory leak around mode_group (v2)Dave Airlie2014-05-162-0/+7
| |/ / |/| |
* | | Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie2014-05-0128-233/+149
|\ \ \