index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-22
drm/mxsfb: Do not use deprecated drm_driver.{enable|disable)_vblank
Oleksandr Andrushchenko
1
-26
/
+28
2018-02-22
drm/simple_kms_helper: Add {enable|disable}_vblank callback support
Oleksandr Andrushchenko
2
-0
/
+42
2018-02-22
drm: fix drm_get_max_iomem type mismatch
Arnd Bergmann
1
-1
/
+1
2018-02-22
drm/simple_kms_helper: Fix NULL pointer dereference with no active CRTC
Oleksandr Andrushchenko
1
-7
/
+3
2018-02-22
drm/i915: Add a FIXME about FBC vs. fence. 90/270 degree rotation
Ville Syrjälä
1
-0
/
+6
2018-02-22
drm/i915: Extract intel_plane_{pin,unpin}_fb()
Ville Syrjälä
1
-51
/
+45
2018-02-22
drm/i915: Require fence only for FBC capable planes
Ville Syrjälä
1
-1
/
+1
2018-02-22
drm/i915: Clean up fbc vs. plane checks
Ville Syrjälä
3
-24
/
+44
2018-02-22
drm/i915: Only pin the fence for primary planes (and gen2/3)
Ville Syrjälä
3
-2
/
+15
2018-02-22
drm/i915: Fail if we can't get a fence for gen2/3 tiled scanout
Ville Syrjälä
1
-1
/
+9
2018-02-22
drm/i915: Fix Limited Range Color Handling
Johnson Lin
1
-15
/
+14
2018-02-22
drm/sun4i: backend: Remove ARGB spoofing
Maxime Ripard
1
-9
/
+3
2018-02-22
drm/sun4i: backend: Make zpos configurable
Maxime Ripard
1
-2
/
+3
2018-02-22
drm/sun4i: Remove the plane description structure
Maxime Ripard
1
-36
/
+8
2018-02-22
drm/sun4i: backend: Assign the pipes automatically
Maxime Ripard
3
-8
/
+39
2018-02-22
drm/i915: Move page sizes out of the 8-bit sandwich
Tvrtko Ursulin
1
-2
/
+2
2018-02-22
drm/i915/hsw: add missing disabled EUs registers reads
Lionel Landwerlin
2
-1
/
+63
2018-02-22
drm/i915/icl: Show interrupt registers in debugfs
Tvrtko Ursulin
1
-44
/
+95
2018-02-22
drm/i915/icl: Add the ICL PCI IDs
Paulo Zanoni
2
-0
/
+13
2018-02-22
drm/i915/execlists: Move the GEM_BUG_ON context matches CSB later
Chris Wilson
1
-3
/
+4
2018-02-22
drm/i915/execlists: Add a GEM_TRACE to show when the context is completed
Chris Wilson
1
-0
/
+3
2018-02-21
drm/i915/execlists: Remove the ring advancement under preemption
Chris Wilson
1
-7
/
+0
2018-02-21
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
52
-996
/
+990
2018-02-21
drm/doc: Fix documentation for _vblank_restore().
Dhinakaran Pandiyan
1
-8
/
+14
2018-02-21
drm/todo: i915 could use device_link_add
Daniel Vetter
1
-0
/
+7
2018-02-21
drm/i915: Make global seqno known in i915_gem_request_execute tracepoint
Tvrtko Ursulin
1
-2
/
+2
2018-02-21
drm/i915: Update DRIVER_DATE to 20180221
Joonas Lahtinen
1
-2
/
+2
2018-02-20
Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
Alex Deucher
1
-5
/
+1
2018-02-21
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-next
Dave Airlie
5
-99
/
+103
2018-02-20
drm/radeon: use drm_gem_private_object_init
Christian König
1
-5
/
+1
2018-02-20
drm/amdgpu: use drm_gem_private_object_init
Christian König
1
-5
/
+1
2018-02-20
drm/amdgpu: mitigate workaround for i915
Christian König
1
-11
/
+20
2018-02-20
drm/amdgpu: implement amdgpu_gem_map_(attach/detach)
Christian König
3
-22
/
+34
2018-02-20
drm/i915/fbc: Use PLANE_HAS_FENCE to determine if the plane is fenced
Chris Wilson
2
-4
/
+11
2018-02-20
drm/i915/fbdev: Use the PLANE_HAS_FENCE flags from the time of pinning
Chris Wilson
1
-1
/
+2
2018-02-20
drm/i915: Move the policy for placement of the GGTT vma into the caller
Chris Wilson
7
-35
/
+62
2018-02-20
drm/i915: Also check view->type for a normal GGTT view
Chris Wilson
1
-1
/
+2
2018-02-20
drm/i915: Drop WaDoubleCursorLP3Latency:ivb
Ville Syrjälä
1
-4
/
+0
2018-02-20
drm/i915: Set the primary plane pipe select bits on gen4
Ville Syrjälä
1
-1
/
+1
2018-02-20
drm/i915: Don't set cursor pipe select bits on g4x+
Ville Syrjälä
1
-1
/
+2
2018-02-20
drm/i915: Assert that we don't overflow frontbuffer tracking bits
Ville Syrjälä
1
-4
/
+8
2018-02-20
drm/mm: Fix caching of leftmost node in the interval tree
Chris Wilson
1
-4
/
+5
2018-02-20
drm/omapdrm: Use of_find_backlight helper
Meghana Madhyastha
1
-20
/
+5
2018-02-20
drm/panel: Use of_find_backlight helper
Meghana Madhyastha
3
-66
/
+13
2018-02-20
drm/omapdrm: Use backlight_enable/disable helpers
Meghana Madhyastha
1
-9
/
+2
2018-02-20
drm/panel: Use backlight_enable/disable helpers
Meghana Madhyastha
4
-24
/
+8
2018-02-20
drm/tinydrm: Call devres version of of_find_backlight
Meghana Madhyastha
2
-2
/
+2
2018-02-20
drm/tinydrm: Replace tinydrm_of_find_backlight with of_find_backlight
Meghana Madhyastha
5
-46
/
+4
2018-02-20
drm/tinydrm: Convert tinydrm_enable/disable_backlight to backlight_enable/disable
Meghana Madhyastha
3
-59
/
+2
2018-02-20
Merge tag 'topic/backlight_for_lag-2018-01-29' of git://anongit.freedesktop.org/drm/drm-misc into drm-misc-next
Sean Paul
2
-0
/
+131
[prev]
[next]