summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-03-04drm/intel: add reg_bits.h for the various register content helpersJani Nikula1-132/+1
2026-03-04drm/xe/oa: prefer REG_MASKED_FIELD_ENABLE() and REG_MASKED_FIELD_DISABLE()Jani Nikula1-14/+18
2026-03-04drm/i915/perf: prefer REG_MASKED_FIELD_ENABLE() and REG_MASKED_FIELD_DISABLE()Jani Nikula1-7/+7
2026-03-04drm/{i915, xe}/reg: rename masked field helpers REG_MASKED_FIELD*()Jani Nikula29-167/+164
2026-03-04drm/i915/lrc: switch to _MASKED_BIT_ENABLE() and _MASKED_BIT_DISABLE()Jani Nikula2-8/+4
2026-03-04drm/i915/reg: make masked field helpers constexprJani Nikula1-11/+11
2026-03-04drm/ttm/tests: Fix build failure on PREEMPT_RTMaarten Lankhorst1-2/+2
2026-03-04drm/imagination: Ensure struct pvr_device->power is initializedMatt Coster1-15/+29
2026-03-04drm/imagination: Detach pm domains if linking failsMatt Coster1-0/+2
2026-03-04drm/imagination: Check for NULL struct dev_pm_domain_listMatt Coster1-2/+4
2026-03-04drm/i915/psr: Fix for Panel Replay X granularity DPCD register handlingJouni Högander1-3/+8
2026-03-04drm/sched: Fix kernel-doc warning for drm_sched_job_done()Yujie Liu1-0/+1
2026-03-03drm/msm: Fix dma_free_attrs() buffer sizeThomas Fourier1-1/+1
2026-03-03drm/msm/a6xx: Fix the bogus protect error on X2-85Akhil P Oommen1-2/+1
2026-03-03drm/i915/overlay: Fix oops on unloadVille Syrjälä1-2/+2
2026-03-03drm/i915/dp: Ack only the handled link service IRQsImre Deak1-1/+16
2026-03-03drm/i915/dp: Ack only the handled device service IRQsImre Deak1-0/+14
2026-03-03drm/i915/dp_mst: Reuse intel_dp_handle_link_service_irq()Imre Deak1-9/+4
2026-03-03drm/i915/dp: Check SST link status while handling link service IRQsImre Deak1-2/+9
2026-03-03drm/i915/dp: Print debug message for a sink connected off requestImre Deak1-0/+8
2026-03-03drm/i915/dp: Read/ack sink count and sink IRQs for SST as it's done for MSTImre Deak1-63/+79
2026-03-03drm/i915/dp: Return early if getting/ackink link service IRQs failsImre Deak1-16/+29
2026-03-03drm/i915/dp: Return early if getting/acking device service IRQs failsImre Deak1-12/+23
2026-03-03drm/i915/dp: Reprobe connector if getting/acking link service IRQs failsImre Deak1-2/+10
2026-03-03drm/i915/dp: Reprobe connector if getting/acking device IRQs failsImre Deak1-6/+19
2026-03-03drm/i915/dp: Fix the link service IRQ DPCD_REV checkImre Deak1-1/+1
2026-03-03drm/i915/dp: Fix the device service IRQ DPCD_REV checkImre Deak1-3/+0
2026-03-03drm/i915/dp: Remove the device service IRQ handling from connector detectImre Deak1-2/+0
2026-03-03drm/i915/dp: Don't clobber the encoder state in the HPD IRQ handlerImre Deak1-6/+2
2026-03-03drm/i915/dp: Handle the DOWNSTREAM_PORT_STATUS_CHANGED eventImre Deak2-1/+16
2026-03-03drm/i915/dp: Handle the RX_CAP_CHANGED HPD IRQImre Deak1-1/+7
2026-03-03drm/i915/dp: Handle a tunneling IRQ after acking itImre Deak1-14/+11
2026-03-03drm/i915/dp_mst: Reuse intel_dp_check_link_state() in the HPD IRQ handlerImre Deak1-30/+4
2026-03-03drm/i915/dp_mst: Verify the link status always the same wayImre Deak1-2/+18
2026-03-03drm/i915/dp_mst: Reprobe connector if the IRQ ESI read failedImre Deak1-1/+1
2026-03-03drm/xe/tests: Change TEST_VRAM to work with 32-bit resource_size_tMichal Wajdeczko1-1/+1
2026-03-03drm/xe/display: clean up xe_initial_plane.c includesJani Nikula1-9/+3
2026-03-03drm/xe/compat: remove i915_vma.h from compatJani Nikula4-39/+23
2026-03-03drm/i915: add VMA to parent interfaceJani Nikula7-10/+27
2026-03-03drm/i915/fbdev: stop debug logging i915_ggtt_offset()Jani Nikula1-4/+1
2026-03-03drm/bridge: waveshare-dsi: Add support for 1..4 DSI data lanesMarek Vasut1-1/+6
2026-03-03drm/xe: Fix memory leak in xe_vm_madvise_ioctlVarun Gupta1-1/+2
2026-03-03drm/xe/guc: Skip access counter queue init for unsupported platformsHimal Prasad Ghimiray4-0/+18
2026-03-03Merge drm/drm-next into drm-misc-nextThomas Zimmermann145-1909/+3657
2026-03-03drm/i915/dp: Fix DSC state computationImre Deak3-0/+16
2026-03-03drm/vc4: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann2-2/+2
2026-03-03drm/gma500: Create framebuffers with drm_gem_fb_create()Thomas Zimmermann2-101/+9
2026-03-03drm/gma500: fbdev: Use a DRM client bufferThomas Zimmermann1-23/+26
2026-03-03drm/gma500: fbdev: Calculate buffer geometry with format helpersThomas Zimmermann1-32/+28
2026-03-03drm/gma500: fbdev: Set framebuffer size to GEM object sizeThomas Zimmermann1-2/+2