summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/kms/nv04: use vzalloc for nv04_displayIlia Mirkin2021-11-121-2/+2
* drm/nouveau: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-134-17/+24
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-146-7/+34
|\
| * drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handlingLyude Paul2020-08-311-1/+5
| * drm/nouveau/kms: Search for encoders' connectors properlyLyude Paul2020-08-316-6/+29
* | drm/nouveau: stop using TTM placement flagsChristian König2020-09-113-8/+10
|/
* drm/nouveau/kms/nv04-: no need for multiple nvsw objectsBen Skeggs2020-07-241-2/+3
* drm/nouveau/kms/nv04: convert page_flip() to new push macrosBen Skeggs2020-07-241-9/+7
* drm/nouveau/kms/nv04: convert page_flip_emit() to new push macrosBen Skeggs2020-07-241-4/+6
* drm/nouveau/nvif: give every notify object a human-readable nameBen Skeggs2020-07-242-4/+4
* drm/nouveau/kms/nvd9-: Add CRC supportLyude Paul2020-07-161-1/+24
* Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-293-28/+33
|\
| * Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-1/+1
| |\
| * | drm/nouveau/kms: Remove field nvbo from struct nouveau_framebufferThomas Zimmermann2020-05-223-28/+33
* | | drm/nouveau: don't use ttm bo->offset v3Nirmoy Das2020-06-263-7/+8
| |/ |/|
* | drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
|/
* drm/nouveau/nvif: protect waits against GPU falling off the busBen Skeggs2020-04-072-1/+3
* Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-172-12/+7
|\
| * drm/nouveau/kms/nv04: remove set but not used variable 'width'YueHaibing2020-01-231-2/+1
| * drm/nouveau/kms/nv04: remove set but unused variable.Wambui Karuga2020-01-151-2/+1
| * drm/nouveau/kms/nv04-nv4x: Use match_string() helper to simplify the codeYueHaibing2020-01-151-8/+5
* | drm/nouveau: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-131-0/+3
* | drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann2020-02-131-0/+1
|/
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-0313-65/+5
|\
| * drm/nouveau/dispnv04: Remove runtime PMLyude Paul2019-08-231-50/+1
| * drm/nouveau: Disable atomic support on a per-device basisVille Syrjälä2019-08-231-1/+1
| * drm/nouveau/dispnv04: subdev/bios.h is included more than onceHariprasad Kelam2019-08-231-1/+0
| * drm/nouveau: drop use of drmp.hSam Ravnborg2019-08-2311-12/+3
| * drm/nouveau: drop drmP.h from all header filesSam Ravnborg2019-08-231-1/+0
* | drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza2019-09-161-1/+1
|/
* drm/nouveau: fix bogus GPL-2 license headerBen Skeggs2019-07-191-1/+1
* drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin2019-07-192-2/+2
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hookBen Skeggs2019-02-201-4/+66
* drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hookBen Skeggs2019-02-201-1/+26
* drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04Ben Skeggs2019-02-203-1/+234
* drm/nouveau/kms: display destroy/init/fini hooks can be staticBen Skeggs2019-02-202-58/+55
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-01-111-1/+1
|\
| * drm/nouveau/drm/nouveau: Don't forget to label dp_aux devicesLyude Paul2018-12-111-1/+1
* | drm/nouveau: Stop using drm_crtc_force_disableDaniel Vetter2019-01-111-1/+3
|/
* BackMerge v4.18-rc7 into drm-nextDave Airlie2018-07-301-0/+3
|\
| * drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul2018-07-161-0/+3
* | Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-07-204-4/+4
|\ \
| * | drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-134-4/+4
| |/
* / drm/nouveau: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-07-161-1/+1
|/
* drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING propVille Syrjälä2018-03-081-13/+13
* drm/nouveau: deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-112-4/+10
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-1/+1
|\
| * drm/nouveau/core/object: allow arguments to be passed to map functionBen Skeggs2017-11-021-1/+1