summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2019-08-27Merge tag 'drm-misc-next-2019-08-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-08-23drm/nouveau/volt: Fix for some cards having 0 maximum voltageMark Menzynski
2019-08-23drm/nouveau/dispnv50: Fix runtime PM ref tracking for non-blocking modesetsLyude Paul
2019-08-23drm/nouveau/dispnv04: Remove runtime PMLyude Paul
2019-08-23drm/nouveau/gpio: check function 76 in the power check as wellMark Menzynski
2019-08-23drm/nouveau/gpio: check the gpio function 16 in the power check as wellMark Menzynski
2019-08-23drm/nouveau/gpio: fail if gpu external power is missingMark Menzynski
2019-08-23drm/nouveau/bios/gpio: sort gpios by valuesMark Menzynski
2019-08-23drm/nouveau/therm: don't attempt fan control where PMU is already managing itBen Skeggs
2019-08-23drm/nouveau/therm: skip probing for devices not specified in thermal tablesBen Skeggs
2019-08-23drm/nouveau/kms/gv100-: attach pixel blend mode property to planesBen Skeggs
2019-08-23drm/nouveau/kms/gv100-: attach alpha property to planesBen Skeggs
2019-08-23drm/nouveau/kms/gv100-: add support for plane zpos propertyBen Skeggs
2019-08-23drm/nouveau/kms/nv50-: attach immutable zpos property to planesBen Skeggs
2019-08-23drm/nouveau/kms/nv50-: create primary plane before overlay planesBen Skeggs
2019-08-23drm/nouveau/kms/nv50-: use __drm_atomic_helper_plane_reset()Ben Skeggs
2019-08-23drm/nouveau/kms/gv100-: implement csc + enable modern colour managment proper...Ben Skeggs
2019-08-23drm/nouveau/kms/gv100-: use premultiplied alpha blending between planesBen Skeggs
2019-08-23drm/nouveau/kms/nv50-: enable modern color management propertiesIlia Mirkin
2019-08-23drm/nouveau/kms/gf119-: add ctm property supportIlia Mirkin
2019-08-23drm/nouveau/kms/nv50-: remove overlay alpha formatsIlia Mirkin
2019-08-23drm/nouveau/fifo/gk104-: fix parsing of mmu fault dataBen Skeggs
2019-08-23drm/nouveau/fifo/gf1xx: convert to using nvkm_fault_dataBen Skeggs
2019-08-23drm/nouveau/bios/init: handle INIT_RESET_END devinit opcodeRhys Kidd
2019-08-23drm/nouveau/bios/init: handle INIT_RESET_BEGUN devinit opcodeRhys Kidd
2019-08-23drm/nouveau/bios: downgrade absence of tmds table to info from an errorRhys Kidd
2019-08-23drm/nouveau: Disable atomic support on a per-device basisVille Syrjälä
2019-08-23drm/nouveau/kms/nv50-: add fp16 scanout supportIlia Mirkin
2019-08-23drm/nouveau/kms/nv50-: disable input lut harderBen Skeggs
2019-08-23drm/nouveau/kms/tu102-: disable input lut when input is already FP16Ben Skeggs
2019-08-23drm/nouveau/kms/gv100: allow windows to use PACKED8BPP formatsBen Skeggs
2019-08-23drm/nouveau: fix nvif/device.h is included more than onceHariprasad Kelam
2019-08-23drm/nouveau/dispnv04: subdev/bios.h is included more than onceHariprasad Kelam
2019-08-23drm/nouveau/mmu: use struct_size() helperGustavo A. R. Silva
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg
2019-08-23drm/nouveau: drop drmP.h from all header filesSam Ravnborg
2019-08-23drm/nouveau: drop drmP.h from nouveau_drv.hSam Ravnborg
2019-08-23drm/nouveau: drop use of DRM_UDELAYSam Ravnborg
2019-08-23drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION"Colin Ian King
2019-08-23drm/nouveau/secboot: Make acr_r352_ls_gpccs_func staticYueHaibing
2019-08-21drm/nouveau: Initialize GEM object before TTM objectThierry Reding
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-08-07drm/nouveau: remove open-coded drm_invalid_op()Emil Velikov
2019-08-07Revert "drm/nouveau: remove open-coded drm_invalid_op()"Sean Paul
2019-08-06drm/nouveau: switch driver from bo->resv to bo->base.resvGerd Hoffmann
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann
2019-08-06drm/nouveau: use embedded gem objectGerd Hoffmann
2019-08-05dma-buf: add more reservation object locking wrappersChristian König