summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/mc: lookup subdev interrupt handlers with split type+instBen Skeggs2021-02-115-12/+13
* drm/nouveau/mc: switch to instanced constructorBen Skeggs2021-02-1122-150/+147
* drm/nouveau/top: expose parsed device info more directlyBen Skeggs2021-02-112-13/+13
* drm/nouveau/top: store device type and instance separatelyBen Skeggs2021-02-113-20/+22
* drm/nouveau/ltc: switch to instanced constructorBen Skeggs2021-02-1114-66/+69
* drm/nouveau/instmem: switch to instanced constructorBen Skeggs2021-02-1111-108/+104
* drm/nouveau/iccsense: switch to instanced constructorBen Skeggs2021-02-118-34/+31
* drm/nouveau/ibus: switch to instanced constructorBen Skeggs2021-02-1112-67/+63
* drm/nouveau/i2c: switch to instanced constructorBen Skeggs2021-02-1116-119/+125
* drm/nouveau/gsp: switch to instanced constructorBen Skeggs2021-02-118-16/+14
* drm/nouveau/gpio: switch to instanced constructorBen Skeggs2021-02-1113-108/+111
* drm/nouveau/fuse: switch to instanced constructorBen Skeggs2021-02-1110-67/+67
* drm/nouveau/fb: switch to instanced constructorBen Skeggs2021-02-1143-210/+206
* drm/nouveau/fault: switch to instanced constructorBen Skeggs2021-02-1111-33/+30
* drm/nouveau/devinit: switch to instanced constructorBen Skeggs2021-02-1125-158/+153
* drm/nouveau/clk: switch to instanced constructorBen Skeggs2021-02-1119-129/+128
* drm/nouveau/bus: switch to instanced constructorBen Skeggs2021-02-1112-106/+108
* drm/nouveau/bios: switch to instanced constructorBen Skeggs2021-02-116-92/+90
* drm/nouveau/bar: switch to instanced constructorBen Skeggs2021-02-1116-87/+91
* drm/nouveau/acr: switch to instanced constructorBen Skeggs2021-02-1113-43/+46
* drm/nouveau/nvkm: add macros for subdev layoutBen Skeggs2021-02-115-1/+78
* drm/nouveau/device: pass instance id when looking up a subdev/engineBen Skeggs2021-02-1113-109/+41
* drm/nouveau/subdev: track type+instance separatelyBen Skeggs2021-02-113-78/+115
* drm/nouveau/subdev: store full subdev name in structBen Skeggs2021-02-1117-35/+29
* drm/nouveau/subdev: store subdevs in listBen Skeggs2021-02-114-38/+31
* drm/nouveau/subdev: remove nvkm_subdev.mutexBen Skeggs2021-02-112-5/+0
* drm/nouveau/perfmon: use private spinlock to control exclusive access to perfmonBen Skeggs2021-02-112-10/+14
* drm/nouveau/fifo: private mutexBen Skeggs2021-02-1110-28/+30
* drm/nouveau/disp: use private spinlock to control exclusive access to dispBen Skeggs2021-02-112-10/+14
* drm/nouveau/pmu: serialise send() with private mutexBen Skeggs2021-02-113-3/+7
* drm/nouveau/mmu: serialise mmu invalidations with private mutexBen Skeggs2021-02-116-14/+15
* drm/nouveau/ltc: serialise cbc operations with private mutexBen Skeggs2021-02-112-2/+5
* drm/nouveau/instmem: protect mm/lru with private mutexBen Skeggs2021-02-115-29/+35
* drm/nouveau/fb: protect vram mm with private mutexBen Skeggs2021-02-112-5/+8
* drm/nouveau/fb: protect comptags with private mutexBen Skeggs2021-02-1110-23/+29
* drm/nouveau/engine: use refcount_t + private mutexBen Skeggs2021-02-112-13/+25
* drm/amd/display: fix unused variable warningArnd Bergmann2021-02-051-0/+2
* Merge tag 'amd-drm-next-5.12-2021-02-03' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-02-0580-872/+1623
|\
| * drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask()Dan Carpenter2021-02-021-3/+3
| * amd/display: remove unneeded variable: "pattern"Bernard Zhao2021-02-021-3/+1
| * drm/amd/pm: Disable GFXOFF when GFX DPM or PG disabledJinzhou Su2021-02-021-4/+10
| * drm/amd/display: 3.2.121Aric Cyr2021-02-021-1/+1
| * drm/amd/display: [FW Promotion] Release 0.0.50Anthony Koo2021-02-021-2/+2
| * drm/amd/display: Reject too small viewport size when validating planeNikola Cornij2021-02-023-3/+29
| * drm/amd/display: Better handling of dummy p-state tableJoshua Aberback2021-02-021-7/+5
| * drm/amd/display: Workaround for some legacy DP-VGA donglesTaimur Hassan2021-02-021-1/+12
| * drm/amd/display: Decrement refcount of dc_sink before reassignmentVictor Lu2021-02-021-1/+3
| * drm/amd/display: Free atomic state after drm_atomic_commitVictor Lu2021-02-021-8/+6
| * drm/amd/display: remove unused force_ignore_link_settings debug optionWenjing Liu2021-02-022-4/+0
| * drm/amd/display: Add Freesync HDMI support to DMCUStylon Wang2021-02-026-1/+268