summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-11-27drm/colorop: Add DRM_COLOROP_1D_CURVE_GAMMA22 to 1D CurveAlex Hung1-0/+18
2025-11-27drm/colorop: Add 3D LUT support to color pipelineAlex Hung2-0/+57
2025-11-27drm/colorop: allow non-bypass coloropsHarry Wentland1-9/+14
2025-11-27drm/colorop: Define LUT_1D interpolationHarry Wentland2-1/+33
2025-11-27drm/colorop: Add multiplier typeAlex Hung2-0/+27
2025-11-27drm/colorop: Add 1D Curve Custom LUT typeAlex Hung2-0/+30
2025-11-27drm: Add helper to extract lut from struct drm_color_lut32Chaitanya Kumar Borah1-0/+16
2025-11-27drm: Add Enhanced LUT precision structureUma Shankar2-0/+25
2025-11-27drm/colorop: add BT2020/BT709 OETF and Inverse OETFHarry Wentland1-0/+23
2025-11-27drm/colorop: Add PQ 125 EOTF and its inverseHarry Wentland1-0/+24
2025-11-27drm/colorop: define a new macro for_each_new_colorop_in_stateAlex Hung1-0/+20
2025-11-27drm/colorop: pass plane_color_pipeline client cap to atomic checkHarry Wentland1-0/+18
2025-11-27drm/colorop: Add 3x4 CTM typeHarry Wentland3-10/+55
2025-11-27drm/colorop: Add destroy functions for color pipelineAlex Hung1-0/+3
2025-11-27drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINEHarry Wentland2-0/+22
2025-11-27drm/plane: Add COLOR PIPELINE propertyHarry Wentland3-0/+16
2025-11-27drm/colorop: Add NEXT propertyHarry Wentland1-0/+17
2025-11-27drm/colorop: Add BYPASS propertyHarry Wentland1-0/+21
2025-11-27drm/colorop: Add 1D Curve subtypeHarry Wentland1-0/+62
2025-11-27drm/colorop: Add TYPE propertyHarry Wentland2-0/+43
2025-11-27drm/colorop: Introduce new drm_colorop mode objectHarry Wentland6-0/+267
2025-11-27drm: Add helper for conversion from signed-magnitudeHarry Wentland1-0/+17
2025-11-26drm/ttm: rework pipelined eviction fence handlingPierre-Eric Pelloux-Prayer1-8/+21
2025-11-25drm/fb-helper: Allocate and release fb_info in single placeThomas Zimmermann1-12/+0
2025-11-25drm/client: Support emergency restore via sysrq for all clientsThomas Zimmermann1-0/+8
2025-11-25drm/client: Pass force parameter to client restoreThomas Zimmermann3-11/+9
2025-11-15drm/bridge: dw-hdmi-qp: Handle platform supported formats and color depthCristian Ciocaltea1-0/+4
2025-11-10Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst6-1/+130
2025-11-07Merge tag 'drm-misc-next-2025-11-05-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie11-23/+132
2025-11-07Merge tag 'drm-intel-next-2025-11-04' of https://gitlab.freedesktop.org/drm/i...Dave Airlie6-1/+126
2025-11-06drm/ttm: Fix @alloc_flags descriptionBagas Sanjaya2-2/+2
2025-11-06drm/panfrost: fix UAPI kernel-doc warningsRandy Dunlap1-36/+82
2025-11-05accel/amdxdna: Support preemption requestsLizhi Hou1-1/+15
2025-11-04accel/amdxdna: Add IOCTL parameter for telemetry dataLizhi Hou1-0/+17
2025-11-04accel/amdxdna: Add IOCTL parameter for resource dataLizhi Hou1-0/+17
2025-11-04drm/edid: add DRM_EDID_IDENT_INIT() to initialize struct drm_edid_identJani Nikula1-0/+6
2025-11-03drm/{i915, xe}/display: Add display runtime pm parent interfaceJouni Högander1-0/+19
2025-11-03drm/{i915, xe}/display: pass parent interface to display probeJani Nikula1-0/+26
2025-10-31Merge tag 'drm-misc-next-2025-10-28' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter2-0/+271
2025-10-31Merge tag 'drm-xe-next-2025-10-28' of https://gitlab.freedesktop.org/drm/xe/k...Simona Vetter1-0/+4
2025-10-31drm/ttm: Add an allocation flag to propagate -ENOSPC on OOMTvrtko Ursulin2-0/+6
2025-10-31drm/ttm: Allow drivers to specify maximum beneficial TTM pool sizeTvrtko Ursulin1-2/+3
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin1-1/+2
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin2-5/+13
2025-10-31drm/ttm: replace drm_print.h include with a forward declarationJani Nikula1-1/+2
2025-10-31drm/mm: replace drm_print.h include with a forward declarationJani Nikula1-1/+1
2025-10-31drm/buddy: replace drm_print.h include with a forward declarationJani Nikula1-1/+1
2025-10-30drm/client: Flush client buffers with drm_client_buffer_sync()Thomas Zimmermann1-1/+1
2025-10-30drm/client: Create client buffers with drm_client_buffer_create_dumb()Thomas Zimmermann1-1/+1
2025-10-30drm/client: Remove drm_client_framebuffer_delete()Thomas Zimmermann1-1/+1