index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
armada
/
armada_overlay.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-26
drm/armada: Use drm_plane_helper_destroy()
Thomas Zimmermann
1
-7
/
+2
2022-07-26
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
1
-1
/
+0
2021-06-24
drm/armada: Remove prepare/cleanup_fb hooks
Daniel Vetter
1
-2
/
+0
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
1
-1
/
+2
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-2
/
+6
2021-02-24
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
1
-51
/
+53
2020-11-17
drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate...
Lee Jones
1
-1
/
+1
2020-09-11
drm/armada: Don't use drm_device->dev_private
Daniel Vetter
1
-4
/
+4
2019-08-14
drm/armada: drop use of drmP.h
Sam Ravnborg
1
-3
/
+5
2019-07-16
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-28
/
+28
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-17
drm/armada: move plane address and pitch calculation to atomic_check
Russell King
1
-13
/
+10
2019-05-17
drm/armada: add missing interlaced support for overlay frame
Russell King
1
-2
/
+5
2019-05-17
drm/armada: fix plane location and size for interlace
Russell King
1
-7
/
+8
2019-05-17
drm/armada: add plane size/location accessors
Russell King
1
-6
/
+6
2019-05-17
drm/armada: use __drm_atomic_helper_plane_reset in overlay reset
Russell King
1
-5
/
+4
2018-09-09
drm: extract drm_atomic_uapi.c
Daniel Vetter
1
-0
/
+1
2018-07-30
drm/armada: remove unnecessary armada_ovl_plane structure
Russell King
1
-25
/
+9
2018-07-30
drm/armada: switch overlay plane to atomic modeset
Russell King
1
-140
/
+32
2018-07-30
drm/armada: push interlace calculation into armada_drm_plane_calc()
Russell King
1
-8
/
+8
2018-07-30
drm/armada: provide pitches from armada_drm_plane_calc_addrs()
Russell King
1
-4
/
+4
2018-07-30
drm/armada: pass plane state into armada_drm_plane_calc_addrs()
Russell King
1
-3
/
+3
2018-07-30
drm/armada: add plane colorspace properties
Russell King
1
-1
/
+32
2018-07-30
drm/armada: move colorkey properties into overlay plane state
Russell King
1
-119
/
+132
2018-07-30
drm/armada: move CBSH properties into overlay plane state
Russell King
1
-28
/
+135
2018-07-30
drm/armada: move plane works to overlay
Russell King
1
-4
/
+8
2018-07-30
drm/armada: move primary plane to separate file
Russell King
1
-1
/
+2
2018-07-30
drm/armada: use old_state for update tracking in atomic_update()
Russell King
1
-105
/
+84
2018-07-30
drm/armada: convert overlay plane to atomic state
Russell King
1
-44
/
+135
2018-07-30
drm/armada: add rectangle helpers
Russell King
1
-4
/
+3
2018-07-09
drm/armada: fix colorkey mode property
Russell King
1
-8
/
+22
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
-160
/
+142
2017-12-08
drm/armada: wait for previous work when moving overlay window
Russell King
1
-4
/
+4
2017-12-08
drm/armada: move overlay plane register update generation
Russell King
1
-93
/
+110
2017-12-08
drm/armada: re-organise overlay register update generation
Russell King
1
-30
/
+22
2017-12-08
drm/armada: disable planes at next blanking period
Russell King
1
-17
/
+6
2017-12-08
drm/armada: avoid work allocation
Russell King
1
-4
/
+7
2017-12-08
drm/armada: allow armada_drm_plane_work_queue() to silently fail
Russell King
1
-1
/
+3
2017-12-08
drm/armada: use drm_plane_helper_check_state()
Russell King
1
-29
/
+32
2017-12-08
drm/armada: only enable HSMOOTH if scaling horizontally
Russell King
1
-5
/
+5
2017-12-08
drm/armada: move writes of LCD_SPU_SRAM_PARA1 under lock
Russell King
1
-2
/
+3
2017-12-08
drm/armada: move regs into armada_plane_work
Russell King
1
-25
/
+21
2017-12-08
drm/armada: move fb retirement into armada_plane_work
Russell King
1
-25
/
+5
2017-12-08
drm/armada: move overlay plane work out from under spinlock
Russell King
1
-0
/
+4
2017-12-08
drm/armada: clear plane enable bit when disabling
Russell King
1
-2
/
+0
2017-12-08
drm/armada: clean up armada_drm_crtc_plane_disable()
Russell King
1
-6
/
+3
2017-12-08
drm/armada: wait and cancel any pending frame work at disable
Russell King
1
-2
/
+0
[next]