summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-1/+2
|\
| * drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrievalIlia Mirkin2017-01-311-1/+2
* | drm/nouveau: allocate device object for every clientBen Skeggs2017-02-1713-125/+125
* | drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceBen Skeggs2017-02-171-2/+3
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-4/+4
* | drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-2/+2
* | drm: Nuke fb->depthVille Syrjälä2016-12-152-7/+7
* | drm/nouveau: Add local 'fb' variablesVille Syrjälä2016-12-142-3/+5
* | 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/nouveau: add missing header dependenciesBaoyou Xie2016-11-071-1/+1
* drm/nouveau/dispnv04: Use helper to turn off CRTCLukas Wunner2016-06-241-7/+2
* drm/nouveau: Turn off CRTCs on driver unloadLukas Wunner2016-06-241-10/+0
* 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-2112-12/+13
|\
| * drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs2016-05-2012-12/+13
* | 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: Constify function pointer structsVille Syrjälä2015-12-151-3/+3
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-114-4/+7
* drm: Move encoder->save/restore into nouveauDaniel Vetter2015-12-085-32/+24
* drm/nouveau: Use private save/restore hooks for CRTCsDaniel Vetter2015-12-082-7/+9
* drm: Constify TV mode namesVille Syrjälä2015-09-082-2/+2
* drm/nouveau/dispnv04: fix build on powerpcDave Airlie2015-08-281-1/+1
* drm/nouveau/device: import pciid list and integrate quirks with itBen Skeggs2015-08-281-10/+2
* drm/nouveau/gpio: convert to new-style nvkm_subdevBen Skeggs2015-08-282-14/+14
* drm/nouveau/bios: convert to new-style nvkm_subdevBen Skeggs2015-08-281-1/+1
* drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs2015-08-288-43/+45
* drm/nouveau/i2c: transition pad/ports away from being based on nvkm_objectBen Skeggs2015-08-283-13/+18
* drm/nouveau: switch to new-style timer macrosBen Skeggs2015-08-282-13/+22
* drm/nouveau/kms/nv04: fix incorrect use of register accessorsBen Skeggs2015-08-281-4/+4
* drm/nouveau/tmr: cosmetic changesBen Skeggs2015-08-282-7/+7
* drm/nouveau/subdev: add direct pointer to nvkm_deviceBen Skeggs2015-08-281-4/+4
* drm/plane: Use consistent data types for format countThierry Reding2015-08-121-1/+1
* drm/nouveau: constify all struct drm_*_helper funcs pointersJani Nikula2015-04-076-13/+13
* drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs2015-01-229-40/+40
* drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs2015-01-228-19/+19
* drm/nouveau/clk: rename from clock (no binary change)Ben Skeggs2015-01-222-4/+4
* drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)Ben Skeggs2015-01-221-0/+0
* drm/nouveau/dispnv04: Remove some unused functionsRickard Strandqvist2015-01-222-20/+0
* drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs2014-12-022-4/+4
* drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
* Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Dave Airlie2014-10-011-1/+1
|\
| * drm/nouveau: export reservation_object from dmabuf to ttmMaarten Lankhorst2014-10-011-1/+1
* | drm/nouveau: use container_of to resolve nouveau_plane from drm_planeFabian Frederick2014-09-241-5/+10
|/
* drm/nouveau: use ram info from nvif_deviceBen Skeggs2014-08-101-5/+4
* drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs2014-08-102-9/+0
* drm/nouveau: port to nvif client/device/objectsBen Skeggs2014-08-104-6/+5
* drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs2014-08-1013-124/+124
* drm/nouveau: kill nouveau_dev() + wrap register macrosBen Skeggs2014-08-108-148/+148