index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-25
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
16
-202
/
+773
2022-05-12
drm/vc4: hdmi: Fix build error for implicit function declaration
Hui Tang
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-03
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-1
/
+4
2022-05-03
Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
2
-1
/
+4
2022-05-02
drm: allow passing possible_crtcs to drm_writeback_connector_init()
Abhinav Kumar
1
-1
/
+2
2022-04-29
drm/vc4: simplify the return expression of vc4_grab_bin_bo()
Minghao Chi
1
-7
/
+1
2022-04-29
drm/vc4: simplify the return expression of vc4_prepare_fb()
Minghao Chi
1
-6
/
+1
2022-04-25
drm/display: Move SCDC helpers into display-helper library
Thomas Zimmermann
1
-1
/
+1
2022-04-25
drm/display: Move HDMI helpers into display-helper module
Thomas Zimmermann
2
-1
/
+3
2022-04-21
drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
Miaoqian Lin
1
-1
/
+1
2022-04-21
drm/vc4: hdmi: Remove vc4_hdmi_encoder
José Expósito
2
-26
/
+14
2022-04-21
drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmi
José Expósito
2
-12
/
+6
2022-04-20
drm/vc4: Fix build error when CONFIG_DRM_VC4=y && CONFIG_RASPBERRYPI_FIRMWARE=m
Zheng Bin
1
-0
/
+3
2022-04-08
drm/vc4: kms: Improve logging
Maxime Ripard
1
-1
/
+19
2022-04-08
drm/vc4: kms: Warn if we have an incompatible muxing setup
Maxime Ripard
1
-0
/
+4
2022-04-08
drm/vc4: kms: Store channel in local variable
Maxime Ripard
1
-7
/
+8
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
2022-04-08
drm/vc4: hvs: Reset muxes at probe time
Maxime Ripard
1
-5
/
+21
2022-04-07
drm/vc4: Use newer fence API properly to fix build errors
Javier Martinez Canillas
1
-2
/
+4
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
1
-1
/
+1
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-1
/
+1
2022-04-06
drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macros
Maxime Ripard
4
-52
/
+60
2022-04-06
drm/vc4: kms: Ignore atomic_flush if we're disabled
Maxime Ripard
1
-1
/
+2
2022-04-06
drm/vc4: hvs: Move the dlist setup to its own function
Maxime Ripard
1
-5
/
+14
2022-04-06
drm/vc4: hvs: Remove dlist setup duplication
Maxime Ripard
1
-6
/
+3
2022-04-06
drm/vc4: hvs: Store channel in variable
Maxime Ripard
1
-4
/
+5
2022-04-06
drm/vc4: hvs: Fix frame count register readout
Maxime Ripard
4
-3
/
+35
2022-04-06
drm/vc4: kms: Take old state core clock rate into account
Maxime Ripard
1
-2
/
+3
2022-04-06
drm/vc4: hdmi: Remove clock rate initialization
Maxime Ripard
1
-13
/
+0
2022-04-06
drm/vc4: Add logging and comments
Maxime Ripard
1
-0
/
+11
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
4
-19
/
+38
2022-03-31
drm/vc4: Implement atomic_print_state for HVS channel state
Maxime Ripard
1
-0
/
+17
2022-03-31
drm/vc4: Constify private state accessors
Maxime Ripard
1
-3
/
+4
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+1
2022-03-24
drm/vc4: hdmi: Support HDMI YUV output
Maxime Ripard
4
-16
/
+311
2022-03-24
drm/vc4: hdmi: Always try to have the highest bpc
Maxime Ripard
2
-5
/
+43
2022-03-24
drm/vc4: hdmi: Take bpp into account for the scrambler
Maxime Ripard
2
-4
/
+17
2022-03-24
drm/vc4: hdmi: Take the sink maximum TMDS clock into account
Maxime Ripard
1
-0
/
+6
2022-03-24
drm/vc4: hdmi: Move clock calculation into its own function
Maxime Ripard
1
-15
/
+37
2022-03-24
drm/vc4: hdmi: Move clock validation to its own function
Maxime Ripard
1
-11
/
+15
2022-03-24
drm/vc4: hdmi: Rename pixel_rate variable
Maxime Ripard
3
-22
/
+22
2022-03-17
drm/vc4: add tracepoints for CL submissions
Melissa Wen
3
-0
/
+107
2022-02-28
Merge 5.17-rc6 into driver-core-next
Greg Kroah-Hartman
4
-23
/
+41
2022-02-28
Backmerge tag 'v5.17-rc6' into drm-next
Dave Airlie
3
-3
/
+14
2022-02-25
drm/vc4: Make use of the helper component_compare_dev
Yong Wu
1
-6
/
+1
2022-02-25
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2
-27
/
+6
2022-02-24
Merge tag 'drm-misc-fixes-2022-02-23' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
3
-3
/
+14
2022-02-21
drm/vc4: Use drm_mode_copy()
Ville Syrjälä
1
-3
/
+2
[next]