summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/tv: fix gen4 composite s-video tv-outJani Nikula2014-03-281-2/+7
* drm/i915: Split 64bit hexadecimal addresses to make them easier to readChris Wilson2014-03-281-2/+2
* drm/i915: Broadwell expands ACTHD to 64bitChris Wilson2014-03-286-13/+36
* drm/i915/bdw: Implement Wa4x4STCOptimizationDisable:bdwDamien Lespiau2014-03-282-1/+6
* drm/i915: Undo gtt scratch pte unmapping againDaniel Vetter2014-03-281-1/+1
* drm/i915: Recompute WM when the cursor size changesChris Wilson2014-03-281-1/+7
* drm/i915: Compute WM for current cursor sizeChris Wilson2014-03-281-4/+4
* drm/i915: Remove the enabling of VS_TIMER_DISPATCH bit in MI MODE regAkash Goel2014-03-281-1/+2
* drm/i915: Track the enabled PM interrupts in dev_priv.Deepak S2014-03-283-12/+17
* drm/i915: Fix initial pipe underrun state trackingDaniel Vetter2014-03-281-0/+11
* drm/i915: fix up semaphore_waits_forDaniel Vetter2014-03-281-12/+26
* drm/i915: add locking to fixed panel edid probingDaniel Vetter2014-03-282-0/+7
* drm/i915: Include a note about the dangers of I915_READ64/I915_WRITE64Chris Wilson2014-03-211-0/+6
* drm/i915/sdvo: fix questionable return value checkJani Nikula2014-03-211-3/+3
* drm/i915: Fix unsafe loop iteration over vma whilst unbinding themChris Wilson2014-03-211-2/+2
* drm/i915: Enabling 128x128 and 256x256 ARGB Cursor SupportSagar Kamble2014-03-203-5/+59
* drm/i915: Print how many objects are shared in per-process statsChris Wilson2014-03-201-2/+8
* drm/i915: Per-process stats work better when evaluated per-processChris Wilson2014-03-203-9/+43
* drm/i915: remove rps local variablesBen Widawsky2014-03-202-43/+33
* drm/i915: Remove extraneous MMIO for RPSBen Widawsky2014-03-201-12/+9
* drm/i915: Rename and comment all the RPS *stuff*Ben Widawsky2014-03-205-107/+120
* drm/i915: Store the HW min frequency as min_freqBen Widawsky2014-03-202-1/+2
* drm/i915: Fix coding style for RPSBen Widawsky2014-03-201-10/+10
* drm/i915: Reorganize the overclock codeBen Widawsky2014-03-201-11/+9
* drm/i915: init pm.suspended earlierPaulo Zanoni2014-03-191-2/+1
* drm/i915: update the PC8 and runtime PM documentationPaulo Zanoni2014-03-192-40/+35
* drm/i915: rename __hsw_do_{en, dis}able_pc8Paulo Zanoni2014-03-193-6/+6
* drm/i915: kill struct i915_package_c8Paulo Zanoni2014-03-193-9/+0
* drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni2014-03-197-41/+42
* drm/i915: remove dev_priv->pc8.enabledPaulo Zanoni2014-03-194-9/+0
* drm/i915: don't get/put PC8 when getting/putting power wellsPaulo Zanoni2014-03-193-24/+0
* drm/i915: make intel_aux_display_runtime_get get runtime PM, not PC8Paulo Zanoni2014-03-191-3/+2
* drm/i915: don't get/put PC8 reference on freeze/thawPaulo Zanoni2014-03-191-5/+0
* drm/i915: remove an indirection level on PC8 functionsPaulo Zanoni2014-03-191-14/+2
* drm/i915: kill pc8.disable_countPaulo Zanoni2014-03-194-17/+0
* drm/i915: get runtime PM references when the GPU is idle/busyPaulo Zanoni2014-03-191-2/+2
* drm/i915: remove dev_priv->pc8.requirements_metPaulo Zanoni2014-03-194-59/+3
* drm/i915: get/put runtime PM when we get/put a power domainPaulo Zanoni2014-03-191-0/+4
* drm/i915: make PC8 be part of runtime PM suspend/resumePaulo Zanoni2014-03-197-53/+43
* drm/i915: extract __hsw_do_{en, dis}able_package_c8Paulo Zanoni2014-03-191-26/+38
* Merge branch 'topic/dp-aux-rework' into drm-intel-next-queuedDaniel Vetter2014-03-19147-3240/+6335
|\
| * drm/i915/dp: use the new drm helpers for dp i2c-over-auxJani Nikula2014-03-182-169/+30
| * drm/i915/dp: move dp aux ch register init to aux initJani Nikula2014-03-181-20/+22
| * drm/i915/dp: use the new drm helpers for dp auxJani Nikula2014-03-182-142/+116
| * drm/i915/dp: move edp vdd enable/disable at a lower level in i2c-over-auxJani Nikula2014-03-181-3/+6
| * drm/i915/dp: split edp_panel_vdd_on() for reuseJani Nikula2014-03-181-6/+16
| * drm/dp: let drivers specify the name of the I2C-over-AUX adapterJani Nikula2014-03-181-1/+2
| * Merge branch 'topic/core-stuff' of git://git.freedesktop.org/git/drm-intel in...Dave Airlie2014-03-183-10/+9
| |\
| | * drm: Fix use-after-free in the shadow-attache exit codeDaniel Vetter2014-03-171-1/+1
| | * drm/fb-helper: Do the 'max_conn_count' zero checkXiubo Li2014-03-171-0/+3