summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/dispnv04
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-10drm/nouveau: use ram info from nvif_deviceBen Skeggs1-5/+4
2014-08-10drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs2-9/+0
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs4-6/+5
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs13-124/+124
2014-08-10drm/nouveau: kill nouveau_dev() + wrap register macrosBen Skeggs8-148/+148
2014-08-10drm/nouveau: fix some usages of the wrong print functionBen Skeggs1-5/+5
2014-08-10drm/nouveau/kms: take more care when pulling down accelerated fbconBen Skeggs1-2/+2
2014-06-04drm/nouveau: replace drm_get_connector_name() with direct name field useJani Nikula5-6/+6
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper2-11/+11
2014-03-26drm/nouveau: handle -EACCES runtime PM return codeAlexandre Courbot1-1/+1
2014-01-23drm/nouveau: create base display from common codeBen Skeggs2-6/+0
2014-01-23drm/nv04/plane: add support for nv04/nv05 video overlayIlia Mirkin1-10/+166
2014-01-23drm/nv10/plane: add YUYV supportIlia Mirkin1-3/+4
2014-01-15drm/nouveau: fix null ptr dereferences on some boardsBen Skeggs2-2/+2
2013-12-03drm/nv10/plane: some chipsets don't support NV12Ilia Mirkin1-2/+13
2013-12-03drm/nv10/plane: add downscaling restrictionsIlia Mirkin1-1/+9
2013-12-03drm/nv10/plane: fix format computationIlia Mirkin1-8/+9
2013-11-08drm/nouveau/i2c: use a custom bitbanging delay for the adt7473Martin Peres2-16/+22
2013-11-08drm/nv10/kms: add plane support for nv10-nv40Ilia Mirkin5-4/+332
2013-11-08drm/nv10: introduce a new NV_11 card typeIlia Mirkin1-1/+1
2013-11-08drm/nouveau: fix backlight mask on ppc powerbookIlia Mirkin1-1/+1
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter4-11/+11
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä4-11/+11
2013-10-01drm: Remove clock_index from struct drm_display_modeDamien Lespiau1-2/+0
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-15/+44
2013-08-29nouveau: add runtime PM support (v0.9)Dave Airlie1-1/+48
2013-08-21drm/nv04/disp: fix framebuffer pin refcountingBen Skeggs2-15/+44
2013-04-26drm/nv04/disp: hide all the cruft away in its own little holeBen Skeggs15-0/+6686