Age | Commit message (Expand) | Author | Files | Lines |
2017-01-31 | drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval | Ilia Mirkin | 1 | -1/+2 |
2016-11-16 | drm/nouveau: Use drm_crtc_vblank_off/on | Daniel Vetter | 1 | -2/+2 |
2016-11-07 | drm/nouveau: add missing header dependencies | Baoyou Xie | 1 | -1/+1 |
2016-06-24 | drm/nouveau/dispnv04: Use helper to turn off CRTC | Lukas Wunner | 1 | -7/+2 |
2016-06-24 | drm/nouveau: Turn off CRTCs on driver unload | Lukas Wunner | 1 | -10/+0 |
2016-06-07 | drm/core: Change declaration for gamma_set. | Maarten Lankhorst | 1 | -5/+7 |
2016-05-20 | Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-next | Dave Airlie | 12 | -12/+13 |
2016-05-20 | drm/nouveau: rename nouveau_drm.h to nouveau_drv.h | Ben Skeggs | 12 | -12/+13 |
2016-05-17 | drm: Remove unused drm_device from drm_gem_object_lookup() | Chris Wilson | 1 | -1/+1 |
2016-03-04 | drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function. | Carlos Palminha | 1 | -8/+0 |
2015-12-15 | drm/nouveau: Constify function pointer structs | Ville Syrjälä | 1 | -3/+3 |
2015-12-11 | drm: Pass 'name' to drm_encoder_init() | Ville Syrjälä | 4 | -4/+7 |
2015-12-08 | drm: Move encoder->save/restore into nouveau | Daniel Vetter | 5 | -32/+24 |
2015-12-08 | drm/nouveau: Use private save/restore hooks for CRTCs | Daniel Vetter | 2 | -7/+9 |
2015-09-08 | drm: Constify TV mode names | Ville Syrjälä | 2 | -2/+2 |
2015-08-28 | drm/nouveau/dispnv04: fix build on powerpc | Dave Airlie | 1 | -1/+1 |
2015-08-28 | drm/nouveau/device: import pciid list and integrate quirks with it | Ben Skeggs | 1 | -10/+2 |
2015-08-28 | drm/nouveau/gpio: convert to new-style nvkm_subdev | Ben Skeggs | 2 | -14/+14 |
2015-08-28 | drm/nouveau/bios: convert to new-style nvkm_subdev | Ben Skeggs | 1 | -1/+1 |
2015-08-28 | drm/nouveau/nvif: simplify and tidy library interfaces | Ben Skeggs | 8 | -43/+45 |
2015-08-28 | drm/nouveau/i2c: transition pad/ports away from being based on nvkm_object | Ben Skeggs | 3 | -13/+18 |
2015-08-28 | drm/nouveau: switch to new-style timer macros | Ben Skeggs | 2 | -13/+22 |
2015-08-28 | drm/nouveau/kms/nv04: fix incorrect use of register accessors | Ben Skeggs | 1 | -4/+4 |
2015-08-28 | drm/nouveau/tmr: cosmetic changes | Ben Skeggs | 2 | -7/+7 |
2015-08-28 | drm/nouveau/subdev: add direct pointer to nvkm_device | Ben Skeggs | 1 | -4/+4 |
2015-08-12 | drm/plane: Use consistent data types for format count | Thierry Reding | 1 | -1/+1 |
2015-04-07 | drm/nouveau: constify all struct drm_*_helper funcs pointers | Jani Nikula | 6 | -13/+13 |
2015-01-22 | drm/nouveau: finalise nvkm namespace switch (no binary change) | Ben Skeggs | 9 | -40/+40 |
2015-01-22 | drm/nouveau/nvif: namespace of nvkm accessors (no binary change) | Ben Skeggs | 8 | -19/+19 |
2015-01-22 | drm/nouveau/clk: rename from clock (no binary change) | Ben Skeggs | 2 | -4/+4 |
2015-01-22 | drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes) | Ben Skeggs | 1 | -0/+0 |
2015-01-22 | drm/nouveau/dispnv04: Remove some unused functions | Rickard Strandqvist | 2 | -20/+0 |
2014-12-02 | drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation | Ben Skeggs | 2 | -4/+4 |
2014-11-05 | drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h | Daniel Vetter | 1 | -0/+1 |
2014-10-01 | Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l... | Dave Airlie | 1 | -1/+1 |
2014-10-01 | drm/nouveau: export reservation_object from dmabuf to ttm | Maarten Lankhorst | 1 | -1/+1 |
2014-09-24 | drm/nouveau: use container_of to resolve nouveau_plane from drm_plane | Fabian Frederick | 1 | -5/+10 |
2014-08-09 | drm/nouveau: use ram info from nvif_device | Ben Skeggs | 1 | -5/+4 |
2014-08-09 | drm/nouveau: remove as much direct use of core headers as possible | Ben Skeggs | 2 | -9/+0 |
2014-08-09 | drm/nouveau: port to nvif client/device/objects | Ben Skeggs | 4 | -6/+5 |
2014-08-09 | drm/nouveau: initial pass at moving to struct nvif_device | Ben Skeggs | 13 | -124/+124 |
2014-08-09 | drm/nouveau: kill nouveau_dev() + wrap register macros | Ben Skeggs | 8 | -148/+148 |
2014-08-09 | drm/nouveau: fix some usages of the wrong print function | Ben Skeggs | 1 | -5/+5 |
2014-08-09 | drm/nouveau/kms: take more care when pulling down accelerated fbcon | Ben Skeggs | 1 | -2/+2 |
2014-06-04 | drm/nouveau: replace drm_get_connector_name() with direct name field use | Jani Nikula | 5 | -6/+6 |
2014-04-02 | drm: Replace crtc fb with primary plane fb (v3) | Matt Roper | 2 | -11/+11 |
2014-03-26 | drm/nouveau: handle -EACCES runtime PM return code | Alexandre Courbot | 1 | -1/+1 |
2014-01-23 | drm/nouveau: create base display from common code | Ben Skeggs | 2 | -6/+0 |
2014-01-23 | drm/nv04/plane: add support for nv04/nv05 video overlay | Ilia Mirkin | 1 | -10/+166 |
2014-01-23 | drm/nv10/plane: add YUYV support | Ilia Mirkin | 1 | -3/+4 |