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