aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2026-03-02drm/amdgpu: Add pcie indirect to register blockLijo Lazar12-62/+47
2026-03-02drm/amdgpu: Add pciep method to register blockLijo Lazar9-16/+42
2026-03-02drm/amdgpu: Add audio method to register blockLijo Lazar8-76/+66
2026-03-02drm/amdgpu: Add se cac method to register blockLijo Lazar5-13/+36
2026-03-02drm/amdgpu: Add gc cac method to register blockLijo Lazar6-21/+42
2026-03-02drm/amdgpu: Add didt method to register blockLijo Lazar13-47/+59
2026-03-02drm/amdgpu: Drop redundant syncobj handle limit checks in userq ioctlsSrinivasan Shanmugam1-4/+2
2026-03-02drm/amd/ras: add wrapper funcs for pmfw eepromGangliang Xie2-0/+141
2026-03-02drm/amd/ras: add uniras smu feature flag init funcGangliang Xie5-1/+74
2026-03-02drm/amd/ras: add pmfw eeprom smu interfacesGangliang Xie2-0/+64
2026-03-02drm/amd/pm: add feature query interface for unirasGangliang Xie2-0/+14
2026-03-02drm/amd/pm: add pmfw eeprom messages into uniras interfaceGangliang Xie1-0/+11
2026-03-02drm/amdgpu: Add uvd indirect to register blockLijo Lazar12-46/+55
2026-03-02drm/amdgpu: Add smc method to register blockLijo Lazar14-60/+84
2026-03-02drm/amdgpu: clear related counter after RAS eeprom resetTao Zhou1-0/+3
2026-03-02drm/amdgpu: compatible with specific RAS old eeprom formatTao Zhou1-5/+12
2026-03-02drm/amdgpu/userq: change queue id type to u32 from intSunil Khatri1-4/+4
2026-03-02drm/amd/display: Promote DC to 3.2.372Taimur Hassan1-1/+1
2026-03-02drm/amdgpu: Fix static assertion failure issueYiPeng Chai2-4/+5
2026-03-02drm/amd/display: Prevent integer overflow when mhz to khzAlex Hung2-13/+13
2026-03-02drm/amd/display: Remove always-false branchesAlex Hung2-10/+1
2026-03-02drm/amd/display: Remove redundant initializersAlex Hung2-7/+7
2026-03-02drm/amd/display: Silence unused variable warningClay King1-3/+3
2026-03-02drm/amd/display: Initialize replay_state to PR_STATE_INVALIDIvan Lipski1-1/+1
2026-03-02drm/amd/display: Fallback to boot snapshot for dispclkDillon Varone1-1/+5
2026-03-02drm/amd/pm: fix kernel-doc warning for smu_msg_v1_send_msg()Yujie Liu1-1/+1
2026-03-02drm/amd/ras: fix kernel-doc warning for ras_eeprom_append()Yujie Liu1-2/+2
2026-03-02drm/amdgpu: fix kernel-doc warning for amdgpu_ttm_alloc_mmio_remap_bo()Yujie Liu1-1/+1
2026-03-02drm/amd/ras: Fix type size of remainder argumentKees Cook1-2/+4
2026-03-02drm/amdgpu: Move register access functionsLijo Lazar5-671/+731
2026-03-02drm/amdgpu: Enable DPG support for VCN5sguttula1-1/+3
2026-03-02drm/amd/display: Enable DEGAMMA and reject COLOR_PIPELINE+DEGAMMA_LUTAlex Hung2-8/+16
2026-03-02drm/amd/display: Use mpc.preblend flag to indicate 3D LUTAlex Hung2-3/+6
2026-03-02drm/xe/xe2_hpg: Correct implementation of Wa_16025250150Matt Roper1-6/+7
2026-03-02drm/xe/lrc: Refactor context init into xe_lrc_ctx_init()Raag Jadav1-63/+79
2026-03-02drm/xe/gsc: Fix GSC proxy cleanup on early initialization failureZhanjun Dong2-8/+37
2026-03-02drm/tyr: Clarify driver/device type namesDeborah Brouwer4-40/+36
2026-03-02drm/xe/queue: Call fini on exec queue creation failTomasz Lis2-13/+13
2026-03-02drm/xe/configfs: Free ctx_restore_mid_bb in releaseShuicheng Lin1-0/+1
2026-03-02drm/xe: Do not preempt fence signaling CS instructionsMatthew Brost1-0/+9
2026-03-02drm/syncobj: Fix handle <-> fd ioctls with dirty stackJulian Orth1-2/+2
2026-03-02drm/panthor: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-1/+1
2026-03-02drm/panfrost: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-1/+1
2026-03-02drm: renesas: rz-du: mipi_dsi: Set DSI dividerChris Brandt1-1/+15
2026-03-02Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie175-4320/+5446
2026-02-27drm/xe/vf: Redo LRC creation while in VF fixupsTomasz Lis4-13/+59
2026-02-27drm/xe/vf: Wait for all fixups before using default LRCsTomasz Lis2-8/+10
2026-02-27drm/xe: Wrappers for setting and getting LRC referencesTomasz Lis3-19/+60
2026-02-27drm/xe/queue: Call fini on exec queue creation failTomasz Lis2-13/+13
2026-02-27drm/xe: restrict multi-lrc to VCS/VECS enginesXin Wang4-0/+29