aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04/crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-21drm/nv04/disp: fix framebuffer pin refcountingBen Skeggs1-15/+43
2013-04-26drm/nv04/disp: hide all the cruft away in its own little holeBen Skeggs1-0/+1072