summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2014-03-31drm/i915/vlv: use W_SYNC_SHIFT for interlaced modes on VLVJesse Barnes
2014-03-31drm/i915: restrict vt-d stolen memory workaround to pre-gen8Daniel Vetter
2014-03-31Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter
2014-03-28drm/i915/tv: fix gen4 composite s-video tv-outJani Nikula
2014-03-28drm/i915: Split 64bit hexadecimal addresses to make them easier to readChris Wilson
2014-03-28drm/i915: Broadwell expands ACTHD to 64bitChris Wilson
2014-03-28drm/i915/bdw: Implement Wa4x4STCOptimizationDisable:bdwDamien Lespiau
2014-03-28drm/i915: Undo gtt scratch pte unmapping againDaniel Vetter
2014-03-28drm/i915: Recompute WM when the cursor size changesChris Wilson
2014-03-28drm/i915: Compute WM for current cursor sizeChris Wilson
2014-03-28drm/i915: Remove the enabling of VS_TIMER_DISPATCH bit in MI MODE regAkash Goel
2014-03-28drm/i915: Track the enabled PM interrupts in dev_priv.Deepak S
2014-03-28drm/i915: Fix initial pipe underrun state trackingDaniel Vetter
2014-03-28drm/i915: fix up semaphore_waits_forDaniel Vetter
2014-03-28drm/i915: add locking to fixed panel edid probingDaniel Vetter
2014-03-28drm/i915: Undo gtt scratch pte unmapping againDaniel Vetter
2014-03-28drm/radeon: fix runtime suspend breaking secondary GPUsDave Airlie
2014-03-27drm/nouveau: fail runtime pm properly.Dave Airlie
2014-03-27drm/udl: take reference to device struct for dma-bufsDave Airlie
2014-03-21drm/i915: Include a note about the dangers of I915_READ64/I915_WRITE64Chris Wilson
2014-03-21drm/i915/sdvo: fix questionable return value checkJani Nikula
2014-03-21drm/i915: Fix unsafe loop iteration over vma whilst unbinding themChris Wilson
2014-03-20drm/i915: Enabling 128x128 and 256x256 ARGB Cursor SupportSagar Kamble
2014-03-20drm/i915: Print how many objects are shared in per-process statsChris Wilson
2014-03-20drm/i915: Per-process stats work better when evaluated per-processChris Wilson
2014-03-20drm/i915: remove rps local variablesBen Widawsky
2014-03-20drm/i915: Remove extraneous MMIO for RPSBen Widawsky
2014-03-20drm/i915: Rename and comment all the RPS *stuff*Ben Widawsky
2014-03-20drm/i915: Store the HW min frequency as min_freqBen Widawsky
2014-03-20drm/i915: Fix coding style for RPSBen Widawsky
2014-03-20drm/i915: Reorganize the overclock codeBen Widawsky
2014-03-20Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie
2014-03-20drm/exynos: Fix (more) freeing issues in exynos_drm_drv.cDaniel Kurtz
2014-03-20Merge tag 'drm-intel-fixes-2014-03-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie
2014-03-19drm/i915: init pm.suspended earlierPaulo Zanoni
2014-03-19drm/i915: update the PC8 and runtime PM documentationPaulo Zanoni
2014-03-19drm/i915: rename __hsw_do_{en, dis}able_pc8Paulo Zanoni
2014-03-19drm/i915: kill struct i915_package_c8Paulo Zanoni
2014-03-19drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni
2014-03-19drm/i915: remove dev_priv->pc8.enabledPaulo Zanoni
2014-03-19drm/i915: don't get/put PC8 when getting/putting power wellsPaulo Zanoni
2014-03-19drm/i915: make intel_aux_display_runtime_get get runtime PM, not PC8Paulo Zanoni
2014-03-19drm/i915: don't get/put PC8 reference on freeze/thawPaulo Zanoni
2014-03-19drm/i915: remove an indirection level on PC8 functionsPaulo Zanoni
2014-03-19drm/i915: kill pc8.disable_countPaulo Zanoni
2014-03-19drm/i915: get runtime PM references when the GPU is idle/busyPaulo Zanoni
2014-03-19drm/i915: remove dev_priv->pc8.requirements_metPaulo Zanoni
2014-03-19drm/i915: get/put runtime PM when we get/put a power domainPaulo Zanoni
2014-03-19drm/i915: make PC8 be part of runtime PM suspend/resumePaulo Zanoni
2014-03-19drm/i915: extract __hsw_do_{en, dis}able_package_c8Paulo Zanoni