Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fc3706ea00303fd57cb0a47a75c956c24725e291
/
drivers
/
gpu
/
drm
fc3706e
drm/sti: Remove drm_debugfs_remove_files() calls
by Noralf Trønnes
· 8 years ago
c8e73d1
drm/radeon: Remove drm_debugfs_remove_files() call
by Noralf Trønnes
· 8 years ago
c259e81
drm/omap: Remove omap_debugfs_cleanup()
by Noralf Trønnes
· 8 years ago
e0dfccf
drm/hdlcd: Remove hdlcd_debugfs_cleanup()
by Noralf Trønnes
· 8 years ago
59defa7
drm/etnaviv: Remove etnaviv_debugfs_cleanup()
by Noralf Trønnes
· 8 years ago
2f38a67
drm/etnaviv: allow build with COMPILE_TEST
by Noralf Trønnes
· 8 years ago
30a1710
drm/amd/amdgpu: Remove drm_debugfs_remove_files() call
by Noralf Trønnes
· 8 years ago
fa4c1de4
drm/prime: Clarify DMA-BUF/GEM Object lifetime
by Oleksandr Andrushchenko
· 8 years ago
239ac65
drm/ttm: Make sure BOs being swapped out are cacheable
by Michel Dänzer
· 8 years ago
ba0c6d0
drm/atomic: Remove drm_atomic_debugfs_cleanup()
by Noralf Trønnes
· 8 years ago
a67834f
drm: drm_minor_register(): Clean up debugfs on failure
by Noralf Trønnes
· 8 years ago
086f2e5
drm: debugfs: Remove all files automatically on cleanup
by Noralf Trønnes
· 8 years ago
fcc8a22
drm/edid: Set YQ bits in the AVI infoframe according to CEA-861-F
by Ville Syrjälä
· 8 years ago
779c4c2
drm/edid: Set AVI infoframe Q even when QS=0
by Ville Syrjälä
· 8 years ago
a2ce26f
drm/edid: Introduce drm_hdmi_avi_infoframe_quant_range()
by Ville Syrjälä
· 8 years ago
c8127cf0
drm/edid: Introduce drm_default_rgb_quant_range()
by Ville Syrjälä
· 8 years ago
6f15f84
drm: Silence the compiler for drm_mode_get_hv_timings()
by Chris Wilson
· 8 years ago
196cd5d
drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/
by Daniel Vetter
· 8 years ago
0683c0a
drm/moc: Mark legacy fields in drm_driver as such
by Daniel Vetter
· 8 years ago
9b5dd04
drm: Nuke ums vgaarb support
by Daniel Vetter
· 8 years ago
2ce0264
drm: remove device_is_agp callback
by Daniel Vetter
· 8 years ago
858b2c1
drm/mga: remove device_is_agp callback
by Daniel Vetter
· 8 years ago
49d66d8
drm/i810: drop device_is_agp callback
by Daniel Vetter
· 8 years ago
aec9746
drm/doc: Clarify connector overview
by Daniel Vetter
· 8 years ago
d5d487e
drm: Update kerneldoc for drm_crtc.[hc]
by Daniel Vetter
· 8 years ago
1031548
drm/gma500: Nuke device_is_agp callback
by Daniel Vetter
· 8 years ago
d574528
drm/kms-core: Use recommened kerneldoc for struct member refs
by Daniel Vetter
· 8 years ago
ef40cbf9
drm/core: Use recommened kerneldoc for struct member refs
by Daniel Vetter
· 8 years ago
940eba2
drm/gem|prime|mm: Use recommened kerneldoc for struct member refs
by Daniel Vetter
· 8 years ago
6806cdf
drm/kms-helpers: Use recommened kerneldoc for struct member refs
by Daniel Vetter
· 8 years ago
7b0a89a
drm/dp: Store drm_device in MST topology manager
by Dhinakaran Pandiyan
· 8 years ago
442ffef
drm/vgem: Switch to reservation_object_lock() helpers
by Chris Wilson
· 8 years ago
a4405b5
drm/fb-cma-helper: Add drm_fbdev_cma_set_suspend_unlocked()
by Noralf Trønnes
· 8 years ago
b46b54a
drm: Update drm_cache.c to pull in the new drm_cache.h
by Chris Wilson
· 8 years ago
d5ad784
drm: bridge: dw-hdmi: fix building without CONFIG_OF
by Arnd Bergmann
· 8 years ago
c7afee6
drm/exynos: Remove Kconfig deps for FIMD and DECON7
by Tobias Jakobi
· 8 years ago
d352f35
drm: Show leaked connectors upon unload
by Chris Wilson
· 8 years ago
bdf6f13
drm/hisilicon/hibmc: Fix wrong pointer passed to PTR_ERR()
by Wei Yongjun
· 8 years ago
899cc5f
drm/atomic: make release_crtc_commit() static
by Wei Yongjun
· 8 years ago
6f897f5
drm: qxl: Open code teardown function for qxl
by Gabriel Krisman Bertazi
· 8 years ago
2b65d56
drm: qxl: Open code probing sequence for qxl
by Gabriel Krisman Bertazi
· 8 years ago
3587c85
drm/bridge: adv7511: Re-write the i2c address before EDID probing
by John Stultz
· 8 years ago
4226d9b
drm/bridge: adv7511: Reuse __adv7511_power_on/off() when probing EDID
by John Stultz
· 8 years ago
651e476
drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused internally
by John Stultz
· 8 years ago
40d86d2
drm/bridge: adv7511: Enable HPD interrupts to support hotplug and improve monitor detection
by Archit Taneja
· 8 years ago
6d5104c
drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event()
by John Stultz
· 8 years ago
518cb70
drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq context
by John Stultz
· 8 years ago
c77b9ab
drm: vc4: use crtc helper drm_crtc_from_index()
by Shawn Guo
· 8 years ago
75bcb05
drm: tegra: use crtc helper drm_crtc_from_index()
by Shawn Guo
· 8 years ago
ea441bd
drm: nouveau: use crtc helper drm_crtc_from_index()
by Shawn Guo
· 8 years ago
ffec892
drm: mediatek: use crtc helper drm_crtc_from_index()
by Shawn Guo
· 8 years ago
b8bf683
drm: kirin: use crtc helper drm_crtc_from_index()
by Shawn Guo
· 8 years ago
a3c764e
drm: exynos: use crtc helper drm_crtc_from_index()
by Shawn Guo
· 8 years ago
2668db3
drm: bridge: dw-hdmi: Assert SVSRET before resetting the PHY
by Laurent Pinchart
· 8 years ago
54d7273
drm: bridge: dw-hdmi: Fix the name of the PHY reset macros
by Laurent Pinchart
· 8 years ago
f0e7f2f
drm: bridge: dw-hdmi: Define and use macros for PHY register addresses
by Laurent Pinchart
· 8 years ago
faba6c3
drm: bridge: dw-hdmi: Detect PHY type at runtime
by Laurent Pinchart
· 8 years ago
be41fc5
drm: bridge: dw-hdmi: Handle overflow workaround based on device version
by Laurent Pinchart
· 8 years ago
0c67494
drm: bridge: dw-hdmi: Detect AHB audio DMA using correct register
by Laurent Pinchart
· 8 years ago
0527e12
drm: bridge: dw-hdmi: Reject invalid product IDs
by Laurent Pinchart
· 8 years ago
f4104e8
drm: bridge: dw-hdmi: Rename CONF0 SPARECTRL bit to SVSRET
by Laurent Pinchart
· 8 years ago
1acc6bd
drm: bridge: dw-hdmi: Remove PHY configuration resolution parameter
by Kieran Bingham
· 8 years ago
69497eb
drm: bridge: dw-hdmi: Implement DRM bridge registration
by Laurent Pinchart
· 8 years ago
d2ae94a
drm: bridge: dw-hdmi: Create connector in the bridge attach operation
by Laurent Pinchart
· 8 years ago
fd30b38
drm: bridge: dw-hdmi: Reorder functions to prepare for next commit
by Laurent Pinchart
· 8 years ago
c608119
drm: bridge: dw-hdmi: Move IRQ and IO resource allocation to common code
by Laurent Pinchart
· 8 years ago
ba5d7e6
drm: bridge: dw-hdmi: Don't forward HPD events to DRM core before attach
by Laurent Pinchart
· 8 years ago
527b863
drm: bridge: dw-hdmi: Remove encoder field from struct dw_hdmi
by Laurent Pinchart
· 8 years ago
70c963e
drm: bridge: dw-hdmi: Embed drm_bridge in struct dw_hdmi
by Laurent Pinchart
· 8 years ago
dfa7306
drm: bridge: dw-hdmi: Remove unused function parameter
by Kieran Bingham
· 8 years ago
ecaa98f
drm: bridge: dw-hdmi: Remove unneeded arguments to bind/unbind functions
by Laurent Pinchart
· 8 years ago
cc7e962
drm: bridge: dw-hdmi: Merge __hdmi_phy_i2c_write and hdmi_phy_i2c_write
by Laurent Pinchart
· 8 years ago
8e945cb
drm: qxl: Let DRM core handle connector registering
by Gabriel Krisman Bertazi
· 8 years ago
5b06ba2
drm/bridge: adv7511: Initialize regulators
by Archit Taneja
· 8 years ago
3e7d2fdd
drm/tegra: Stop using drm_framebuffer_unregister_private
by Daniel Vetter
· 8 years ago
2384d62
drm/cma-helper: Stop using drm_framebuffer_unregister_private
by Daniel Vetter
· 8 years ago
b77bc10
drm/omap: Stop using drm_framebuffer_unregister_private
by Daniel Vetter
· 8 years ago
7e53c28
drm: fix MMU dependencies
by Benjamin Gaignard
· 8 years ago
f5c5d57
drm/msm: Stop using drm_framebuffer_unregister_private
by Daniel Vetter
· 8 years ago
f869a6e
drm/atomic: Add target_vblank support in atomic helpers (v2)
by Andrey Grodzovsky
· 8 years ago
f0c379a
drm: add more MMU dependencies
by Arnd Bergmann
· 8 years ago
95b8c64
drm: Fix error handling in drm_mm eviction kselftest
by Chris Wilson
· 8 years ago
fc36ec7
drm/exynos: constify exynos_drm_crtc_ops structures
by Bhumika Goyal
· 8 years ago
f9a87bd
drm: Move drm_clflush prototypes to drm_cache header file
by Gabriel Krisman Bertazi
· 8 years ago
f0e3672
drm: Document drm_cache interface
by Gabriel Krisman Bertazi
· 8 years ago
282d0a3
Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
5c37daf
Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 8 years ago
011cda5
drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"
by Benjamin Gaignard
· 8 years ago
11b3c20
drm: Change the return type of the unload hook to void
by Gabriel Krisman Bertazi
· 8 years ago
931c670
drm: add more document for drm_crtc_from_index()
by Shawn Guo
· 8 years ago
a09759e
drm: remove useless parameters from drm_pick_cmdline_mode function
by Vincent Abriou
· 8 years ago
5d799ac
drm/i915: Update DRIVER_DATE to 20170109
by Daniel Vetter
· 8 years ago
3806a27
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
5824f92
Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 8 years ago
2fd8774
Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
by Linus Torvalds
· 8 years ago
7453c54
swiotlb: Export swiotlb_max_segment to users
by Konrad Rzeszutek Wilk
· 8 years ago
b42a13d
drm/i915: Drain freed objects for mmap space exhaustion
by Chris Wilson
· 8 years ago
1a292fa
drm/i915: Purge loose pages if we run out of DMA remap space
by Chris Wilson
· 8 years ago
10466d2
drm/i915: Fix phys pwrite for struct_mutex-less operation
by Chris Wilson
· 8 years ago
984ff29f
drm/i915: Simplify testing for am-I-the-kernel-context?
by Chris Wilson
· 8 years ago
Next »