index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
drm/rockchip: analogix_dp: Refuse to enable PSR if panel doesn't support it
Tomeu Vizoso
2016-10-04
1
-0
/
+3
|
|
*
|
drm/bridge: analogix_dp: Add analogix_dp_psr_supported
Tomeu Vizoso
2016-10-04
1
-0
/
+8
|
|
*
|
drm: Document caveats around atomic event handling
Daniel Vetter
2016-10-04
1
-2
/
+30
|
|
*
|
drm: Simplify drm_printk to reduce object size quite a bit
Joe Perches
2016-10-04
1
-2
/
+3
|
|
*
|
drm/i915: Account for sink max TMDS clock when checking the port clock
Ville Syrjälä
2016-10-04
1
-1
/
+8
|
|
*
|
drm/i915: Replace a bunch of connector->base.display_info with a local variable
Ville Syrjälä
2016-10-04
1
-7
/
+7
|
|
*
|
drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld()
Ville Syrjälä
2016-10-04
1
-29
/
+35
|
|
*
|
drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDID
Ville Syrjälä
2016-10-04
1
-0
/
+1
|
|
*
|
drm/edid: Reduce the number of times we parse the CEA extension block
Ville Syrjälä
2016-10-04
1
-97
/
+88
|
|
*
|
drm/edid: Don't pass around drm_display_info needlessly
Ville Syrjälä
2016-10-04
1
-4
/
+4
|
|
*
|
drm/edid: Move dvi_dual/max_tmds_clock to drm_display_info
Ville Syrjälä
2016-10-04
3
-10
/
+12
|
|
*
|
drm/edid: Make max_tmds_clock kHz instead of MHz
Ville Syrjälä
2016-10-04
3
-3
/
+3
|
|
*
|
drm/edid: Clear old dvi_dual/max_tmds_clock before parsing the new EDID
Ville Syrjälä
2016-10-04
1
-0
/
+3
|
|
*
|
drm/edid: Clear old audio latency values before parsing the new EDID
Ville Syrjälä
2016-10-04
1
-0
/
+7
|
|
*
|
drm: Convert prime dma-buf <-> handle to rbtree
Chris Wilson
2016-10-04
1
-11
/
+74
|
|
*
|
drm/mediatek: mark symbols static where possible
Baoyou Xie
2016-10-04
1
-5
/
+6
|
|
*
|
drm/rockchip: mark symbols static where possible
Baoyou Xie
2016-10-04
1
-2
/
+2
|
|
*
|
drm/rockchip: add missing header dependencies
Baoyou Xie
2016-10-04
1
-0
/
+1
|
|
|
/
|
*
|
drm/vc4: Add support for double-clocked modes.
Eric Anholt
2016-10-06
3
-11
/
+24
|
*
|
drm/vc4: Set up the AVI and SPD infoframes.
Eric Anholt
2016-10-06
2
-5
/
+136
|
*
|
drm/vc4: Fix support for interlaced modes on HDMI.
Eric Anholt
2016-10-06
3
-56
/
+41
|
*
|
drm/vc4: Increase timeout for HDMI_SCHEDULER_CONTROL changes.
Eric Anholt
2016-10-06
1
-2
/
+2
|
*
|
drm/vc4: Fall back to using an EDID probe in the absence of a GPIO.
Eric Anholt
2016-10-06
1
-0
/
+3
|
*
|
drm/vc4: Enable limited range RGB output on HDMI with CEA modes.
Eric Anholt
2016-10-06
2
-3
/
+37
|
*
|
drm/vc4: Fix races when the CS reads from render targets.
Eric Anholt
2016-10-06
4
-8
/
+62
|
*
|
drm/vc4: cleanup with list_first_entry_or_null()
Masahiro Yamada
2016-10-06
1
-7
/
+4
|
|
/
|
*
drm: virtio: reinstate drm_virtio_set_busid()
Laszlo Ersek
2016-10-04
3
-0
/
+12
|
*
drm: Undo damage to page_flip_ioctl
Daniel Vetter
2016-10-04
1
-42
/
+39
|
*
drm: Restore lost drm_framebuffer_unreference in drm_mode_page_flip_ioctl
Chris Wilson
2016-10-04
1
-0
/
+2
|
*
drm/exynos: g2d: simplify g2d_free_runqueue_node()
Tobias Jakobi
2016-10-01
1
-3
/
+0
|
*
drm/exynos: g2d: use autosuspend mode for PM runtime
Tobias Jakobi
2016-10-01
1
-2
/
+7
|
*
drm/exynos: g2d: wait for engine to finish
Tobias Jakobi
2016-10-01
1
-7
/
+77
|
*
drm/exynos: g2d: remove runqueue nodes in g2d_{close,remove}()
Tobias Jakobi
2016-10-01
1
-15
/
+33
|
*
drm/exynos: g2d: move PM management to runqueue worker
Tobias Jakobi
2016-10-01
1
-22
/
+56
|
*
Revert "drm/exynos: g2d: fix system and runtime pm integration"
Tobias Jakobi
2016-10-01
1
-7
/
+22
|
*
drm/exynos: use drm core to handle page-flip event
Andrzej Hajda
2016-10-01
8
-78
/
+21
|
*
drm/exynos: mark exynos_dp_crtc_clock_enable() static
Baoyou Xie
2016-10-01
1
-1
/
+1
|
*
drm/exynos/fimd: add clock rate checking
Andrzej Hajda
2016-10-01
1
-11
/
+28
|
*
drm/exynos: fix pending update handling
Andrzej Hajda
2016-10-01
3
-60
/
+2
|
*
drm/exynos/vidi: use timer for vblanks instead of sleeping worker
Andrzej Hajda
2016-10-01
1
-46
/
+20
|
*
drm/exynos: g2d: beautify probing message
Tobias Jakobi
2016-10-01
1
-1
/
+1
|
*
drm/exynos: mixer: simplify loop in vp_win_reset()
Tobias Jakobi
2016-10-01
1
-2
/
+2
|
*
drm/exynos: mixer: convert booleans to flags in mixer context
Tobias Jakobi
2016-10-01
1
-25
/
+30
|
*
gpu: drm: exynos_hdmi: Remove duplicate initialization of regulator bulk cons...
Milo Kim
2016-10-01
1
-3
/
+2
|
*
gpu: drm: exynos_hdmi: Move PHY logic into single function
Milo Kim
2016-10-01
1
-30
/
+33
|
*
gpu: drm: exynos_hdmi: Move DDC logic into single function
Milo Kim
2016-10-01
1
-21
/
+25
|
*
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-09-30
38
-322
/
+700
|
|
\
|
|
*
drm/radeon: always apply pci shutdown callbacks
Alex Deucher
2016-09-28
1
-3
/
+4
|
|
*
drm/amdgpu: always apply pci shutdown callbacks (v2)
Alex Deucher
2016-09-28
1
-6
/
+4
|
|
*
drm/amdgpu: improve VM PTE trace points
Christian König
2016-09-28
2
-5
/
+25
[prev]
[next]