summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/dispnv04
AgeCommit message (Expand)AuthorFilesLines
2017-06-16drm/nouveau/kms/nv04: use new devinit script interpreter entry-pointBen Skeggs1-12/+4
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-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter1-5/+7
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter1-2/+4
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-1/+2
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs13-125/+125
2017-02-17drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceBen Skeggs1-2/+3
2017-01-31drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrievalIlia Mirkin1-1/+2
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-4/+4
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä2-7/+7
2016-12-14drm/nouveau: Add local 'fb' variablesVille Syrjälä2-3/+5
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-11-07drm/nouveau: add missing header dependenciesBaoyou Xie1-1/+1
2016-06-24drm/nouveau/dispnv04: Use helper to turn off CRTCLukas Wunner1-7/+2
2016-06-24drm/nouveau: Turn off CRTCs on driver unloadLukas Wunner1-10/+0
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 Airlie12-12/+13
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs12-12/+13
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-15drm/nouveau: Constify function pointer structsVille Syrjälä1-3/+3
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä4-4/+7
2015-12-08drm: Move encoder->save/restore into nouveauDaniel Vetter5-32/+24
2015-12-08drm/nouveau: Use private save/restore hooks for CRTCsDaniel Vetter2-7/+9
2015-09-08drm: Constify TV mode namesVille Syrjälä2-2/+2
2015-08-28drm/nouveau/dispnv04: fix build on powerpcDave Airlie1-1/+1
2015-08-28drm/nouveau/device: import pciid list and integrate quirks with itBen Skeggs1-10/+2
2015-08-28drm/nouveau/gpio: convert to new-style nvkm_subdevBen Skeggs2-14/+14
2015-08-28drm/nouveau/bios: convert to new-style nvkm_subdevBen Skeggs1-1/+1
2015-08-28drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs8-43/+45
2015-08-28drm/nouveau/i2c: transition pad/ports away from being based on nvkm_objectBen Skeggs3-13/+18
2015-08-28drm/nouveau: switch to new-style timer macrosBen Skeggs2-13/+22
2015-08-28drm/nouveau/kms/nv04: fix incorrect use of register accessorsBen Skeggs1-4/+4
2015-08-28drm/nouveau/tmr: cosmetic changesBen Skeggs2-7/+7
2015-08-28drm/nouveau/subdev: add direct pointer to nvkm_deviceBen Skeggs1-4/+4
2015-08-12drm/plane: Use consistent data types for format countThierry Reding1-1/+1
2015-04-07drm/nouveau: constify all struct drm_*_helper funcs pointersJani Nikula6-13/+13
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs9-40/+40
2015-01-22drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs8-19/+19
2015-01-22drm/nouveau/clk: rename from clock (no binary change)Ben Skeggs2-4/+4
2015-01-22drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)Ben Skeggs1-0/+0
2015-01-22drm/nouveau/dispnv04: Remove some unused functionsRickard Strandqvist2-20/+0
2014-12-02drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs2-4/+4
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-01Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Dave Airlie1-1/+1
2014-10-01drm/nouveau: export reservation_object from dmabuf to ttmMaarten Lankhorst1-1/+1
2014-09-24drm/nouveau: use container_of to resolve nouveau_plane from drm_planeFabian Frederick1-5/+10