summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04/crtc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+9Star
* 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/+0Star
* drm/nouveau: Use private save/restore hooks for CRTCsDaniel Vetter2015-12-081-2/+3
* drm/nouveau: constify all struct drm_*_helper funcs pointersJani Nikula2015-04-071-2/+2
* drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs2015-01-221-3/+3
* drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs2015-01-221-2/+2
* drm/nouveau/clk: rename from clock (no binary change)Ben Skeggs2015-01-221-2/+2
* drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs2014-12-021-2/+2
* drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
* drm/nouveau: export reservation_object from dmabuf to ttmMaarten Lankhorst2014-10-011-1/+1
* drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs2014-08-091-19/+19
* drm/nouveau/kms: take more care when pulling down accelerated fbconBen Skeggs2014-08-091-2/+2
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-021-10/+10
* drm/nouveau: handle -EACCES runtime PM return codeAlexandre Courbot2014-03-261-1/+1
* drm: Remove clock_index from struct drm_display_modeDamien Lespiau2013-10-011-2/+0Star
* Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-09-021-15/+43
|\
| * drm/nv04/disp: fix framebuffer pin refcountingBen Skeggs2013-08-211-15/+43
* | nouveau: add runtime PM support (v0.9)Dave Airlie2013-08-291-1/+48
|/
* drm/nv04/disp: hide all the cruft away in its own little holeBen Skeggs2013-04-261-0/+1072