aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-14drm/nouveau/kms/nv50-: Use atomic encoder callbacks everywhereLyude Paul1-15/+14
2020-11-14drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50Ben Skeggs1-2/+1
2020-11-14drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_depthAlexander Kapshuk1-5/+9
2020-10-30drm/nouveau/kms/nv50-: Fix clock checking algorithm in nv50_dp_mode_valid()Lyude Paul1-10/+11
2020-10-30drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()Lyude Paul2-31/+21
2020-10-30drm/nouveau/device: fix changing endianess code to work on older GPUsKarol Herbst1-13/+26
2020-10-30drm/nouveau/gem: fix "refcount_t: underflow; use-after-free"Karol Herbst1-1/+2
2020-10-30drm/nouveau/kms/nv50-: Program notifier offset before requesting disp capsLyude Paul6-5/+85
2020-10-30drm/nouveau/nouveau: fix the start/end range for migrationRalph Campbell1-11/+3
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+1
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds41-665/+1046
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams1-0/+1
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams1-7/+7
2020-10-07drm/nouveau/mem: guard against NULL pointer access in mem_delKarol Herbst1-0/+2
2020-10-07drm/nouveau/device: return error for unknown chipsetsKarol Herbst1-0/+1
2020-09-25drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig1-2/+1
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie20-220/+376
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie1-1/+1
2020-09-18drm/ttm/drivers: call the bind function directly.Dave Airlie1-1/+4
2020-09-18drm/ttm: move unbind into the tt destroy.Dave Airlie2-0/+2
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie2-0/+2
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie2-2/+11
2020-09-17drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()Ville Syrjälä1-2/+2
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie1-1/+1
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-1/+5
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-2/+2
2020-09-15drm/ttm: remove available_cachingChristian König1-7/+2
2020-09-15drm/nouveau: explicitly specify caching to useChristian König2-22/+25
2020-09-15drm/ttm: remove default cachingChristian König1-14/+7
2020-09-14drm/atomic-helper: Remove the timestamping constant update from drm_atomic_helper_update_legacy_modeset_state()Ville Syrjälä1-0/+1
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard18-288/+545
2020-09-11drm/ttm: nuke memory type flagsChristian König1-8/+16
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König16-97/+114
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann1-1/+1
2020-09-09Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie15-285/+533
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie1-3/+3
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie1-2/+2
2020-09-09drm/nouveau/ttm: use driver bind/unbind/destroy functions.Dave Airlie3-42/+59
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie1-3/+1
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König2-7/+5
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie4-3/+12
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie2-11/+13
2020-09-03drm/nouveau: move io_reserve_lru handling into the driver v5Christian König4-23/+127
2020-09-03drm/nouveau/kms/nv50-gp1xx: add WAR for EVO push buffer HW bugBen Skeggs1-0/+6
2020-09-03drm/nouveau/kms/nv50-gp1xx: disable notifies again after core updateBen Skeggs1-1/+4
2020-09-03drm/nouveau/kms/nv50-: add some whitespace before debug messageBen Skeggs1-1/+1
2020-09-03drm/nouveau/kms/gv100-: Include correct push header in crcc37d.cLyude Paul1-1/+1
2020-08-31drm/nouveau/kms: Start using drm_dp_read_dpcd_caps()Lyude Paul1-8/+6
2020-08-31drm/nouveau/kms: Don't change EDID when it hasn't actually changedLyude Paul1-27/+27
2020-08-31drm/nouveau/kms/nv50-: Add support for DP_SINK_COUNTLyude Paul2-5/+50