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
starfive-6.6.48-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
/
imx
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-10
drm/imx: ipuv3-plane: Remove two unnecessary export symbols
Liu Ying
1
-2
/
+0
2021-05-10
drm/imx: Add 8 pixel alignment fix
Sebastian Reichel
4
-6
/
+48
2021-05-10
drm/imx: Annotate dma-fence critical section in commit path
Daniel Vetter
1
-0
/
+2
2021-05-10
drm/imx: ipuv3-plane: do not advertise YUV formats on planes without CSC
Philipp Zabel
1
-4
/
+37
2021-04-26
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-2
/
+12
2021-04-15
drm/imx: Don't set allow_fb_modifiers explicitly
Daniel Vetter
2
-2
/
+0
2021-04-14
Merge drm/drm-fixes into drm-next
Daniel Vetter
2
-2
/
+12
2021-03-25
drm/imx: imx-ldb: fix out of bounds array access warning
Arnd Bergmann
1
-0
/
+10
2021-03-25
drm/imx: imx-ldb: Register LDB channel1 when it is the only channel to be used
Liu Ying
1
-1
/
+1
2021-03-25
drm/imx: fix memory leak when fails to init
Pan Bian
1
-1
/
+1
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2
-71
/
+85
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2
-2
/
+4
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2
-4
/
+8
2021-02-24
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
2
-34
/
+36
2021-02-24
drm: Use state helper instead of plane state pointer in atomic_check
Maxime Ripard
1
-1
/
+2
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2
-2
/
+2
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2
-2
/
+6
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
2
-28
/
+29
2021-02-23
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
2
-4
/
+4
2021-01-07
drm/imx: dw_hdmi-imx: depend on OF to fix randconfig compile tests on x86_64
Philipp Zabel
1
-1
/
+1
2021-01-04
drm/imx: ipuv3-crtc: use drm managed resources
Philipp Zabel
1
-71
/
+43
2021-01-04
drm/imx: ipuv3-plane: use drm managed resources
Philipp Zabel
3
-63
/
+36
2021-01-04
drm/imx: parallel-display: use drm managed resources
Philipp Zabel
1
-28
/
+29
2021-01-04
drm/imx: imx-tve: use drm managed resources
Philipp Zabel
1
-35
/
+39
2021-01-04
drm/imx: imx-ldb: use drm managed resources
Philipp Zabel
1
-9
/
+22
2021-01-04
drm/imx: dw_hdmi-imx: use drm managed resources
Philipp Zabel
1
-8
/
+17
2021-01-04
drm/imx: parallel-display: move initialization into probe
Philipp Zabel
1
-22
/
+20
2021-01-04
drm/imx: parallel-display: use local bridge and connector variables
Philipp Zabel
1
-10
/
+10
2021-01-04
drm/imx: imx-tve: use devm_clk_register
Philipp Zabel
1
-1
/
+1
2021-01-04
drm/imx: imx-tve: move initialization into probe
Philipp Zabel
1
-23
/
+19
2021-01-04
drm/imx: imx-tve: use local encoder and connector variables
Philipp Zabel
1
-7
/
+8
2021-01-04
drm/imx: imx-ldb: move initialization into probe
Philipp Zabel
1
-35
/
+37
2021-01-04
drm/imx: imx-ldb: use local connector variable
Philipp Zabel
1
-6
/
+6
2021-01-04
drm/imx: dw_hdmi-imx: move initialization into probe
Philipp Zabel
1
-48
/
+26
2021-01-04
gpu: drm: imx: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2021-01-04
drm/imx: depend on COMMON_CLK to fix compile tests
Krzysztof Kozlowski
1
-0
/
+1
2020-11-26
drm/imx/dcss: allow using nearest neighbor interpolation scaling
Laurentiu Palcu
3
-10
/
+50
2020-11-26
drm/imx/dcss: fix coccinelle warning
Laurentiu Palcu
1
-2
/
+1
2020-11-26
drm/imx/dcss: fix rotations for Vivante tiled formats
Laurentiu Palcu
1
-2
/
+9
2020-11-10
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
5
-76
/
+21
2020-11-10
Merge v5.10-rc3 into drm-next
Daniel Vetter
5
-76
/
+21
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2
-2
/
+2
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2
-4
/
+4
2020-11-02
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
1
-2
/
+4
2020-10-27
drm/imx: tve remove extraneous type qualifier
Arnd Bergmann
1
-1
/
+1
2020-10-27
drm/imx: parallel-display: reduce scope of edid_len
Philipp Zabel
1
-4
/
+3
2020-10-27
drm/imx: parallel-display: remove unused function enc_to_imxpd()
Philipp Zabel
1
-5
/
+0
2020-10-27
drm/imx: parallel-display: fix edid memory leak
Marco Felsch
1
-10
/
+2
2020-10-27
drm/imx: imx-ldb: reduce scope of edid_len
Philipp Zabel
1
-6
/
+4
2020-10-26
drm/imx: dw_hdmi-imx: remove empty encoder_disable callback
Philipp Zabel
1
-5
/
+0
[prev]
[next]