summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-07-08drm/amdgpu/gfx11: WARN() rather than BUG() for invalid SDMA engineAlex Deucher1-1/+2
2026-07-08drm/amdgpu: return an error instead of BUG() for CSA bo_vaAlex Deucher1-1/+2
2026-07-08drm/amdgpu/gfx11: enable gfx pipe1 hardware supportAlex Deucher1-5/+17
2026-07-08drm/gfx12: Program DB_RING_CONTROLAlex Deucher1-0/+9
2026-07-08drm/gfx11: Program DB_RING_CONTROLAlex Deucher1-0/+9
2026-07-08drm/gfx10: Program DB_RING_CONTROLAlex Deucher1-0/+9
2026-07-08drm/amdkfd: Check bounds in allocate_event_notification_slotDavid Francis1-0/+3
2026-07-08amdkfd: properly free secondary context idZhu Lingshan1-1/+1
2026-07-08drm/amdkfd: Don't acquire buffers during CRIU queue restore.David Francis1-8/+5
2026-07-08drm/amdkfd: Check bounds on CRIU restore queue type and mqd sizeDavid Francis4-8/+27
2026-07-08drm/amdgpu: fix lifetime issue of amdgpu_vm_get_task_info_pasid()Shahyan Soltani1-15/+10
2026-07-08drm/amdgpu: include amdgpu_video_codecs.h only where neededShahyan Soltani11-1/+11
2026-07-08drm/amdgpu: move amdgpu_allowed_register_entry into amdgpu_reg_access.hShahyan Soltani2-8/+8
2026-07-08drm/amdgpu: move amdgpu_acpi helpers into new headerShahyan Soltani2-121/+152
2026-07-08drm/amd/display: Fix sign mismatch warningGeorge Zhang1-3/+3
2026-07-08drm/amdgpu: move struct amdgpu_mqd and helpers into header fileShahyan Soltani2-47/+47
2026-07-08drm/amdgpu: move struct amdgpu_video_codecs and helpers into header fileShahyan Soltani2-20/+48
2026-07-08drm/amdgpu: move struct amdgpu_wb and helpers into separate filesShahyan Soltani33-285/+349
2026-07-08drm/amdgpu/mes12: Remove MES self testSrinivasan Shanmugam1-333/+1
2026-07-08drm/amdgpu: trigger GPU recovery when userq destroy fails to unmap a hung queueJesse Zhang1-0/+9
2026-07-08drm/amd/amdgpu: disable ASPM on VI if pcie dpm is disabledKenneth Feng1-1/+2
2026-07-08drm/amdgpu: retire legacy deferred error separate loggingCe Sun5-131/+23
2026-07-08drm/amdgpu: retire legacy get_retire_flip_bits interface for UMCCe Sun2-19/+0
2026-07-08drm/amdgpu: retire legacy get_retire_flip_bits for UMCCe Sun1-106/+0
2026-07-08drm/amdgpu: retire legacy mca umc status check interfaceCe Sun3-24/+0
2026-07-08drm/amd/pm: retire legacy ras_smu_drv interface for smu v13.0.12Ce Sun3-157/+0
2026-07-08drm/amdgpu/mes: Fix hung_queue_db_array loop limit for multi-XCCGeoffrey McRae1-1/+1
2026-07-08drm/amdkfd: use iosys_map for CWSR buffer accessJames Zhu2-20/+49
2026-07-08drm/amdgpu/mes: Add NULL check for mes_hung_db_array allocationGeoffrey McRae1-4/+9
2026-07-08drm/amdgpu/jpeg: deduplicate jpeg_v5_3_0 process_interruptTiago Dourado3-21/+7
2026-07-08drm/amdgpu/jpeg: deduplicate jpeg_v3_0 process_interruptTiago Dourado3-21/+6
2026-07-08drm/amd/pm: retire legacy smu ras driver frameworkCe Sun7-50/+0
2026-07-08drm/amdgpu: retire legacy pmfw eeprom support checkCe Sun4-51/+2
2026-07-08drm/amdgpu: Disable JDPG on VCN5_3Suresh Guttula1-2/+0
2026-07-08drm/amdgpu: add support for SMU version 15.0.9Kanala Ramalingeswara Reddy5-1/+6
2026-07-08drm/amdgpu: add support for PSP version 15.0.9Kanala Ramalingeswara Reddy2-1/+5
2026-07-08drm/amdgpu: retire legacy pmfw eeprom interface wrapperCe Sun2-119/+0
2026-07-08drm/amdkfd: drop duplicate kfd_queue_acquire_buffers()Alex Deucher1-6/+0
2026-07-08gpu: nova-core: build SetRegistry entries dynamicallyZhi Wang2-34/+44
2026-07-08gpu: nova-core: fsp: rename FSP response header typeZhi Wang1-8/+9
2026-07-08drm/v3d: bound CPU-job query writes to their destination BOMichael Bommarito1-0/+125
2026-07-08drm/panel: Use drm_of_get_panel_orientation()Thierry Reding23-42/+41
2026-07-08drm/sysfb: simpledrm: Read panel orientation from DT nodeThomas Zimmermann1-2/+9
2026-07-08drm/of: Implement drm_of_get_panel_orientation()Thomas Zimmermann2-24/+46
2026-07-08Merge drm/drm-next into drm-misc-nextThomas Zimmermann639-24308/+39169
2026-07-08drm/i915/display: Skip TRANS_VTOTAL.Vtotal write on NVL pre-C0Suraj Kandpal2-0/+15
2026-07-08drm/i915/guc: Return NULL for missing multi-lrc parentLinmao Li1-1/+1
2026-07-07drm/v3d: Reject invalid indirect BO handle in indirect CSD setupMaíra Canal1-0/+2
2026-07-07drm/v3d: Use write_to_buffer() helper in performance query copyMaíra Canal1-9/+2
2026-07-07drm/v3d: Serialize jobs across queues when a perfmon is attachedMaíra Canal4-6/+110