index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...
Dave Airlie
2023-06-15
1
-1
/
+1
|
\
|
*
drm/connector: Allow drivers to pass list of supported colorspaces
Harry Wentland
2023-06-09
1
-1
/
+1
*
|
drm/vc4: hdmi: Add BT.2020 Support
Dave Stevenson
2023-04-25
1
-0
/
+38
*
|
drm/vc4: hdmi: Add BT.601 Support
Dave Stevenson
2023-04-25
1
-0
/
+38
*
|
drm/vc4: hdmi: Add a function to retrieve the CSC matrix
Dave Stevenson
2023-04-25
1
-3
/
+21
*
|
drm/vc4: hdmi: Rework the CSC matrices organization
Dave Stevenson
2023-04-25
1
-45
/
+63
*
|
drm/vc4: hdmi: Swap CSC matrix channels for YUV444
Dave Stevenson
2023-04-25
1
-20
/
+19
*
|
drm/vc4: hdmi: Rename full range helper
Dave Stevenson
2023-04-25
1
-5
/
+5
*
|
drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB range
Dave Stevenson
2023-04-25
2
-4
/
+102
*
|
drm/vc4: hdmi: Update all the planes if the TV margins are changed
Maxime Ripard
2023-04-25
1
-0
/
+26
*
|
drm/vc4: Switch to container_of_const
Maxime Ripard
2023-04-25
10
-106
/
+51
*
|
drm/aperture: Remove primary argument
Daniel Vetter
2023-04-16
1
-1
/
+1
|
/
*
drm/vc4: remove unused render_wait variable
Tom Rix
2023-04-11
1
-2
/
+0
*
drm/scdc-helper: Pimp SCDC debugs
Ville Syrjälä
2023-04-06
1
-9
/
+12
*
drm: Use of_property_present() for testing DT property presence
Rob Herring
2023-03-28
1
-1
/
+1
*
drm/vc4: Use GEM DMA fbdev emulation
Thomas Zimmermann
2023-03-14
1
-2
/
+2
*
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2023-03-13
4
-14
/
+17
|
\
|
*
Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-02-23
25
-505
/
+2739
|
|
\
|
|
*
drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable module
Arnd Bergmann
2023-02-02
1
-1
/
+1
|
*
|
drm/vc4: crtc: Increase setup cost in core clock calculation to handle extrem...
Dom Cobley
2023-02-09
1
-1
/
+1
|
*
|
drm/vc4: hdmi: Always enable GCP with AVMUTE cleared
Dom Cobley
2023-02-09
1
-9
/
+9
|
*
|
drm/vc4: Fix YUV plane handling when planes are in different buffers
Dave Stevenson
2023-02-09
1
-2
/
+4
|
*
|
drm/vc4: hdmi: make CEC adapter name unique
Hans Verkuil
2023-01-26
1
-1
/
+2
*
|
|
drm/vc4: replace obj lookup steps with drm_gem_objects_lookup
Maíra Canal
2023-02-28
1
-41
/
+2
*
|
|
drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_info
Maíra Canal
2023-02-28
3
-23
/
+20
*
|
|
Revert "drm/vc4: hdmi: Enforce the minimum rate at runtime_resume"
Maxime Ripard
2023-02-16
1
-9
/
+0
*
|
|
Revert "drm/vc4: hdmi: Fix HSM clock too low on Pi4"
Maxime Ripard
2023-02-16
2
-18
/
+4
*
|
|
drm/vc4: hdmi: Enable power domain before setting minimum
Maxime Ripard
2023-02-16
1
-7
/
+7
*
|
|
drm/vc4: hdmi: Replace hardcoded value by define
Maxime Ripard
2023-02-16
1
-1
/
+3
|
|
/
|
/
|
*
|
Merge v6.2-rc6 into drm-next
Daniel Vetter
2023-01-31
1
-4
/
+2
|
\
|
|
*
drm/vc4: bo: Fix unused variable warning
Maxime Ripard
2023-01-13
1
-1
/
+0
|
*
drm/vc4: bo: Fix drmm_mutex_init memory hog
Maxime Ripard
2023-01-12
1
-3
/
+2
*
|
vc4: fix build failure in vc4_dsi_dev_probe()
Arnd Bergmann
2023-01-19
1
-0
/
+2
*
|
drm/vc4: dsi: Drop unused i2c include
Uwe Kleine-König
2023-01-10
1
-1
/
+0
*
|
drm/vc4: vec: Support progressive modes
Mateusz Kwiatkowski
2023-01-09
1
-1
/
+3
*
|
drm/vc4: hdmi: Correct interlaced timings again
Dave Stevenson
2023-01-09
1
-2
/
+3
*
|
drm/vc4: crtc: Fix timings for VEC modes
Mateusz Kwiatkowski
2023-01-09
1
-27
/
+44
*
|
drm/vc4: Add comments for which HVS_PIXEL_ORDER_xxx defines apply
Dave Stevenson
2023-01-09
1
-0
/
+3
*
|
drm/vc4: plane: Add 3:3:2 and 4:4:4:4 RGB/RGBX/RGBA formats
Dave Stevenson
2023-01-09
1
-0
/
+70
*
|
drm/vc4: plane: Omit pixel_order from the hvs_format for hvs5 only formats
Dave Stevenson
2023-01-09
1
-5
/
+0
*
|
drm/vc4: plane: Allow using 0 as a pixel order value
Dave Stevenson
2023-01-09
1
-6
/
+14
*
|
drm/vc4: hvs: Ignore atomic_flush if we're disabled
Maxime Ripard
2023-01-09
1
-0
/
+3
*
|
drm/vc4: hvs: Add DRM 210101010 RGB formats
Dave Stevenson
2023-01-09
1
-0
/
+28
*
|
drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5
Dave Stevenson
2023-01-09
1
-0
/
+2
*
|
drm/vc4: hvs: Support zpos on all planes
Dave Stevenson
2023-01-09
3
-18
/
+48
*
|
drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5
Dave Stevenson
2023-01-09
2
-18
/
+44
*
|
drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4
Dave Stevenson
2023-01-09
2
-4
/
+7
*
|
drm/vc4: hvs: Set AXI panic modes
Dave Stevenson
2023-01-09
2
-0
/
+17
*
|
drm/vc4: hvs: Configure the HVS COB allocations
Dave Stevenson
2023-01-09
1
-1
/
+55
*
|
drm/vc4: drop all currently held locks if deadlock happens
Maíra Canal
2023-01-02
1
-1
/
+10
[next]