aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-22drm/mxsfb: Do not use deprecated drm_driver.{enable|disable)_vblankOleksandr Andrushchenko1-26/+28
2018-02-22drm/simple_kms_helper: Add {enable|disable}_vblank callback supportOleksandr Andrushchenko2-0/+42
2018-02-22drm: fix drm_get_max_iomem type mismatchArnd Bergmann1-1/+1
2018-02-22drm/simple_kms_helper: Fix NULL pointer dereference with no active CRTCOleksandr Andrushchenko1-7/+3
2018-02-22drm/i915: Add a FIXME about FBC vs. fence. 90/270 degree rotationVille Syrjälä1-0/+6
2018-02-22drm/i915: Extract intel_plane_{pin,unpin}_fb()Ville Syrjälä1-51/+45
2018-02-22drm/i915: Require fence only for FBC capable planesVille Syrjälä1-1/+1
2018-02-22drm/i915: Clean up fbc vs. plane checksVille Syrjälä3-24/+44
2018-02-22drm/i915: Only pin the fence for primary planes (and gen2/3)Ville Syrjälä3-2/+15
2018-02-22drm/i915: Fail if we can't get a fence for gen2/3 tiled scanoutVille Syrjälä1-1/+9
2018-02-22drm/i915: Fix Limited Range Color HandlingJohnson Lin1-15/+14
2018-02-22drm/sun4i: backend: Remove ARGB spoofingMaxime Ripard1-9/+3
2018-02-22drm/sun4i: backend: Make zpos configurableMaxime Ripard1-2/+3
2018-02-22drm/sun4i: Remove the plane description structureMaxime Ripard1-36/+8
2018-02-22drm/sun4i: backend: Assign the pipes automaticallyMaxime Ripard3-8/+39
2018-02-22drm/i915: Move page sizes out of the 8-bit sandwichTvrtko Ursulin1-2/+2
2018-02-22drm/i915/hsw: add missing disabled EUs registers readsLionel Landwerlin2-1/+63
2018-02-22drm/i915/icl: Show interrupt registers in debugfsTvrtko Ursulin1-44/+95
2018-02-22drm/i915/icl: Add the ICL PCI IDsPaulo Zanoni2-0/+13
2018-02-22drm/i915/execlists: Move the GEM_BUG_ON context matches CSB laterChris Wilson1-3/+4
2018-02-22drm/i915/execlists: Add a GEM_TRACE to show when the context is completedChris Wilson1-0/+3
2018-02-21drm/i915/execlists: Remove the ring advancement under preemptionChris Wilson1-7/+0
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson52-996/+990
2018-02-21drm/doc: Fix documentation for _vblank_restore().Dhinakaran Pandiyan1-8/+14
2018-02-21drm/todo: i915 could use device_link_addDaniel Vetter1-0/+7
2018-02-21drm/i915: Make global seqno known in i915_gem_request_execute tracepointTvrtko Ursulin1-2/+2
2018-02-21drm/i915: Update DRIVER_DATE to 20180221Joonas Lahtinen1-2/+2
2018-02-20Revert "drm/radeon/pm: autoswitch power state when in balanced mode"Alex Deucher1-5/+1
2018-02-21Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie5-99/+103
2018-02-20drm/radeon: use drm_gem_private_object_initChristian König1-5/+1
2018-02-20drm/amdgpu: use drm_gem_private_object_initChristian König1-5/+1
2018-02-20drm/amdgpu: mitigate workaround for i915Christian König1-11/+20
2018-02-20drm/amdgpu: implement amdgpu_gem_map_(attach/detach)Christian König3-22/+34
2018-02-20drm/i915/fbc: Use PLANE_HAS_FENCE to determine if the plane is fencedChris Wilson2-4/+11
2018-02-20drm/i915/fbdev: Use the PLANE_HAS_FENCE flags from the time of pinningChris Wilson1-1/+2
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson7-35/+62
2018-02-20drm/i915: Also check view->type for a normal GGTT viewChris Wilson1-1/+2
2018-02-20drm/i915: Drop WaDoubleCursorLP3Latency:ivbVille Syrjälä1-4/+0
2018-02-20drm/i915: Set the primary plane pipe select bits on gen4Ville Syrjälä1-1/+1
2018-02-20drm/i915: Don't set cursor pipe select bits on g4x+Ville Syrjälä1-1/+2
2018-02-20drm/i915: Assert that we don't overflow frontbuffer tracking bitsVille Syrjälä1-4/+8
2018-02-20drm/mm: Fix caching of leftmost node in the interval treeChris Wilson1-4/+5
2018-02-20drm/omapdrm: Use of_find_backlight helperMeghana Madhyastha1-20/+5
2018-02-20drm/panel: Use of_find_backlight helperMeghana Madhyastha3-66/+13
2018-02-20drm/omapdrm: Use backlight_enable/disable helpersMeghana Madhyastha1-9/+2
2018-02-20drm/panel: Use backlight_enable/disable helpersMeghana Madhyastha4-24/+8
2018-02-20drm/tinydrm: Call devres version of of_find_backlightMeghana Madhyastha2-2/+2
2018-02-20drm/tinydrm: Replace tinydrm_of_find_backlight with of_find_backlightMeghana Madhyastha5-46/+4
2018-02-20drm/tinydrm: Convert tinydrm_enable/disable_backlight to backlight_enable/disableMeghana Madhyastha3-59/+2
2018-02-20Merge tag 'topic/backlight_for_lag-2018-01-29' of git://anongit.freedesktop.org/drm/drm-misc into drm-misc-nextSean Paul2-0/+131