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
/
vc4
/
vc4_txp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-08
drm/vc4: tests: Fail the current test if we access a register
Maxime Ripard
1
-2
/
+11
2022-12-08
drm/vc4: tests: Introduce a mocking infrastructure
Maxime Ripard
1
-1
/
+1
2022-11-28
drm/vc4: crtc: Provide a CRTC name
Maxime Ripard
1
-0
/
+1
2022-11-28
drm/vc4: crtc: Pass the device and data in vc4_crtc_init
Maxime Ripard
1
-5
/
+2
2022-11-28
drm/vc4: txp: Initialise the CRTC before the encoder and connector
Maxime Ripard
1
-5
/
+5
2022-11-28
drm/vc4: Add TXP encoder type
Maxime Ripard
1
-10
/
+20
2022-11-28
drm/vc4: txp: Reorder the variable assignments
Maxime Ripard
1
-9
/
+6
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
1
-1
/
+1
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
1
-1
/
+1
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
1
-2
/
+2
2022-07-13
drm/vc4: debugfs: Simplify debugfs registration
Maxime Ripard
1
-2
/
+1
2022-07-13
drm/vc4: txp: Protect device resources
Maxime Ripard
1
-0
/
+25
2022-07-13
drm/vc4: txp: Remove call to drm_connector_unregister()
Maxime Ripard
1
-8
/
+2
2022-07-13
drm/vc4: txp: Switch to drmm_kzalloc
Maxime Ripard
1
-1
/
+1
2022-07-13
drm/vc4: txp: Remove duplicate regset
Maxime Ripard
1
-5
/
+4
2022-07-13
drm/vc4: txp: Remove vc4_dev txp pointer
Maxime Ripard
1
-6
/
+0
2022-07-13
drm/vc4: crtc: Switch to DRM-managed CRTC initialization
Maxime Ripard
1
-1
/
+0
2022-07-13
drm/vc4: crtc: Move debugfs_name to crtc_data
Maxime Ripard
1
-0
/
+1
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-05-11
Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
1
-1
/
+2
2022-05-02
drm: allow passing possible_crtcs to drm_writeback_connector_init()
Abhinav Kumar
1
-1
/
+2
2022-04-08
drm/vc4: txp: Force alpha to be 0xff if it's disabled
Maxime Ripard
1
-0
/
+6
2022-04-08
drm/vc4: txp: Don't set TXP_VSTART_AT_EOF
Maxime Ripard
1
-1
/
+1
2021-11-05
drm/vc4: crtc: Copy assigned channel to the CRTC
Maxime Ripard
1
-0
/
+1
2021-11-05
drm/vc4: crtc: Drop feed_txp from state
Maxime Ripard
1
-2
/
+1
2021-05-24
drm/vc4: txp: Properly set the possible_crtcs mask
Maxime Ripard
1
-1
/
+1
2020-12-16
drm/vc4: hvs: Align the HVS atomic hooks to the new API
Maxime Ripard
1
-7
/
+3
2020-12-15
drm: automatic legacy gamma support
Tomi Valkeinen
1
-1
/
+0
2020-11-20
drm: Pass the full state to connectors atomic functions
Maxime Ripard
1
-1
/
+3
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
/
+7
2020-09-07
drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
Maxime Ripard
1
-1
/
+0
2020-09-07
drm/vc4: crtc: Assign output to channel automatically
Maxime Ripard
1
-0
/
+1
2020-09-07
drm/vc4: crtc: Rename HVS channel to output
Maxime Ripard
1
-1
/
+1
2020-07-07
drm/vc4: txp: Turn the TXP into a CRTC of its own
Maxime Ripard
1
-1
/
+99
2020-07-07
drm/vc4: crtc: Move the txp_armed function to the TXP
Maxime Ripard
1
-1
/
+8
2019-10-03
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
1
-6
/
+8
2019-09-23
drm: Free the writeback_job when it with an empty fb
Lowry Li (Arm Technology China)
1
-3
/
+2
2019-07-17
drm/vc4: drop use of drmP.h
Sam Ravnborg
1
-6
/
+8
2019-06-13
drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_state
Sean Paul
1
-3
/
+4
2019-04-05
Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-32
/
+12
2019-04-03
drm/vc4: Use common helpers for debugfs setup by the driver components.
Eric Anholt
1
-18
/
+2
2019-04-01
drm/vc4: Use drm_print_regset32() for our debug register dumping.
Eric Anholt
1
-16
/
+12
2019-03-25
Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-3
/
+0
2019-03-18
drm: writeback: Cleanup job ownership handling when queuing job
Laurent Pinchart
1
-1
/
+1
2019-02-19
drm: Remove set but not used variable 'gem'
YueHaibing
1
-3
/
+0
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-1
/
+1
2018-07-07
drm/vc4: Add support for the transposer block
Boris Brezillon
1
-0
/
+477