summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-08-17drm/xe/i2c: Introduce xe_i2c_present()Raag Jadav-2/+18
2025-08-17drm/hisilicon/hibmc: fix dp and vga cannot show togetherBaihan Li-0/+8
2025-08-17drm/hisilicon/hibmc: fix rare monitors cannot display problemBaihan Li-2/+12
2025-08-17drm/hisilicon/hibmc: fix the hibmc loaded failed bugBaihan Li-2/+2
2025-08-17drm/hisilicon/hibmc: fix irq_request()'s irq name variable is localBaihan Li-7/+3
2025-08-17drm/hisilicon/hibmc: fix the i2c device resource leak when vdac init failedBaihan Li-3/+14
2025-08-15drm/mediatek: Fix device/node reference count leaks in mtk_drm_get_all_drm_privMa Ke-7/+14
2025-08-15drm: nova-drm: fix 32-bit arm buildMiguel Ojeda-1/+2
2025-08-15drm: Add directive to format code in commentJavier Garcia-0/+2
2025-08-15drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()Qianfeng Rong-2/+2
2025-08-15drm/amdgpu: refactor bad_page_work for corner case handlingChenglei Xie-13/+58
2025-08-15drm/amdgpu: remove duplicated argument wptr_vaQiang Liu-1/+0
2025-08-15drm/amd/display: Add NULL pointer checks in dc_stream cursor attribute functionsSrinivasan Shanmugam-1/+7
2025-08-15drm/radeon: fix typosAlexandre Demers-7/+7
2025-08-15drm/amdgpu/swm14: Update power limit logicAlex Deucher-5/+25
2025-08-15drm/amd/pm: Free SMUv13.0.6 resources on failureLijo Lazar-3/+13
2025-08-15drm/amd/vcn: Add late_init callback for VCN v4.0.3 reset handlingJesse.Zhang-4/+14
2025-08-15drm/amdkfd: Handle lack of READ permissions in SVM mappingKent Russell-0/+23
2025-08-15drm/amd/pm: Add VCN reset support for SMU v13.0.6Jesse.Zhang-2/+12
2025-08-15drm/amd/pm: Add VCN reset support check capabilityJesse.Zhang-0/+31
2025-08-15drm/amdgpu: fix nullptr err of vm_handle_movedHeng Zhou-1/+14
2025-08-15drm/amdkfd: set uuid for each partition in topologyEric Huang-0/+2
2025-08-15drm/amd/display: Use boolean context for pointer null checksQianfeng Rong-4/+4
2025-08-15drm/amd/display: Remove redundant semicolonsLiao Yuanhong-1/+0
2025-08-15drm/radeon: replace min/max nesting with clamp()Xichao Zhao-2/+2
2025-08-15drm/bridge: display-connector: don't set OP_DETECT for DisplayPortsDmitry Baryshkov-1/+2
2025-08-15drm/panfrost: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-2/+0
2025-08-15drm/i915/bo: remove unnecessary includeJani Nikula-1/+1
2025-08-15drm/panthor: Add support for Mali-Gx20 and Mali-Gx25 GPUsKarunika Choo-0/+20
2025-08-15drm/panthor: Make MMU cache maintenance use FLUSH_CACHES commandKarunika Choo-0/+33
2025-08-15drm/panthor: Serialize GPU cache flush operationsKarunika Choo-0/+7
2025-08-15drm/panthor: Add support for Mali-Gx15 family of GPUsKarunika Choo-0/+19
2025-08-15drm/panthor: Add support for Mali-G710, Mali-G510 and Mali-G310Karunika Choo-0/+8
2025-08-15drm/panthor: Simplify getting the GPU model nameKarunika Choo-44/+17
2025-08-15drm/panthor: Add panthor_hw and move gpu_info initialization into itKarunika Choo-95/+130
2025-08-15drm/i915/audio: drop irq enabled check from LPE audio setupJani Nikula-7/+4
2025-08-15drm/i915/active: Use try_cmpxchg64() in __active_lookup()Uros Bizjak-3/+2
2025-08-15drm/bridge: analogix_dp: Fix bailout for devm_drm_bridge_alloc()Liu Ying-2/+2
2025-08-15gpu: nova-core: register: add support for relative array registersAlexandre Courbot-6/+248
2025-08-15gpu: nova-core: falcon: use register arrays for FUSE registersAlexandre Courbot-21/+20
2025-08-15gpu: nova-core: register: add support for register arraysAlexandre Courbot-8/+204
2025-08-15gpu: nova-core: falcon: add distinct base address for PFALCON2Alexandre Courbot-8/+23
2025-08-15gpu: nova-core: register: redesign relative registersAlexandre Courbot-96/+212
2025-08-15gpu: nova-core: register: use #[inline(always)] for all methodsAlexandre Courbot-8/+8
2025-08-15gpu: nova-core: register: split @io rule into fixed and relative versionsAlexandre Courbot-6/+6
2025-08-15gpu: nova-core: register: generate correct `Default` implementationAlexandre Courbot-3/+23
2025-08-15gpu: nova-core: register: improve `Debug` implementationAlexandre Courbot-10/+15
2025-08-15gpu: nova-core: register: add fields dispatcher internal ruleAlexandre Courbot-10/+32
2025-08-15gpu: nova-core: register: add missing doccomments for fixed registers I/O acc...Alexandre Courbot-0/+4
2025-08-15gpu: nova-core: register: fix documentation and indentationAlexandre Courbot-25/+9