summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/atomic: add new drm_debug bit to dump atomic stateRob Clark2016-11-085-0/+133
* drm: add helpers to go from plane state to drm_rectRob Clark2016-11-084-26/+30
* drm: add helper for printing to log or seq_fileRob Clark2016-11-084-1/+189
* drm: helper macros to print composite typesRob Clark2016-11-083-16/+24
* reservation: revert "wait only with non-zero timeout specified (v3)" v2Christian König2016-11-081-4/+1
* drm/ttm: fix ttm_bo_waitChristian König2016-11-081-1/+8
* dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher2016-11-081-3/+0
* dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)Alex Deucher2016-11-081-3/+5
* drm/amdgpu: add the interface of waiting multiple fences (v4)Junwei Zhang2016-11-085-1/+207
* dma-buf: return index of the first signaled fence (v2)monk.liu2016-11-082-6/+18
* MAINTAINERS: update Sync File Framework filesGustavo Padovan2016-11-081-1/+3
* dma-buf/sw_sync: put fence reference from the fence creationGustavo Padovan2016-11-081-1/+1
* dma-buf/sw_sync: mark sync_timeline_create() staticBaoyou Xie2016-11-081-1/+1
* drm: Add stackdepot include for DRM_DEBUG_MMChris Wilson2016-11-081-0/+2
* drm/plane: add inline doc for struct drm_planeGustavo Padovan2016-11-081-14/+44
* drm/msm: use drm_atomic_set_fence_for_plane() to set the fenceGustavo Padovan2016-11-081-1/+2
* drm/imx: use drm_atomic_set_fence_for_plane() to set the fenceGustavo Padovan2016-11-081-2/+4
* drm/atomic: add drm_atomic_set_fence_for_plane()Gustavo Padovan2016-11-083-1/+33
* drm: don't override possible_crtcs for primary/cursor planesRob Clark2016-11-081-2/+2
* drm/uapi: Add a warning that mode flags must match the xrandr definitionsVille Syrjälä2016-11-081-1/+9
* drm/edid: Add the missing "Hz" to VIC 58,59 commentVille Syrjälä2016-11-081-2/+2
* drm/gma500: remove unused ioctl declarationsJiang Biao2016-11-081-4/+0
* drm/gma500: make function static to eliminate compiling warningJiang Biao2016-11-081-1/+1
* drm/atomic-helper: fix reference to drm_atomic_helper_commit_planesStefan Agner2016-11-081-8/+8
* drm: update the documentation of drm_framebuffer_unregister_privateRongrong Zou2016-11-081-0/+5
* drm/i915: Enable drm_mm debug when enabling DRM_I915_DEBUGChris Wilson2016-11-081-0/+1
* drm: Track drm_mm allocators and show leaks on shutdownChris Wilson2016-11-083-3/+90
* drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-0235-71/+13
* drm/gma500: Add compat ioctlPatrik Jakobsson2016-11-021-0/+3
* Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-nextDave Airlie2016-10-2844-207/+904
|\
| * drm/nouveau/fb/nv50: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel2016-10-121-10/+18
| * drm/nouveau/fb/gf100: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel2016-10-121-12/+13
| * drm/nouveau/pci: set streaming DMA mask earlyArd Biesheuvel2016-10-121-10/+27
| * drm/nouveau/kms: add Maxwell to backlight initializationFaris Alsalama2016-10-121-0/+1
| * drm/nouveau/bar/nv50: fix bar2 vm sizeBen Skeggs2016-10-121-2/+2
| * drm/nouveau/disp: remove unused function in sorg94.cBaoyou Xie2016-10-121-8/+0
| * drm/nouveau/volt: use kernel's 64-bit signed division functionAlexandre Courbot2016-10-121-3/+3
| * drm/nouveau/core: add missing header dependenciesBaoyou Xie2016-10-121-0/+1
| * drm/nouveau/gr/nv3x: add 0x0597 kelvin 3d class supportIlia Mirkin2016-10-123-0/+3
| * drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logoMartin Peres2016-10-126-0/+208
| * drm/nouveau/fb/ram: Use Kepler implementation on MaxwellKarol Herbst2016-10-123-12/+9
| * drm/nouveau/volt: Make use of cvb coefficientsKarol Herbst2016-10-121-2/+36
| * drm/nouveau/volt/gf100-: Add speedoKarol Herbst2016-10-125-0/+77
| * drm/nouveau/volt: Add implementation for gf100Karol Herbst2016-10-124-8/+55
| * drm/nouveau/bios/vmap: unk0 field is the modeKarol Herbst2016-10-122-2/+2
| * drm/nouveau/volt: Don't require perfect fitKarol Herbst2016-10-121-5/+17
| * drm/nouveau/clk: Allow boosting only when NvBoost is setKarol Herbst2016-10-124-4/+42
| * drm/nouveau/bios: Add parsing of VPSTATE tableKarol Herbst2016-10-123-0/+107
| * drm/nouveau/clk: Respect voltage limits in nvkm_cstate_progKarol Herbst2016-10-123-1/+54
| * drm/nouveau/clk: Fixup cstate selectionKarol Herbst2016-10-122-2/+21