summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04/crtc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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-201-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-211-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
* 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-101-19/+19
* drm/nouveau/kms: take more care when pulling down accelerated fbconBen Skeggs2014-08-101-2/+2
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-011-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/+0
* 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