aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04/crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-16drm/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-misc into drm-nextDave Airlie1-1/+1
2020-05-22drm/nouveau/kms: Remove field nvbo from struct nouveau_framebufferThomas Zimmermann1-9/+10
2020-05-19drm/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-15drm/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-21Merge 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
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-01drm/nouveau: export reservation_object from dmabuf to ttmMaarten Lankhorst1-1/+1
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs1-19/+19
2014-08-10drm/nouveau/kms: take more care when pulling down accelerated fbconBen Skeggs1-2/+2
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-10/+10
2014-03-26drm/nouveau: handle -EACCES runtime PM return codeAlexandre Courbot1-1/+1
2013-10-01drm: Remove clock_index from struct drm_display_modeDamien Lespiau1-2/+0
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-15/+43
2013-08-29nouveau: add runtime PM support (v0.9)Dave Airlie1-1/+48