index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
armada
/
armada_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
drm: automatic legacy gamma support
Tomi Valkeinen
1
-1
/
+0
2020-11-10
drm: Use state helper instead of CRTC state pointer
Maxime Ripard
1
-2
/
+6
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
1
-2
/
+2
2020-11-02
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
1
-4
/
+6
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
1
-2
/
+6
2020-09-11
drm/armada: Don't use drm_device->dev_private
Daniel Vetter
1
-2
/
+2
2020-05-19
drm/armada: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-4
/
+4
2019-08-14
drm/armada: drop use of drmP.h
Sam Ravnborg
1
-3
/
+7
2019-07-15
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-12
/
+202
2019-06-28
drm/armada: redo CRTC debugfs files
Russell King
1
-0
/
+9
2019-06-22
drm/armada: use mode_valid to validate the adjusted mode
Russell King
1
-5
/
+14
2019-06-22
drm/armada: improve Dove clock selection
Russell King
1
-1
/
+77
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-17
drm/armada: add CRTC mode validation
Russell King
1
-0
/
+20
2019-05-17
drm/armada: add drm_mode_set_crtcinfo() mode fixup
Russell King
1
-0
/
+7
2019-05-17
drm/armada: add comments about HWC32 cursor colour format
Russell King
1
-0
/
+7
2019-05-17
drm/armada: add support for setting gamma
Russell King
1
-0
/
+63
2019-05-17
drm/armada: fix crtc interlace
Russell King
1
-8
/
+7
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-1
/
+1
2019-01-15
drm: armada: Cleanup drm_display_mode print str
Shayenne Moura
1
-7
/
+1
2018-07-30
drm/armada: remove unnecessary armada_plane structure
Russell King
1
-3
/
+3
2018-07-30
drm/armada: update planes after the dumb frame is complete
Russell King
1
-19
/
+27
2018-07-30
drm/armada: switch overlay plane to atomic modeset
Russell King
1
-89
/
+0
2018-07-30
drm/armada: switch primary plane to atomic modeset
Russell King
1
-115
/
+1
2018-07-30
drm/armada: switch legacy modeset to atomic modeset
Russell King
1
-102
/
+1
2018-07-30
drm/armada: enable atomic modeset support
Russell King
1
-4
/
+3
2018-07-30
drm/armada: implement atomic_enable()/atomic_disable() methods
Russell King
1
-0
/
+71
2018-07-30
drm/armada: unhook dpms state from armada_drm_crtc_update()
Russell King
1
-6
/
+5
2018-07-30
drm/armada: push responsibility for clock management to backend
Russell King
1
-13
/
+6
2018-07-30
drm/armada: handle atomic modeset crtc events
Russell King
1
-0
/
+33
2018-07-30
drm/armada: clean up SPU_ADV_REG
Russell King
1
-7
/
+4
2018-07-30
drm/armada: update debug in armada_drm_crtc_mode_set_nofb()
Russell King
1
-10
/
+9
2018-07-30
drm/armada: move sync signal polarity to mode_set_nofb() method
Russell King
1
-25
/
+22
2018-07-30
drm/armada: remove crtc YUV colourspace properties
Russell King
1
-118
/
+0
2018-07-30
drm/armada: move primary plane to separate file
Russell King
1
-271
/
+2
2018-07-30
drm/armada: use old_state for update tracking in atomic_update()
Russell King
1
-56
/
+60
2018-07-30
drm/armada: remove temporary crtc state
Russell King
1
-6
/
+6
2018-07-30
drm/armada: convert overlay plane to atomic state
Russell King
1
-76
/
+3
2018-07-30
drm/armada: convert page_flip to use primary plane atomic_update()
Russell King
1
-26
/
+55
2018-07-30
drm/armada: convert primary plane to atomic state
Russell King
1
-155
/
+153
2018-07-30
drm/armada: merge armada_drm_gra_plane_regs() into only caller
Russell King
1
-31
/
+24
2018-07-30
drm/armada: use core of primary update_plane for mode set
Russell King
1
-78
/
+59
2018-07-30
drm/armada: move mode set vblank handling and disable/enable
Russell King
1
-21
/
+20
2018-07-30
drm/armada: add rectangle helpers
Russell King
1
-5
/
+3
2018-07-30
drm/armada: clean up armada_drm_crtc_page_flip()
Russell King
1
-12
/
+0
2018-07-09
drm/armada: fix irq handling
Russell King
1
-2
/
+10
2018-03-05
drm: Don't pass clip to drm_atomic_helper_check_plane_state()
Ville Syrjälä
1
-6
/
+2
2018-03-05
drm/armada: Use drm_mode_get_hv_timing() to populate plane clip rectangle
Ville Syrjälä
1
-4
/
+5
2018-03-05
drm/armada: Construct a temporary crtc state for plane checks
Ville Syrjälä
1
-1
/
+5
2018-01-05
Merge branch 'drm-armada-devel-4.15' of git://git.armlinux.org.uk/~rmk/linux-...
Dave Airlie
1
-120
/
+314
[next]