Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
a36af73f5e825c4c5ae5b11580c24fa7841bd5e2
/
drivers
/
gpu
/
drm
a36af73
drm/omap: fix race with error_irq
by Tomi Valkeinen
· 10 years ago
3b143fc
drm/omap: use DRM_ERROR_RATELIMITED() for error irqs
by Tomi Valkeinen
· 10 years ago
ccd7b5e
drm/omap: stop connector polling during suspend
by Tomi Valkeinen
· 10 years ago
f5a1d31
drm/omap: remove dummy PM functions
by Tomi Valkeinen
· 10 years ago
e7e24df
drm/omap: tiler: fix race condition with engine->async
by Tomi Valkeinen
· 10 years ago
2dd3887
drm/omap: fix plane's channel selection
by Tomi Valkeinen
· 10 years ago
7cb0d6c
drm/omap: fix TILER on OMAP5
by Tomi Valkeinen
· 10 years ago
2dab0ba
drm/omap: handle incompatible buffer stride and pixel size
by Tomi Valkeinen
· 10 years ago
925e494
drm/omap: fix error handling in omap_framebuffer_create()
by Tomi Valkeinen
· 10 years ago
c7c1aec
drm/omap: fix operation without fbdev
by Tomi Valkeinen
· 10 years ago
f7c5f5d
drm/omap: add a comment why locking is missing
by Tomi Valkeinen
· 10 years ago
f36eb5a
drm/omap: add pin refcounting to omap_framebuffer
by Tomi Valkeinen
· 10 years ago
3f4d17c
drm/omap: clear omap_obj->paddr in omap_gem_put_paddr()
by Tomi Valkeinen
· 10 years ago
549a754
drm/omap: page_flip: return -EBUSY if flip pending
by Tomi Valkeinen
· 10 years ago
1733729
drm/omap: fix encoder-crtc mapping
by Tomi Valkeinen
· 10 years ago
971fb3e
drm: omapdrm: Reorder CRTC functions
by Laurent Pinchart
· 10 years ago
87bb2ef
drm: omapdrm: Planes are already disabled when destroyed
by Laurent Pinchart
· 10 years ago
a350da8
drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()
by Laurent Pinchart
· 10 years ago
2a438c5
drm: omapdrm: Prefix all plane functions with omap_plane_
by Laurent Pinchart
· 10 years ago
8472b57
drm: omapdrm: Avoid function forward declaration in omap_crtc.c
by Laurent Pinchart
· 10 years ago
297767b
drm: omapdrm: Remove omap_crtc->full_update field
by Laurent Pinchart
· 10 years ago
5a35876
drm: omapdrm: Remove manual update display support
by Laurent Pinchart
· 10 years ago
5dbe443
drm: omapdrm: Fix race condition between GO and vblank IRQ
by Laurent Pinchart
· 10 years ago
82e58855
drm: omapdrm: Reset the zorder property when disabling a plane
by Laurent Pinchart
· 10 years ago
2debab9
drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable()
by Laurent Pinchart
· 10 years ago
ef6b0e0
drm: omapdrm: Switch to the universal plane API
by Laurent Pinchart
· 10 years ago
9c660b7
drm: omapdrm: Remove unused variables
by Laurent Pinchart
· 10 years ago
fb9a35f
drm: omapdrm: Refactor CRTC creation code
by Laurent Pinchart
· 10 years ago
222025e
drm: omapdrm: Fix indentation of structure and array initializers
by Laurent Pinchart
· 10 years ago
6b94aea
Merge branch 'drm_next' of https://github.com/markyzq/kernel-drm-rockchip into drm-next
by Dave Airlie
· 10 years ago
522cf91
drm: check that planes types are correct while initializing CRTC
by Benjamin Gaignard
· 10 years ago
0388df0
drm: change connector to tmp_connector
by John Hunter
· 10 years ago
f98bd3e
drm: Fix some typo mistake of the annotations
by John Hunter
· 10 years ago
1067219
drm/rockchip: vop: power off until vop standby take effect
by Mark Yao
· 10 years ago
52ab789
drm/rockchip: vop: set vop enabled after enable iommu
by Mark Yao
· 10 years ago
31e980c
drm/rockchip: vop use is_enabled instead of dpms mode
by Mark Yao
· 10 years ago
44ddb7e
drm/rockchip: vop: fix vop vsync/hsync polarity
by Mark Yao
· 10 years ago
f76c83b
drm/rockchip: Only alloc a kmap for fbdev gem object
by Daniel Kurtz
· 10 years ago
43fc884
drm: Silence sparse warnings
by Ville Syrjälä
· 10 years ago
2ee762b
drm: %pF is only for function pointers
by Scott Wood
· 10 years ago
0e3704c
drm/fb: handle tiled connectors better
by Rob Clark
· 10 years ago
675c832
drm/fb: small cleanup
by Rob Clark
· 10 years ago
d3c8ea3
drm/rockchip: use correct fb width/height
by Rob Clark
· 10 years ago
ecbf1d5
drm/exynos: use correct fb width/height
by Rob Clark
· 10 years ago
8d76612
drm/cma: use correct fb width/height
by Rob Clark
· 10 years ago
1d002fa
drm/dp: Use large transactions for I2C over AUX
by Simon Farnsworth
· 10 years ago
967667f
drm/plane-helper: Fixup mismerge
by Daniel Vetter
· 10 years ago
b5ceff20
drm/atomic: Constify a bunch of functions pointer structs
by Ville Syrjälä
· 10 years ago
7eb5f30
drm: Check in setcrtc if the primary plane supports the fb pixel format
by Laurent Pinchart
· 10 years ago
c484f02
drm: Lighten sysfs connector 'status'
by Chris Wilson
· 10 years ago
3461b30
drm/plane-helper: unexport drm_primary_helper_create_plane
by Daniel Vetter
· 10 years ago
ead8610
drm: Share plane pixel format check code between legacy and atomic
by Laurent Pinchart
· 10 years ago
2a97acd
drm: Fix trivial typos in comments
by Yannick Guerrini
· 10 years ago
220dd2b
drm: Fixup racy refcounting in plane_force_disable
by Daniel Vetter
· 10 years ago
aaed1aa
drm/i915: Rotation property is now handled in DRM core
by Tvrtko Ursulin
· 10 years ago
4cda09c
drm: Complete moving rotation property to core
by Tvrtko Ursulin
· 10 years ago
2e3afd4
drm/atomic-helper: Fix kerneldoc for prepare_planes
by Daniel Vetter
· 10 years ago
8442853
drm: Remove redundant code in the getencoder ioctl
by Daniel Vetter
· 10 years ago
3a656b5
drm/i915: Fix struct_mutex deadlock due to merge fumble
by Ville Syrjälä
· 10 years ago
a8c6ecb
Merge tag 'v4.0-rc3' into drm-next
by Dave Airlie
· 10 years ago
8dd0eb3
Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
f6bec6e
Merge tag 'drm-intel-fixes-2015-03-05' of git://anongit.freedesktop.org/drm-intel into drm-fixes
by Dave Airlie
· 10 years ago
b0b20ce
Merge tag 'v4.0-rc2' into drm-fixes
by Dave Airlie
· 10 years ago
d136dfe
drm: Pass in new and old plane state to prepare_fb and cleanup_fb
by Tvrtko Ursulin
· 10 years ago
7547af9
Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
87dc8b6
Merge branch 'drm-atmel-hlcdc-devel' of git://github.com/bbrezillon/linux-at91 into drm-next
by Dave Airlie
· 10 years ago
7e47748
Merge branch 'drm/next/atomic' of git://linuxtv.org/pinchartl/fbdev into drm-next
by Dave Airlie
· 10 years ago
79d6d94
Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next
by Dave Airlie
· 10 years ago
4afb153
Merge branch 'msm-fixes-4.0' of git://people.freedesktop.org/~robclark/linux into drm-fixes
by Dave Airlie
· 10 years ago
aa80a4a
drm/msm: kexec fixes
by Rob Clark
· 10 years ago
757fdfa
drm/msm/mdp5: fix cursor blending
by Rob Clark
· 10 years ago
5856089
drm/msm/mdp5: fix cursor ROI
by Rob Clark
· 10 years ago
5b2e2b6
drm/msm/atomic: Don't leak atomic commit object when commit fails
by Laurent Pinchart
· 10 years ago
ba0312a
drm/msm/mdp5: Avoid flushing registers when CRTC is disabled
by Stephane Viau
· 10 years ago
8a4247d
drm/msm: update generated headers (add 6th lm.base entry)
by Stephane Viau
· 10 years ago
5db0f6e
drm/msm/mdp5: fixup "drm/msm: fix fallout of atomic dpms changes"
by Stephane Viau
· 10 years ago
92eed29
Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 10 years ago
54c4cd6
drm/ttm: device address space != CPU address space
by Alex Deucher
· 10 years ago
440fd52
drm/mm: Support 4 GiB and larger ranges
by Thierry Reding
· 10 years ago
ab3be73
drm/i915: gen4: work around hang during hibernation
by Imre Deak
· 10 years ago
54fc7c1
drm/i915: Check for driver readyness before handling an underrun interrupt
by Chris Wilson
· 10 years ago
77ae5f4
drm/radeon: fix interlaced modes on DCE8
by Alex Deucher
· 10 years ago
a28b2a4
drm/radeon: fix DRM_IOCTL_RADEON_CS oops
by Tommi Rantala
· 10 years ago
cffefd9
drm/radeon: do a posting read in cik_set_irq
by Alex Deucher
· 10 years ago
0586915
drm/radeon: do a posting read in si_set_irq
by Alex Deucher
· 10 years ago
c320bb5
drm/radeon: do a posting read in evergreen_set_irq
by Alex Deucher
· 10 years ago
9d1393f
drm/radeon: do a posting read in r600_set_irq
by Alex Deucher
· 10 years ago
54acf10
drm/radeon: do a posting read in rs600_set_irq
by Alex Deucher
· 10 years ago
f957063
drm/radeon: do a posting read in r100_set_irq
by Alex Deucher
· 10 years ago
2afa326
radeon/audio: fix DP audio on DCE6
by Slava Grigorev
· 10 years ago
b983a8f
radeon/audio: fix whitespace
by Slava Grigorev
· 10 years ago
5c046a5
drm/radeon: adjust audio callback order
by Alex Deucher
· 10 years ago
aeefd07
drm/radeon: properly set dto for dp on DCE4/5
by Alex Deucher
· 10 years ago
b20932d
drm/radeon/audio: update EDID derived fields in modeset
by Alex Deucher
· 10 years ago
3ed7cee
drm/radeon: don't toggle audio state in modeset
by Alex Deucher
· 10 years ago
88af339
drm/radeon/audio: set mute around state setup
by Alex Deucher
· 10 years ago
d3c34d2
drm/radeon: assign pin in detect
by Alex Deucher
· 10 years ago
add7d75
drm/radeon: fix the audio dpms callbacks
by Alex Deucher
· 10 years ago
9128b04
drm/i915: Fix modeset state confusion in the load detect code
by Daniel Vetter
· 10 years ago
5ee5a81
drm: rcar-du: Fix race condition in hardware plane allocator
by Laurent Pinchart
· 10 years ago
Next »