index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-02
drm/vc4: hdmi: Simplify the connector state retrieval
Maxime Ripard
1
-18
/
+3
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
5
-62
/
+113
2022-01-25
drm/vc4: hdmi: Change CSC callback prototype
Maxime Ripard
2
-1
/
+7
2022-01-25
drm/vc4: hdmi: Define colorspace matrices
Maxime Ripard
1
-29
/
+49
2022-01-25
drm/vc4: hdmi: Replace CSC_CTL hardcoded value by defines
Maxime Ripard
2
-3
/
+5
2022-01-25
drm/vc4: hdmi: Move XBAR setup to csc_setup
Maxime Ripard
1
-1
/
+2
2022-01-25
drm/vc4: hdmi: Use full range helper in csc functions
Maxime Ripard
2
-22
/
+13
2022-01-25
drm/vc4: hdmi: Add full range RGB helper
Maxime Ripard
1
-2
/
+10
2022-01-25
drm/edid: Rename drm_hdmi_avi_infoframe_colorspace to _colorimetry
Maxime Ripard
1
-1
/
+1
2022-01-19
drm/vc4: Fix deadlock on DSI device attach error
Padmanabha Srinivasaiah
1
-10
/
+4
2022-01-14
drm/vc4: remove redundant assignment of variable size
Colin Ian King
1
-2
/
+0
2022-01-11
drm/vc4: Notify the firmware when DRM is in charge
Maxime Ripard
1
-0
/
+22
2022-01-11
drm/vc4: Remove conflicting framebuffers before callind bind_all
Maxime Ripard
1
-4
/
+4
2022-01-11
drm/vc4: Support nomodeset
Maxime Ripard
1
-0
/
+3
2021-12-16
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-30
/
+25
2021-12-16
drm/vc4: plane: Add support for YUV color encodings and ranges
Dave Stevenson
2
-8
/
+82
2021-12-16
drm/vc4: plane: Add support for DRM_FORMAT_P030
Dave Stevenson
1
-31
/
+96
2021-12-15
drm/vc4: kms: Wait for the commit before increasing our clock rate
Maxime Ripard
1
-8
/
+7
2021-12-14
Merge v5.16-rc5 into drm-next
Daniel Vetter
2
-23
/
+19
2021-11-30
drm: Remove CONFIG_DRM_KMS_CMA_HELPER option
Thomas Zimmermann
1
-1
/
+0
2021-11-30
drm/cma-helper: Pass GEM CMA object in public interfaces
Thomas Zimmermann
1
-2
/
+2
2021-11-30
drm/cma-helper: Export dedicated wrappers for GEM object functions
Thomas Zimmermann
1
-2
/
+2
2021-11-29
drm/vc4: kms: Fix previous HVS commit wait
Maxime Ripard
1
-8
/
+2
2021-11-29
drm/vc4: kms: Don't duplicate pending commit
Maxime Ripard
1
-6
/
+0
2021-11-29
drm/vc4: kms: Clear the HVS FIFO commit pointer once done
Maxime Ripard
1
-0
/
+1
2021-11-29
drm/vc4: kms: Add missing drm_crtc_commit_put
Maxime Ripard
1
-1
/
+8
2021-11-29
drm/vc4: kms: Fix return code check
Maxime Ripard
1
-5
/
+5
2021-11-29
drm/vc4: kms: Wait for the commit before increasing our clock rate
Maxime Ripard
1
-3
/
+3
2021-11-19
drm/vc4: fix error code in vc4_create_object()
Dan Carpenter
1
-1
/
+1
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-8
/
+0
2021-11-05
drm/vc4: hdmi: Introduce a scdc_enabled flag
Maxime Ripard
2
-10
/
+18
2021-11-05
drm/vc4: hdmi: Introduce an output_enabled flag
Maxime Ripard
2
-4
/
+18
2021-11-05
drm/vc4: hdmi: Check the device state in prepare()
Maxime Ripard
1
-7
/
+28
2021-11-05
drm/vc4: hdmi: Prevent access to crtc->state outside of KMS
Maxime Ripard
2
-12
/
+32
2021-11-05
drm/vc4: hdmi: Use a mutex to prevent concurrent framework access
Maxime Ripard
2
-6
/
+126
2021-11-05
drm/vc4: hdmi: Add a spinlock to protect register access
Maxime Ripard
4
-10
/
+236
2021-11-05
drm/vc4: crtc: Copy assigned channel to the CRTC
Maxime Ripard
4
-2
/
+24
2021-11-05
drm/vc4: Fix non-blocking commit getting stuck forever
Maxime Ripard
3
-3
/
+23
2021-11-05
drm/vc4: crtc: Drop feed_txp from state
Maxime Ripard
5
-10
/
+12
2021-11-04
drm/vc4: Increase the core clock based on HVS load
Maxime Ripard
3
-9
/
+118
2021-11-04
drm/vc4: hdmi: Enable the scrambler on reconnection
Maxime Ripard
1
-0
/
+3
2021-11-04
drm/vc4: hdmi: Raise the maximum clock rate
Maxime Ripard
1
-1
/
+1
2021-11-04
drm/vc4: Leverage the load tracker on the BCM2711
Maxime Ripard
4
-21
/
+10
2021-11-04
drm/vc4: crtc: Add some logging
Maxime Ripard
1
-0
/
+6
2021-11-04
drm/vc4: crtc: Rework the encoder retrieval code (again)
Maxime Ripard
2
-24
/
+10
2021-11-04
drm/vc4: crtc: Add encoder to vc4_crtc_config_pv prototype
Maxime Ripard
1
-4
/
+3
2021-11-04
drm/vc4: Make vc4_crtc_get_encoder public
Maxime Ripard
2
-4
/
+9
2021-11-04
drm/vc4: hdmi: Fix HPD GPIO detection
Maxime Ripard
1
-3
/
+3
2021-11-04
drm/vc4: hdmi: Remove the DDC probing for status detection
Maxime Ripard
1
-2
/
+0
2021-10-28
BackMerge tag 'v5.15-rc7' into drm-next
Dave Airlie
1
-8
/
+0
[prev]
[next]