summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_atomic.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-20drm/atomic: Remove state argument to drm_atomic_private_obj_initMaxime Ripard1-17/+5
2026-03-18drm: Add CRTC background color propertyCristian Ciocaltea1-0/+1
2026-03-16drm/atomic: Add affected colorops with affected planesChaitanya Kumar Borah1-0/+7
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard1-7/+6
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-3/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+8
2026-02-10drm/atomic: Add new atomic_create_state callback to drm_private_objMaxime Ripard1-2/+16
2026-02-10drm/atomic: Make drm_atomic_private_obj_init fallibleMaxime Ripard1-5/+9
2025-12-22drm/atomic: convert drm_atomic_get_{old, new}_colorop_state() into proper fun...Jani Nikula1-0/+32
2025-12-08drm/atomic: Add dev pointer to drm_private_objMaxime Ripard1-0/+1
2025-11-27drm/colorop: Add 3D LUT support to color pipelineAlex Hung1-0/+6
2025-11-27drm/colorop: allow non-bypass coloropsHarry Wentland1-1/+2
2025-11-27drm/colorop: Define LUT_1D interpolationHarry Wentland1-0/+2
2025-11-27drm/colorop: Add multiplier typeAlex Hung1-0/+3
2025-11-27drm/colorop: Add 1D Curve Custom LUT typeAlex Hung1-0/+4
2025-11-27drm/colorop: Add 3x4 CTM typeHarry Wentland1-0/+3
2025-11-27drm/plane: Add COLOR PIPELINE propertyHarry Wentland1-0/+46
2025-11-27drm/colorop: Add atomic state print for drm_coloropHarry Wentland1-1/+32
2025-11-27drm/colorop: Add TYPE propertyHarry Wentland1-2/+2
2025-11-27drm/colorop: Introduce new drm_colorop mode objectHarry Wentland1-0/+69
2025-10-28drm/atomic: WARN about invalid drm_foo_get_state() usageVille Syrjälä1-0/+8
2025-10-28drm/atomic: WARN about missing acquire_ctx in drm_atomic_get_private_obj_state()Ville Syrjälä1-0/+2
2025-10-13drm/atomic: Change state pointers to a more meaningful nameMaxime Ripard1-12/+12
2025-10-06drm/atomic: Convert drm_atomic_get_private_obj_state() to use new plane stateMaxime Ripard1-4/+4
2025-10-06drm/atomic: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-2/+2
2025-10-06drm/atomic: Convert drm_atomic_get_crtc_state() to use new connector stateMaxime Ripard1-1/+1
2025-10-06drm/atomic: Convert drm_atomic_get_plane_state() to use new plane stateMaxime Ripard1-1/+1
2025-10-06drm/atomic: Convert drm_atomic_get_connector_state() to use new connector stateMaxime Ripard1-2/+3
2025-09-16drm/atomic: use drm_for_each_bridge_in_chain_scoped()Luca Ceresoli1-2/+1
2025-06-16drm: Include <linux/export.h>Thomas Zimmermann1-1/+1
2025-03-20drm/atomic: Introduce helper to lookup connector by encoderMaxime Ripard1-0/+59
2024-10-24drm/atomic: add interlaced and ycbcr_420 flags to connector's state dumpDmitry Baryshkov1-0/+2
2024-08-26drm: Fix kerneldoc for "Returns" sectionrenjun wang1-6/+0
2024-07-10Merge tag 'drm-intel-next-2024-06-28' of https://gitlab.freedesktop.org/drm/i...Daniel Vetter1-5/+2
2024-06-24drm: Rename drm_plane_check_pixel_format() to drm_plane_has_format()Ville Syrjälä1-5/+2
2024-05-28drm/connector: hdmi: Add RGB Quantization Range to the connector stateMaxime Ripard1-0/+1
2024-05-28drm/connector: hdmi: Add Broadcast RGB propertyMaxime Ripard1-0/+2
2024-05-28drm/connector: hdmi: Calculate TMDS character rateMaxime Ripard1-0/+1
2024-05-28drm/connector: hdmi: Add support for output formatMaxime Ripard1-0/+2
2024-05-28drm/connector: hdmi: Add output BPC to the connector stateMaxime Ripard1-0/+5
2023-12-13drm/drm_plane: track color mgmt changes per planeMelissa Wen1-0/+1
2023-12-05drm/atomic: add private obj state to state dumpDmitry Baryshkov1-0/+9
2023-12-04Revert "drm/atomic: Add pixel source to plane state dump"Dmitry Baryshkov1-1/+0
2023-12-04Revert "drm/atomic: Add solid fill data to plane state dump"Dmitry Baryshkov1-4/+0
2023-12-04Revert "drm/atomic: Move framebuffer checks to helper"Dmitry Baryshkov1-73/+57
2023-12-04Revert "drm/atomic: Loosen FB atomic checks"Dmitry Baryshkov1-11/+10
2023-12-02drm/atomic: Loosen FB atomic checksJessica Zhang1-10/+11
2023-12-02drm/atomic: Move framebuffer checks to helperJessica Zhang1-57/+73