summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/dispnv04/crtc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08drm/nouveau/disp: don't misuse kernel-doc commentsRandy Dunlap1-2/+2
2023-08-31drm/nouveau: fence: fix undefined fence state after emitDanilo Krummrich1-8/+1
2023-08-04drm/nouveau: fence: separate fence alloc and emitDanilo Krummrich1-1/+8
2023-01-18drm/nouveau: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann1-0/+1
2023-01-13drm/nouveau: Do not include <drm/drm_fb_helper.h>Thomas Zimmermann1-1/+0
2022-11-09drm/nouveau/kms: switch to drm fbdev helpersBen Skeggs1-9/+1
2022-11-09drm/nouveau/disp: expose page flip event classBen Skeggs1-4/+4
2022-11-09drm/nouveau/disp: expose head event classBen Skeggs1-15/+7
2022-11-09drm/nouveau/disp: add head classBen Skeggs1-0/+5
2022-09-20drm/plane-helper: Provide DRM_PLANE_NON_ATOMIC_FUNCS initializer macroThomas Zimmermann1-3/+1
2022-09-20drm/plane: Allocate planes with drm_universal_plane_alloc()Thomas Zimmermann1-28/+13
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann1-1/+7
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König1-4/+5
2020-07-24drm/nouveau/kms/nv04: convert page_flip() to new push macrosBen Skeggs1-9/+7
2020-07-24drm/nouveau/kms/nv04: convert page_flip_emit() to new push macrosBen Skeggs1-4/+6
2020-07-24drm/nouveau/nvif: give every notify object a human-readable nameBen Skeggs1-2/+2
2020-07-17drm/nouveau/kms/nvd9-: Add CRC supportLyude Paul1-1/+24
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-9/+10
2020-06-26drm/nouveau: don't use ttm bo->offset v3Nirmoy Das1-3/+3
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2020-05-22drm/nouveau/kms: Remove field nvbo from struct nouveau_framebufferThomas Zimmermann1-9/+10
2020-05-20drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-1/+1
2020-02-13drm/nouveau: Convert to CRTC VBLANK callbacksThomas Zimmermann1-0/+3
2020-02-13drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann1-0/+1
2019-08-23drm/nouveau/dispnv04: Remove runtime PMLyude Paul1-50/+1
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg1-1/+2
2019-02-20drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04Ben Skeggs1-1/+213
2018-07-16drm/nouveau: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann1-1/+1
2017-08-22drm/nouveau/kms/nv04-nv4x: fix exposed format listIlia Mirkin1-1/+35
2017-08-04drm: nouveau: remove dead code and pointless local lut storagePeter Rosin1-17/+9
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2017-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter1-3/+4
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs1-19/+19
2017-02-17drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceBen Skeggs1-2/+3
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä1-6/+6
2016-12-14drm/nouveau: Add local 'fb' variablesVille Syrjälä1-2/+3
2016-12-14drm/nouveau: Fix crtc->primary->fb vs. drm_fb failVille Syrjälä1-2/+2
2016-11-16drm/nouveau: Use drm_crtc_vblank_off/onDaniel Vetter1-2/+2
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-5/+7
2016-05-20Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-nextDave Airlie1-1/+2
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs1-1/+2
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-03-04drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2015-12-08drm/nouveau: Use private save/restore hooks for CRTCsDaniel Vetter1-2/+3
2015-04-07drm/nouveau: constify all struct drm_*_helper funcs pointersJani Nikula1-2/+2
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs1-3/+3
2015-01-22drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs1-2/+2
2015-01-22drm/nouveau/clk: rename from clock (no binary change)Ben Skeggs1-2/+2
2014-12-02drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs1-2/+2