summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-24drm/amd/display: Fix system hang after multiple hotplugs (v3)Qingqing Zhuo2-13/+92
2021-02-24drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang3-3/+18
2021-02-22drm/amd/display: Remove Assert from dcn10_get_dig_frontendEric Bernstein2-1/+2
2021-02-22drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1Rodrigo Siqueira1-0/+22
2021-02-22Revert "drm/amd/display: reuse current context instead of recreating one"Anson Jacob3-30/+23
2021-02-22drm/amd/pm/swsmu: Avoid using structure_size uninitialized in smu_cmn_init_so...Nathan Chancellor1-1/+1
2021-02-19Merge tag 'drm-intel-next-fixes-2021-02-18' of git://anongit.freedesktop.org/...Dave Airlie16-60/+115
2021-02-19Merge tag 'amd-drm-next-5.12-2021-02-18' of https://gitlab.freedesktop.org/ag...Dave Airlie86-342/+1147
2021-02-18drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2)Alex Deucher1-0/+2
2021-02-18drm/radeon: OLAND boards don't have VCEAlex Deucher3-2/+3
2021-02-18drm/amdkfd: Fix recursive lock warningsFelix Kuehling1-2/+2
2021-02-18drm/amd/display: Add FPU wrappers to dcn21_validate_bandwidth()Jan Kokemüller2-3/+19
2021-02-18drm/amd/display: Fix potential integer overflowGustavo A. R. Silva1-1/+1
2021-02-18drm/amdgpu/display: remove hdcp_srm sysfs on device removalNirmoy Das3-3/+4
2021-02-18drm/amdgpu: fix CGTS_TCC_DISABLE register offset on gfx10.3Marek Olšák1-12/+10
2021-02-17drm/i915/gt: Correct surface base address for renderclearChris Wilson1-1/+1
2021-02-17drm/i915: Disallow plane x+w>stride on ilk+ with X-tilingVille Syrjälä3-6/+39
2021-02-12Merge tag 'drm-misc-next-fixes-2021-02-11' of git://anongit.freedesktop.org/d...Dave Airlie35-5953/+223
2021-02-11drm/nouveau/top/ga100: initial supportBen Skeggs5-2/+116
2021-02-11drm/nouveau/top: add ioctrl/nvjpgBen Skeggs2-0/+4
2021-02-11drm/nouveau/privring: rename from ibusBen Skeggs20-156/+155
2021-02-11drm/nouveau/nvkm: remove nvkm_subdev.indexBen Skeggs4-11/+3
2021-02-11drm/nouveau/nvkm: determine subdev id/order from layoutBen Skeggs2-99/+14
2021-02-11drm/nouveau/vic: switch to instanced constructorBen Skeggs8-33/+7
2021-02-11drm/nouveau/sw: switch to instanced constructorBen Skeggs14-114/+102
2021-02-11drm/nouveau/sec2: switch to instanced constructorBen Skeggs10-27/+27
2021-02-11drm/nouveau/sec: switch to instanced constructorBen Skeggs9-19/+11
2021-02-11drm/nouveau/pm: switch to instanced constructorBen Skeggs18-86/+83
2021-02-11drm/nouveau/nvenc: switch to instanced constructorBen Skeggs8-50/+24
2021-02-11drm/nouveau/nvdec: switch to instanced constructorBen Skeggs8-38/+26
2021-02-11drm/nouveau/msvld: switch to instanced constructorBen Skeggs16-53/+50
2021-02-11drm/nouveau/msppp: switch to instanced constructorBen Skeggs14-45/+42
2021-02-11drm/nouveau/mspdec: switch to instanced constructorBen Skeggs15-51/+47
2021-02-11drm/nouveau/msenc: switch to instanced constructorBen Skeggs5-5/+2
2021-02-11drm/nouveau/mpeg: switch to instanced constructorBen Skeggs15-60/+57
2021-02-11drm/nouveau/me: switch to instanced constructorBen Skeggs4-4/+1
2021-02-11drm/nouveau/ifb: switch to instanced constructorBen Skeggs4-4/+1
2021-02-11drm/nouveau/gr: switch to instanced constructorBen Skeggs52-229/+227
2021-02-11drm/nouveau/fifo/gk104-: remove use of subdev index in runlist topology infoBen Skeggs9-104/+80
2021-02-11drm/nouveau/fifo/gk104-: switch dev_top fault handling to type+instBen Skeggs5-29/+21
2021-02-11drm/nouveau/fifo/gf100-: switch static mmu fault id list to type+instBen Skeggs5-11/+13
2021-02-11drm/nouveau/fifo/gf100: use fifo engine id for engine recovery maskBen Skeggs1-12/+7
2021-02-11drm/nouveau/fifo: use type+inst to determine context pointer offsetsBen Skeggs7-22/+20
2021-02-11drm/nouveau/fifo: turn chan subdev mask into engine maskBen Skeggs16-98/+76
2021-02-11drm/nouveau/fifo: add id_engine hookBen Skeggs10-13/+98
2021-02-11drm/nouveau/fifo: index backend engctx by engine idBen Skeggs10-41/+73
2021-02-11drm/nouveau/fifo: index base engctx by engine idBen Skeggs2-5/+15
2021-02-11drm/nouveau/fifo: add engine_id hookBen Skeggs15-47/+125
2021-02-11drm/nouveau/fifo: switch to instanced constructorBen Skeggs28-161/+171
2021-02-11drm/nouveau/dma: switch to instanced constructorBen Skeggs12-109/+111