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-12-08
drm/vc4: tests: Fail the current test if we access a register
Maxime Ripard
7
-13
/
+81
2022-12-08
drm/vc4: tests: Introduce a mocking infrastructure
Maxime Ripard
12
-13
/
+511
2022-12-08
drm/vc4: hvs: Provide a function to initialize the HVS structure
Maxime Ripard
2
-30
/
+44
2022-12-08
drm/vc4: crtc: Make encoder lookup helper public
Maxime Ripard
2
-16
/
+17
2022-12-08
drm/vc4: crtc: Introduce a lower-level crtc init helper
Maxime Ripard
2
-19
/
+57
2022-12-08
drm/vc4: Move HVS state to main header
Maxime Ripard
2
-22
/
+26
2022-12-01
drm/vc4: dpi: Fix format mapping for RGB565
Dave Stevenson
1
-1
/
+1
2022-12-01
drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.
Dave Stevenson
1
-2
/
+2
2022-12-01
drm/vc4: dpi: Support BGR666 formats
Joerg Quinten
1
-0
/
+6
2022-12-01
drm/vc4: dpi: Support RGB565 format
Chris Morgan
1
-0
/
+4
2022-11-28
drm/vc4: vec: Use pm_runtime_resume_and_get() in vc4_vec_encoder_enable()
Shang XiaoJing
1
-1
/
+1
2022-11-28
drm/vc4: crtc: Provide a CRTC name
Maxime Ripard
3
-1
/
+12
2022-11-28
drm/vc4: crtc: Pass the device and data in vc4_crtc_init
Maxime Ripard
3
-13
/
+17
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
2
-10
/
+21
2022-11-28
drm/vc4: txp: Reorder the variable assignments
Maxime Ripard
1
-9
/
+6
2022-11-28
drm/vc4: kms: Sort the CRTCs by output before assigning them
Maxime Ripard
1
-33
/
+76
2022-11-28
drm/vc4: kms: Constify the HVS old/new state helpers
Maxime Ripard
1
-2
/
+2
2022-11-28
drm/vc4: Constify container_of wrappers
Maxime Ripard
1
-8
/
+8
2022-11-24
drm/vc4: vec: Add support for more analog TV standards
Mateusz Kwiatkowski
1
-4
/
+107
2022-11-24
drm/vc4: vec: Convert to the new TV mode property
Maxime Ripard
1
-53
/
+131
2022-11-24
drm/vc4: vec: Check for VEC output constraints
Mateusz Kwiatkowski
1
-0
/
+50
2022-11-24
drm/vc4: vec: Use TV Reset implementation
Maxime Ripard
1
-1
/
+7
2022-11-24
drm/connector: Rename drm_mode_create_tv_properties
Maxime Ripard
1
-2
/
+3
2022-11-24
drm/connector: Rename legacy TV property
Maxime Ripard
1
-4
/
+4
2022-11-24
Backmerge tag 'v6.1-rc6' into drm-next
Dave Airlie
4
-16
/
+47
2022-11-15
drm/vc4: hdmi: Fix pointer dereference before check
José Expósito
1
-2
/
+4
2022-11-15
drm/vc4: hdmi: Pass vc4_hdmi to vc4_hdmi_supports_scrambling()
José Expósito
1
-5
/
+3
2022-11-10
drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kms
Gaosheng Cui
1
-4
/
+4
2022-11-07
drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()
Yuan Can
1
-1
/
+6
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-1
/
+1
2022-11-04
Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
5
-25
/
+63
2022-11-03
drm/vc4: hdmi: Fix HSM clock too low on Pi4
[email protected]
2
-4
/
+18
2022-11-03
drm/vc4: hdmi: Fix outdated function name in comment
[email protected]
1
-3
/
+2
2022-11-03
drm/vc4: hdmi: Take our lock to reset the link
[email protected]
1
-4
/
+17
2022-10-28
drm/vc4: Make sure we don't end up with a core clock too high
Maxime Ripard
1
-5
/
+8
2022-10-28
drm/vc4: hdmi: Add more checks for 4k resolutions
Dom Cobley
3
-2
/
+18
2022-10-28
drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection code
Maxime Ripard
4
-19
/
+37
2022-10-28
drm/vc4: hdmi: Fix hdmi_enable_4kp60 detection
Maxime Ripard
1
-1
/
+2
2022-10-28
Merge tag 'drm-misc-next-2022-10-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-2
/
+2
2022-10-25
Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2
-5
/
+5
2022-10-24
drm/vc4: Fix spelling mistake "mmaping" -> "mmapping"
Colin Ian King
1
-2
/
+2
2022-10-21
Merge tag 'drm-misc-fixes-2022-10-13' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2
-0
/
+30
2022-10-20
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
22
-853
/
+1513
2022-10-13
drm/vc4: hdmi: Check the HSM rate at runtime_resume
Maxime Ripard
1
-0
/
+20
2022-10-13
drm/vc4: hdmi: Enforce the minimum rate at runtime_resume
Maxime Ripard
1
-0
/
+9
2022-10-13
drm/vc4: Add module dependency on hdmi-codec
Maxime Ripard
1
-0
/
+1
2022-10-10
drm/vc4: vec: Fix definition of PAL-M mode
Mateusz Kwiatkowski
1
-4
/
+4
2022-10-10
drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambig...
Maxime Ripard
1
-1
/
+1
2022-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-0
/
+1
[prev]
[next]