aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-10-31drm/i915/dsi: debug log send packet sequence contentsJani Nikula1-3/+7
2025-10-31drm/i915/dsi: log send packet sequence errorsJani Nikula1-9/+13
2025-10-31drm/panel: ilitek-ili9882t: Add support for Ilitek IL79900A-based panelsLangyan Ye1-0/+69
2025-10-31drm/sched: Fix comment in drm_sched_run_job_work()Philipp Stanner1-2/+7
2025-10-31drm/i915/gt: Use standard API for seqcount read in TLB invalidationAndi Shyti1-1/+1
2025-10-31drm/i915: Wait for page_sizes_gtt in gtt selftest on CHV/BXT+VTDJanusz Krzysztofik1-0/+4
2025-10-31drm/i915: Wait longer for threads in migrate selftest on CHV/BXT+VTDJanusz Krzysztofik1-1/+8
2025-10-31drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTDJanusz Krzysztofik1-2/+14
2025-10-31drm/ttm: Add an allocation flag to propagate -ENOSPC on OOMTvrtko Ursulin2-1/+4
2025-10-31drm/amdgpu: Configure max beneficial TTM pool allocation orderTvrtko Ursulin1-2/+3
2025-10-31drm/ttm: Allow drivers to specify maximum beneficial TTM pool sizeTvrtko Ursulin2-0/+13
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin15-53/+48
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin6-37/+32
2025-10-31drm/ttm: Add getter for some pool propertiesTvrtko Ursulin4-19/+43
2025-10-31drm: include drm_print.h where neededJani Nikula373-4/+467
2025-10-30drm/xe/gt_throttle: Drop individual show functionsLucas De Marchi1-192/+62
2025-10-30drm/xe: Improve freq and throttle documentationLucas De Marchi2-41/+49
2025-10-30drm/xe/gt_throttle: Tidy up attribute definitionLucas De Marchi1-24/+31
2025-10-30drm/xe/gt_throttle: Add throttle_to_gt()Lucas De Marchi1-40/+25
2025-10-30drm/xe/gt_throttle: Always read and maskLucas De Marchi1-18/+10
2025-10-30drm/xe/gt_throttle: Tidy up perf reasons readingLucas De Marchi1-161/+21
2025-10-30drm/xe/cri: Add new performance limit reasons bitsSk Anirban2-3/+261
2025-10-30drm/client: Flush client buffers with drm_client_buffer_sync()Thomas Zimmermann2-6/+6
2025-10-30drm/client: Create client buffers with drm_client_buffer_create_dumb()Thomas Zimmermann5-7/+7
2025-10-30drm/client: Remove drm_client_framebuffer_delete()Thomas Zimmermann5-27/+23
2025-10-30drm/client: Deprecate struct drm_client_buffer.gemThomas Zimmermann1-8/+12
2025-10-30drm/client: Inline drm_client_buffer_addfb() and _rmfb()Thomas Zimmermann1-53/+40
2025-10-30drm/client: Move dumb-buffer handling to drm_client_framebuffer_create()Thomas Zimmermann1-27/+29
2025-10-30drm/client: Remove pitch from struct drm_client_bufferThomas Zimmermann1-7/+7
2025-10-30drm/ast: Clear preserved bits from register output valueThomas Zimmermann1-4/+4
2025-10-30drm/imx: parallel-display: add the bridge before attaching itLuca Ceresoli1-0/+2
2025-10-30drm/imx: parallel-display: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-9/+7
2025-10-30drm/imx/parallel-display: drop unused module aliasJohan Hovold1-1/+0
2025-10-30drm/imx/tve: drop unused module aliasJohan Hovold1-1/+0
2025-10-30drm/imx/ldb: drop unused module aliasJohan Hovold1-1/+0
2025-10-30drm/imx/dw-hdmi: drop unused module aliasJohan Hovold1-1/+0
2025-10-30drm/panel: synaptics-tddi: fix build error by missing regulator/consumer.h in...Stephen Rothwell1-0/+1
2025-10-30drm/i915/display: Expose sharpness strength propertyNemesa Garg1-0/+3
2025-10-30drm/i915/display: Enable/disable casfNemesa Garg1-0/+26
2025-10-30drm/i915/display: Set and get the casf configNemesa Garg2-6/+20
2025-10-30drm/i915/display: Configure the second scalerNemesa Garg4-7/+31
2025-10-30drm/i915/display: Add and compute scaler parameterNemesa Garg3-0/+54
2025-10-30drm/i915/display: Compute the scaler coefficientsNemesa Garg3-0/+108
2025-10-30drm/i915/display: Add filter lut valuesNemesa Garg2-0/+60
2025-10-30drm/i915/display: Add CASF strength and winsizeNemesa Garg8-0/+184
2025-10-30drm/i915/display: Introduce HAS_CASF for sharpness supportNemesa Garg1-0/+1
2025-10-30drm/drm_crtc: Introduce sharpness strength propertyNemesa Garg2-0/+39
2025-10-30drm/i915/display: Take into account AS SDP in intel_dp_sdp_min_guardbandJouni Högander1-3/+13
2025-10-30drm/sti: make use of drm_of_component_probeRaphael Gallais-Pou1-12/+1
2025-10-30drm/sti: check dma_set_coherent_mask return valueRaphael Gallais-Pou1-1/+4