summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: intel_backlight scale() math WAU. Artie Eoff2014-10-061-3/+5
* drm/i915: Enable pixel replicated modes on BDW and HSW.Clint Taylor2014-10-012-1/+14
* drm/i915: Don't spam dmesg with rps messages on vlv/chvVille Syrjälä2014-09-291-6/+7
* drm/i915: Do not leak pages when freeing userptr objectsTvrtko Ursulin2014-09-291-4/+3
* drm/i915: Do not store the error pointer for a failed userptr registrationChris Wilson2014-09-291-8/+16
* Revert "drm/i915/bdw: BDW Software Turbo"Daniel Vetter2014-09-295-241/+39
* drm/i915/bdw: Cleanup pre prod workaroundsMika Kuoppala2014-09-241-13/+2
* drm/i915: Use EIO instead of EAGAIN for sink CRC error.Rodrigo Vivi2014-09-191-3/+3
* drm/i915: Extend BIOS stolen mem handling to all platformDaniel Vetter2014-09-192-2/+19
* drm/i915: Match GTT space sanity checker with implementationChris Wilson2014-09-191-9/+11
* drm/i915: HSW always use GGTT selector for secure batchesChris Wilson2014-09-191-2/+3
* drm/i915: add cherryview specfic forcewake in execlists_elsp_writeDeepak S2014-09-191-4/+25
* drm/i915: fix another use-after-free in i915_gem_evict_everythingMichel Thierry2014-09-191-2/+2
* drm/i915: Don't reinit hpd interrupts after gpu resetDaniel Vetter2014-09-191-2/+0
* drm/i915: Wrap -EIO send-vblank event for failed pageflip in spinlockChris Wilson2014-09-191-1/+4
* drm/i915: Drop any active reference before unbindingChris Wilson2014-09-191-0/+3
* drm/i915: Objects on the unbound list may still have an active referenceChris Wilson2014-09-193-77/+74
* drm/i915/edp: use lane count and link rate from DPCD for eDPJani Nikula2014-09-191-17/+9
* drm/i915/dp: add missing \n in the TPS3 debug messageJani Nikula2014-09-191-1/+1
* drm/i915/hdmi, dp: Do not dereference the encoder in the connector destroyChris Wilson2014-09-192-2/+2
* drm/i915: Limit the watermark to at least 8 entries on gen2/3Ville Syrjälä2014-09-191-0/+11
* drm/i915: Fix DVO 2x clock enable on 830MVille Syrjälä2014-09-191-4/+49
* Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie2014-09-1830-146/+376
|\
| * drm/rcar-du: Add OF supportLaurent Pinchart2014-09-157-106/+344
| * drm/rcar-du: Use struct videomode in platform dataLaurent Pinchart2014-09-152-12/+4
| * drm/shmob: Update copyright noticeLaurent Pinchart2014-09-1511-11/+11
| * drm/rcar-du: Update copyright noticeLaurent Pinchart2014-09-1518-18/+18
* | drm/ttm: make sure format string cannot leak inKees Cook2014-09-171-1/+2
* | drm/tilcdc: panel: Add support for enable GPIOEzequiel Garcia2014-09-171-5/+32
* | drm/tilcdc: panel: Set return value explicitlyEzequiel Garcia2014-09-171-1/+3
* | drm/tilcdc: panel: Fix backlight devicetree supportEzequiel Garcia2014-09-171-5/+18
* | drm/tilcdc: panel: Use devm_kzalloc to simplify the error pathEzequiel Garcia2014-09-171-3/+1
* | drm/tilcdc: panel: Spurious whitespace removalEzequiel Garcia2014-09-171-1/+0
* | drm/tilcdc: panel: Remove unused variableEzequiel Garcia2014-09-171-2/+0
* | drm/tilcdc: panel: Add missing of_node_putEzequiel Garcia2014-09-171-0/+3
* | drm/tilcdc: Fix the error path in tilcdc_load()Ezequiel Garcia2014-09-171-10/+50
* | Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-09-1638-1479/+2902
|\ \
| * | drm/i915: Update DRIVER_DATE to 20140905Daniel Vetter2014-09-051-1/+1
| * | drm/i915: Decouple the stuck pageflip on modesetChris Wilson2014-09-051-3/+13
| * | drm/i915: Check for a stalled page flip after each vblankChris Wilson2014-09-054-98/+167
| * | drm/i915: Introduce a for_each_plane() macroDamien Lespiau2014-09-041-0/+2
| * | drm/i915: Rewrite ABS_DIFF() in a safer mannerDamien Lespiau2014-09-041-5/+9
| * | drm/i915: Add comments explaining the vdd on/off functionsVille Syrjälä2014-09-041-0/+35
| * | drm/i915: Move DP port disable to post_disable for pch platformsVille Syrjälä2014-09-041-9/+7
| * | drm/i915: Enable DP port earlierVille Syrjälä2014-09-041-72/+100
| * | drm/i915: Turn on panel power before doing aux transfersVille Syrjälä2014-09-041-2/+2
| * | drm/i915: Be more careful when picking the initial power sequencer pipeVille Syrjälä2014-09-041-3/+38
| * | drm/i915: Reset power sequencer pipe tracking when disp2d is offVille Syrjälä2014-09-043-57/+107
| * | drm/i915: Track which port is using which pipe's power sequencerVille Syrjälä2014-09-042-25/+175
| * | drm/i915: Fix edp vdd lockingVille Syrjälä2014-09-043-13/+104