summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-291-1/+1
|\
| * drm/nouveau/kms/nv50-: create connectors based on nvkm infoBen Skeggs2023-09-191-1/+1
* | drm/nouveau: fence: fix undefined fence state after emitDanilo Krummrich2023-08-311-8/+1
|/
* drm/nouveau: fence: separate fence alloc and emitDanilo Krummrich2023-08-041-1/+8
* drm/nouveau: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-186-4/+5
* drm/nouveau: Do not include <drm/drm_fb_helper.h>Thomas Zimmermann2023-01-131-1/+0
* drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard2022-11-241-1/+1
* drm/connector: Rename legacy TV propertyMaxime Ripard2022-11-241-2/+2
* drm/nouveau/kms: switch to drm fbdev helpersBen Skeggs2022-11-091-9/+1
* drm/nouveau/disp: expose page flip event classBen Skeggs2022-11-093-12/+18
* drm/nouveau/disp: expose head event classBen Skeggs2022-11-091-15/+7
* drm/nouveau/disp: add head classBen Skeggs2022-11-091-0/+5
* drm/plane-helper: Provide DRM_PLANE_NON_ATOMIC_FUNCS initializer macroThomas Zimmermann2022-09-201-3/+1
* drm/plane: Allocate planes with drm_universal_plane_alloc()Thomas Zimmermann2022-09-201-28/+13
* drm/plane: Remove drm_plane_init()Thomas Zimmermann2022-09-201-6/+7
* drm/plane-helper: Export individual helpersThomas Zimmermann2022-07-261-1/+7
* 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