aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/dispnv04
AgeCommit message (Expand)Author
2017-02-09drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrievalIlia Mirkin
2016-06-24drm/nouveau/dispnv04: Use helper to turn off CRTCLukas Wunner
2016-06-24drm/nouveau: Turn off CRTCs on driver unloadLukas Wunner
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst
2016-05-21Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-nextDave Airlie
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-03-04drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.Carlos Palminha
2015-12-15drm/nouveau: Constify function pointer structsVille Syrjälä
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-12-08drm: Move encoder->save/restore into nouveauDaniel Vetter
2015-12-08drm/nouveau: Use private save/restore hooks for CRTCsDaniel Vetter
2015-09-08drm: Constify TV mode namesVille Syrjälä
2015-08-28drm/nouveau/dispnv04: fix build on powerpcDave Airlie
2015-08-28drm/nouveau/device: import pciid list and integrate quirks with itBen Skeggs
2015-08-28drm/nouveau/gpio: convert to new-style nvkm_subdevBen Skeggs
2015-08-28drm/nouveau/bios: convert to new-style nvkm_subdevBen Skeggs
2015-08-28drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs
2015-08-28drm/nouveau/i2c: transition pad/ports away from being based on nvkm_objectBen Skeggs
2015-08-28drm/nouveau: switch to new-style timer macrosBen Skeggs
2015-08-28drm/nouveau/kms/nv04: fix incorrect use of register accessorsBen Skeggs
2015-08-28drm/nouveau/tmr: cosmetic changesBen Skeggs
2015-08-28drm/nouveau/subdev: add direct pointer to nvkm_deviceBen Skeggs
2015-08-12drm/plane: Use consistent data types for format countThierry Reding
2015-04-07drm/nouveau: constify all struct drm_*_helper funcs pointersJani Nikula
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs
2015-01-22drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs
2015-01-22drm/nouveau/clk: rename from clock (no binary change)Ben Skeggs
2015-01-22drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)Ben Skeggs
2015-01-22drm/nouveau/dispnv04: Remove some unused functionsRickard Strandqvist
2014-12-02drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter
2014-10-01Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Dave Airlie
2014-10-01drm/nouveau: export reservation_object from dmabuf to ttmMaarten Lankhorst
2014-09-24drm/nouveau: use container_of to resolve nouveau_plane from drm_planeFabian Frederick
2014-08-10drm/nouveau: use ram info from nvif_deviceBen Skeggs
2014-08-10drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs
2014-08-10drm/nouveau: kill nouveau_dev() + wrap register macrosBen Skeggs
2014-08-10drm/nouveau: fix some usages of the wrong print functionBen Skeggs
2014-08-10drm/nouveau/kms: take more care when pulling down accelerated fbconBen Skeggs
2014-06-04drm/nouveau: replace drm_get_connector_name() with direct name field useJani Nikula
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2014-03-26drm/nouveau: handle -EACCES runtime PM return codeAlexandre Courbot
2014-01-23drm/nouveau: create base display from common codeBen Skeggs
2014-01-23drm/nv04/plane: add support for nv04/nv05 video overlayIlia Mirkin
2014-01-23drm/nv10/plane: add YUYV supportIlia Mirkin
2014-01-15drm/nouveau: fix null ptr dereferences on some boardsBen Skeggs
2013-12-03drm/nv10/plane: some chipsets don't support NV12Ilia Mirkin