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
/
rcar-du
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-30
drm/cma-helper: Export dedicated wrappers for GEM object functions
Thomas Zimmermann
1
-5
/
+5
2021-10-07
drm: rcar-du: Add r8a779a0 device support
Kieran Bingham
4
-0
/
+27
2021-10-07
drm: rcar-du: Split CRTC IRQ and Clock features
Kieran Bingham
3
-22
/
+39
2021-10-07
drm: rcar-du: Fix DIDSR field name
Kieran Bingham
2
-6
/
+6
2021-10-07
drm: rcar-du: Only initialise TVM_TVSYNC mode when supported
Kieran Bingham
1
-1
/
+4
2021-10-07
drm: rcar-du: Sort the DU outputs
Kieran Bingham
1
-2
/
+2
2021-10-07
drm: rcar-du: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
2
-6
/
+2
2021-10-07
drm: rcar-du: Allow importing non-contiguous dma-buf with VSP
Laurent Pinchart
4
-6
/
+89
2021-10-07
drm: rcar-du: Set the DMA coherent mask for the DU device
Laurent Pinchart
1
-0
/
+12
2021-10-07
drm: rcar-du: Improve kernel log messages when initializing encoders
Laurent Pinchart
5
-18
/
+40
2021-10-07
drm: rcar-du: Don't create encoder for unconnected LVDS outputs
Laurent Pinchart
3
-4
/
+28
2021-07-28
drm: rcar-du: lvds: Use dev_err_probe()
Laurent Pinchart
1
-3
/
+2
2021-07-28
drm: rcar-du: lvds: Don't set bridge driver_private field
Laurent Pinchart
1
-1
/
+0
2021-07-28
drm: rcar-du: Use drm_bridge_connector_init() helper
Laurent Pinchart
1
-5
/
+21
2021-07-28
drm: rcar-du: dw-hdmi: Set output port number
Laurent Pinchart
1
-0
/
+1
2021-07-28
drm: rcar-du: lvds: Convert to DRM panel bridge helper
Laurent Pinchart
1
-108
/
+12
2021-07-28
drm: rcar-du: Shutdown the display on remove
Laurent Pinchart
1
-0
/
+1
2021-07-28
drm: rcar-du: Don't put reference to drm_device in rcar_du_remove()
Laurent Pinchart
1
-2
/
+0
2021-07-28
drm: rcar-du: Shutdown the display on system shutdown
Laurent Pinchart
1
-0
/
+8
2021-06-29
drm/rcar-du: Don't set struct drm_device.irq_enabled
Thomas Zimmermann
1
-2
/
+0
2021-04-14
Merge drm/drm-fixes into drm-next
Daniel Vetter
1
-25
/
+6
2021-03-16
drm: rcar-du: Use drmm_encoder_alloc() to manage encoder
Kieran Bingham
1
-25
/
+6
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2
-2
/
+2
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2
-2
/
+4
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
2
-3
/
+5
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2
-2
/
+7
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
2
-6
/
+8
2021-02-23
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
1
-2
/
+2
2021-01-07
Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-next
Daniel Vetter
10
-112
/
+131
2021-01-05
drm: rcar-du: Fix leak of CMM platform device reference
Laurent Pinchart
1
-3
/
+19
2021-01-05
drm: rcar-du: Fix the return check of of_parse_phandle and of_find_device_by_...
Wang Xiaojun
1
-4
/
+4
2021-01-05
drm: rcar-du: Drop local encoder variable
Laurent Pinchart
2
-6
/
+2
2021-01-05
drm: rcar-du: Skip encoder allocation for LVDS1 in dual-link mode
Laurent Pinchart
1
-34
/
+25
2021-01-05
drm: rcar-du: Replace dev_private with container_of
Laurent Pinchart
4
-7
/
+10
2021-01-05
drm: rcar-du: Embed drm_device in rcar_du_device
Laurent Pinchart
8
-33
/
+29
2021-01-05
drm: rcar-du: Use DRM-managed allocation for encoders
Laurent Pinchart
1
-18
/
+29
2021-01-05
drm: rcar-du: Use DRM-managed allocation for VSP planes
Laurent Pinchart
1
-5
/
+17
2021-01-05
drm: rcar-du: Drop unneeded encoder cleanup in error path
Laurent Pinchart
1
-4
/
+1
2021-01-05
drm: rcar-du: Release vsp device reference in all error paths
Laurent Pinchart
1
-1
/
+1
2021-01-05
drm: rcar-du: Fix crash when using LVDS1 clock for CRTC
Laurent Pinchart
3
-12
/
+9
2021-01-05
drm: rcar-du: Fix PM reference leak in rcar_cmm_enable()
Qinglang Miao
1
-1
/
+1
2020-12-15
drm: automatic legacy gamma support
Tomi Valkeinen
1
-1
/
+0
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
1
-1
/
+1
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
/
+7
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
6
-9
/
+107
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
1
-2
/
+4
2020-09-23
Merge tag 'du-next-20200922' of git://linuxtv.org/pinchartl/media into drm-next
Dave Airlie
6
-7
/
+106
2020-09-22
drm: rcar-du: Put reference to VSP device
Laurent Pinchart
1
-0
/
+12
2020-09-22
drm: rcar-du: Update description for DRM_RCAR_DW_HDMI Kconfig entry
Lad Prabhakar
1
-2
/
+2
[next]