summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/disp: move DAC load detection methodBen Skeggs2022-07-273-8/+12
* drm/nouveau/disp: add output classBen Skeggs2022-07-276-0/+29
* drm/nouveau/disp: add supervisor mutexBen Skeggs2022-07-271-0/+1
* drm/nouveau/disp: add conn method to query HPD pin statusBen Skeggs2022-07-272-0/+16
* drm/nouveau/disp: add connector classBen Skeggs2022-07-275-1/+29
* drm/nouveau/disp: add common channel class handlingBen Skeggs2022-07-2710-139/+68
* drm/nouveau/disp: group supervisor-related struct membersBen Skeggs2022-07-271-3/+5
* drm/nouveau/disp: merge head/outp/ior code into chipset filesBen Skeggs2022-07-271-1/+1
* drm/nouveau/disp: add common class handling between <nv50 and >=nv50Ben Skeggs2022-07-274-16/+39
* drm/nouveau/disp: collapse nv50_disp into nvkm_dispBen Skeggs2022-07-271-4/+32
* drm/nouveau/flcn: remove unused functionsBen Skeggs2022-07-131-10/+0
* drm/nouveau/fifo: remove rd32/wr32 accessors from channelsBen Skeggs2022-07-131-1/+0
* drm/nouveau/fifo: rip out cevent, never usedBen Skeggs2022-07-131-1/+0
* drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clkBen Skeggs2022-07-133-5/+2
* drm/nouveau/nvkm: remove unused headerBen Skeggs2022-07-131-66/+0
* drm/nouveau/nvif: add wrapper for open-coded nvif_object_constructed()Ben Skeggs2022-07-131-0/+6
* drm/nouveau: Fix spelling typo in commentspengfuyuan2022-06-171-2/+2
* drm/nouveau/subdev/bus: Ratelimit logging for fault errorsLyude Paul2022-05-041-0/+2
* Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-251-353/+0
|\
| * drm/nouveau: Remove the unused header file nvif/list.hCai Huoqing2022-02-241-353/+0
* | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
|/
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-182-0/+3
|\
| * drm/nouveau/ga102-: support ttm buffer moves via copy engineBen Skeggs2021-10-062-0/+3
* | drm/nouveau/kms/nvd9-nv138: Fix CRC calculation for the cursor channelLyude Paul2021-11-121-0/+3
* | drm/nouveau/kms/nv140-: Use hard-coded wndws or core channel for CRC channelLyude Paul2021-11-121-0/+69
|/
* drm/nouveau: rip out nvkm_client.superBen Skeggs2021-08-185-5/+2
* drm/nouveau: block a bunch of classes from userspaceBen Skeggs2021-08-181-1/+2
* drm/nouveau/fifo/nv50-: rip out dma channelsBen Skeggs2021-08-181-2/+0
* nouveau/svm: implement atomic SVM accessAlistair Popple2021-07-011-0/+1
* Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-2155-573/+518
|\
| * drm/nouveau/top/ga100: initial supportBen Skeggs2021-02-112-2/+5
| * drm/nouveau/top: add ioctrl/nvjpgBen Skeggs2021-02-111-0/+2
| * drm/nouveau/privring: rename from ibusBen Skeggs2021-02-113-13/+13
| * drm/nouveau/nvkm: remove nvkm_subdev.indexBen Skeggs2021-02-112-9/+2
| * drm/nouveau/nvkm: determine subdev id/order from layoutBen Skeggs2021-02-111-72/+9
| * drm/nouveau/vic: switch to instanced constructorBen Skeggs2021-02-113-7/+2
| * drm/nouveau/sw: switch to instanced constructorBen Skeggs2021-02-115-17/+8
| * drm/nouveau/sec2: switch to instanced constructorBen Skeggs2021-02-113-5/+4
| * drm/nouveau/sec: switch to instanced constructorBen Skeggs2021-02-114-8/+3
| * drm/nouveau/pm: switch to instanced constructorBen Skeggs2021-02-113-11/+10
| * drm/nouveau/nvenc: switch to instanced constructorBen Skeggs2021-02-113-3/+2
| * drm/nouveau/nvdec: switch to instanced constructorBen Skeggs2021-02-113-3/+2
| * drm/nouveau/msvld: switch to instanced constructorBen Skeggs2021-02-113-7/+6
| * drm/nouveau/msppp: switch to instanced constructorBen Skeggs2021-02-113-5/+4
| * drm/nouveau/mspdec: switch to instanced constructorBen Skeggs2021-02-113-6/+5
| * drm/nouveau/msenc: switch to instanced constructorBen Skeggs2021-02-112-2/+1
| * drm/nouveau/mpeg: switch to instanced constructorBen Skeggs2021-02-114-12/+7
| * drm/nouveau/me: switch to instanced constructorBen Skeggs2021-02-112-2/+1
| * drm/nouveau/ifb: switch to instanced constructorBen Skeggs2021-02-112-2/+1
| * drm/nouveau/gr: switch to instanced constructorBen Skeggs2021-02-113-42/+41