summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04/crtc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: remove push pointer from nouveau_channelBen Skeggs2024-07-271-2/+2
* drm/nouveau: remove chan->drmBen Skeggs2024-07-271-2/+2
* drm/nouveau: pass cli to nouveau_channel_new() instead of drm+deviceBen Skeggs2024-07-271-1/+1
* drm/nouveau: move nvxx_* definitions to nouveau_drv.hBen Skeggs2024-07-271-2/+2
* drm/nouveau: use GEM references instead of TTMsDanilo Krummrich2024-07-221-12/+31
* drm/nouveau/disp: don't misuse kernel-doc commentsRandy Dunlap2024-01-081-2/+2
* 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-181-0/+1
* drm/nouveau: Do not include <drm/drm_fb_helper.h>Thomas Zimmermann2023-01-131-1/+0
* drm/nouveau/kms: switch to drm fbdev helpersBen Skeggs2022-11-091-9/+1
* drm/nouveau/disp: expose page flip event classBen Skeggs2022-11-091-4/+4
* 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-helper: Export individual helpersThomas Zimmermann2022-07-261-1/+7
* drm/nouveau: stop using TTM placement flagsChristian König2020-09-111-4/+5
* 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-241-2/+2
* drm/nouveau/kms/nvd9-: Add CRC supportLyude Paul2020-07-171-1/+24
* Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-291-9/+10
|\
| * 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-221-9/+10
* | | drm/nouveau: don't use ttm bo->offset v3Nirmoy Das2020-06-261-3/+3
| |/ |/|
* | drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
|/
* 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
* drm/nouveau/dispnv04: Remove runtime PMLyude Paul2019-08-231-50/+1
* drm/nouveau: drop use of drmp.hSam Ravnborg2019-08-231-1/+2
* drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04Ben Skeggs2019-02-191-1/+213
* drm/nouveau: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-07-161-1/+1
* drm/nouveau/kms/nv04-nv4x: fix exposed format listIlia Mirkin2017-08-221-1/+35
* drm: nouveau: remove dead code and pointless local lut storagePeter Rosin2017-08-041-17/+9
* drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-061-1/+2
* drm: Add acquire ctx parameter to ->set_configDaniel Vetter2017-03-291-3/+4
* drm/nouveau: allocate device object for every clientBen Skeggs2017-02-171-19/+19
* drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceBen Skeggs2017-02-171-2/+3
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-2/+2
* drm: Nuke fb->depthVille Syrjälä2016-12-151-6/+6
* drm/nouveau: Add local 'fb' variablesVille Syrjälä2016-12-141-2/+3
* drm/nouveau: Fix crtc->primary->fb vs. drm_fb failVille Syrjälä2016-12-141-2/+2
* drm/nouveau: Use drm_crtc_vblank_off/onDaniel Vetter2016-11-151-2/+2
* drm/core: Change declaration for gamma_set.Maarten Lankhorst2016-06-071-5/+7
* Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-nextDave Airlie2016-05-201-1/+2
|\
| * drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs2016-05-201-1/+2
* | drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
|/
* drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* drm/nouveau: Use private save/restore hooks for CRTCsDaniel Vetter2015-12-081-2/+3