summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-07-01drm/i915/display: Guard CMTG disable with intel_cmtg_is_allowed()Animesh Manna1-2/+3
2026-07-01drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue...Luca Coelho1-1/+3
2026-07-01drm/xe/i2c: Drop manual VF checkRaag Jadav2-3/+1
2026-07-01drm/xe/pt: prevent invalid cursor access for purged BOsMatthew Auld1-5/+7
2026-07-01drm/xe: account for dontneed in fdinfo purgeableMatthew Auld1-3/+2
2026-07-01drm/xe: fix NPD in bo_meminfo()Matthew Auld1-1/+11
2026-07-01drm/i915/bios: range check LFP Data Block panel_type2Jani Nikula1-8/+28
2026-07-01drm/i915/vrr: require valid min/max vfreq for VRRJani Nikula1-0/+4
2026-06-30drm/panel-edp: Add BOE NE160QDM-NY1 panelDamon Ding1-0/+1
2026-06-30drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relaysMichal Wajdeczko1-4/+9
2026-06-30drm/xe: Drop 'force_execlist' module parameterMatt Roper8-17/+2
2026-06-30drm/xe/tests/rtp: Add kunit test for whitelist upper boundsMatt Roper3-1/+29
2026-06-30drm/panthor: Fix NPD issue on partial unmap of an evicted BOAkash Goel1-13/+13
2026-06-30drm/panthor: Keep interrupts masked until they are neededBoris Brezillon5-10/+18
2026-06-30drm/panthor: Interrupt group start/resumption if group_bind_locked() failsBoris Brezillon1-1/+7
2026-06-30drm/panthor: Fix a leak when a group is evicted before the tiler OOM is servicedBoris Brezillon1-1/+2
2026-06-30drm/panthor: Drop a needless check in panthor_fw_unplug()Boris Brezillon1-3/+1
2026-06-30drm/panthor: Fix panthor_pwr_unplug()Boris Brezillon1-1/+2
2026-06-30drm/panthor: Don't overrule pending immediate ticks in sched_resume_tick()Boris Brezillon1-1/+8
2026-06-30drm/panthor: Fix theoretical IOMEM access in suspended stateBoris Brezillon1-3/+7
2026-06-30drm/panthor: Fix potential invalid pointer deref in group_process_tiler_oom()Boris Brezillon1-1/+4
2026-06-30drm/panthor: Keep the reset work disabled until everything is initializedBoris Brezillon1-0/+4
2026-06-30drm/panthor: Always use the IRQ-safe variant when acquiring the fence lockBoris Brezillon1-43/+38
2026-06-30drm/arm/komeda: fix error handling for clk_prepare_enable() and callersGustavo Kenji Mendonça Kaneko2-6/+14
2026-06-30drm/arm/malidp: use clk_bulk API in runtime PM resume and suspendGustavo Kenji Mendonça Kaneko1-6/+16
2026-06-30gpu: nova-core: vbios: parse structs via zerocopyNicolás Antinori2-50/+20
2026-06-30drm/virtio: fail init on display-info timeoutPengpeng Hou1-4/+10
2026-06-30drm/virtio: bound EDID block reads to the response bufferBryam Vargas1-1/+2
2026-06-30Merge drm/drm-next into drm-intel-nextJani Nikula861-10977/+125280
2026-06-30drm/sysfb: simpledrm: Validate mmap size against framebuffer sizeThomas Zimmermann1-0/+24
2026-06-30drm/sysfb: simpledrm: Improve stride validationThomas Zimmermann1-2/+8
2026-06-30drm/sysfb: simpledrm: Inline simplefb_get_validated_int()Thomas Zimmermann1-9/+2
2026-06-30drm/sysfb: simpledrm: Improve panel-size validationThomas Zimmermann1-3/+46
2026-06-30drm/sysfb: simpledrm: Improve framebuffer-size validationThomas Zimmermann1-11/+4
2026-06-30firmware: sysfb: Mark CONFIG_SYSFB_SIMPLEFB as deprecatedThomas Zimmermann1-5/+2
2026-06-30drm/i915/bios: range check LFP Data Block panel_type2Jani Nikula1-8/+28
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann703-8114/+121201
2026-06-30drm/i915/vrr: require valid min/max vfreq for VRRJani Nikula1-0/+4
2026-06-30drm/i915/hdcp: require monotonically increasing seq_num_vJani Nikula1-3/+4
2026-06-30drm/i915/hdcp: check streams[] bounds before overflowJani Nikula1-1/+4
2026-06-30drm/i915: Return NULL on error in active_instanceJoonas Lahtinen1-1/+6
2026-06-30drm/lima: call drm_mm_init() with a valid allocation rangeHenrik Grimler1-6/+6
2026-06-30ttm/pool: Use sentinels in debugfsMario Limonciello1-3/+10
2026-06-29drm/amd/display: use DisplayID panel type in dm_set_panel_typeChenyu Chen1-5/+11
2026-06-29drm/edid: parse panel type from DisplayID 2.x Display ParametersChenyu Chen3-1/+71
2026-06-29drm/edid: extract base section header processing into helperChenyu Chen1-16/+21
2026-06-29drm/xe/hw_engine: Fix double-free of managed BO in error pathShuicheng Lin1-3/+1
2026-06-29drm/xe/userptr: Drop bogus static from finish in force_invalidateShuicheng Lin1-1/+1
2026-06-29drm/xe/userptr: Hold notifier_lock for write on inject test pathShuicheng Lin2-10/+48
2026-06-29gpu: nova-core: falcon: store bar and dev in falconTim Kovalenko17-316/+263