summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/dispnv04
AgeCommit message (Expand)Author
2017-02-09drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrievalIlia Mirkin
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
2013-12-03drm/nv10/plane: add downscaling restrictionsIlia Mirkin
2013-12-03drm/nv10/plane: fix format computationIlia Mirkin
2013-11-08drm/nouveau/i2c: use a custom bitbanging delay for the adt7473Martin Peres
2013-11-08drm/nv10/kms: add plane support for nv10-nv40Ilia Mirkin
2013-11-08drm/nv10: introduce a new NV_11 card typeIlia Mirkin
2013-11-08drm/nouveau: fix backlight mask on ppc powerbookIlia Mirkin
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä
2013-10-01drm: Remove clock_index from struct drm_display_modeDamien Lespiau
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2013-08-29nouveau: add runtime PM support (v0.9)Dave Airlie