summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-20drm/i915: Do not put big intel_crtc_state on the stackTvrtko Ursulin3-26/+46
2016-01-20Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)"Matt Roper6-241/+56
2016-01-20drm/i915: add DOC: headline to RC6 kernel-docJani Nikula1-0/+2
2016-01-20drm/i915: turn some bogus kernel-doc comments to normal commentsJani Nikula2-2/+2
2016-01-20drm/i915/sdvo: revert bogus kernel-doc comments to normal commentsJani Nikula1-38/+38
2016-01-19drm/i915/gen9: Correct max save/restore register count during gpu reset with GuCArun Siluvery1-1/+1
2016-01-19drm/i915: Demote user facing DMC firmware load failure messageChris Wilson1-2/+7
2016-01-18drm/i915: use hlist_for_each_entryGeliang Tang1-5/+2
2016-01-18drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit numberVille Syrjälä1-1/+1
2016-01-18drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+Ville Syrjälä1-5/+6
2016-01-18drm/i915/guc: Fix a memory leak where guc->execbuf_client is not freedAlex Dai1-1/+5
2016-01-18drm/i915: Cache LRC state page in the contextTvrtko Ursulin2-18/+22
2016-01-18drm/i915: Cache ringbuffer GTT VMATvrtko Ursulin3-2/+5
2016-01-18drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin6-72/+103
2016-01-18drm/i915: Only grab timestamps when neededTvrtko Ursulin1-5/+7
2016-01-18Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1183-28178/+85580
2016-01-18Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...Dave Airlie8-41/+108
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie32-387/+437
2016-01-15drm/i915: Pass the dma_addr_t array as const to rotate_pages()Ville Syrjälä1-1/+1
2016-01-15drm/i915: Set i915_ggtt_view_normal type explicitlyVille Syrjälä1-2/+4
2016-01-15drm/i915: Don't leak framebuffer_references if drm_framebuffer_init() failsVille Syrjälä1-1/+2
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard4-3/+3
2016-01-15drm/i915/dp: fall back to 18 bpp when sink capability is unknownJani Nikula1-5/+15
2016-01-15drm/i915/bios: Fix the sequence size calculations for MIPI seq v3Jani Nikula1-3/+14
2016-01-15drm/i915: Make sure DC writes are coherent on flush.Francisco Jerez2-0/+3
2016-01-15drm/i915: Use the active wm config for merging on ILK-BDWVille Syrjälä1-6/+26
2016-01-15drm/i915: Start WM computation from scratch on ILK-BDWVille Syrjälä1-0/+1
2016-01-14drm/i915: add onoff utility functionJani Nikula5-34/+27
2016-01-14drm/amdgpu: add missing irq.h includeDave Airlie1-0/+1
2016-01-14Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie13-143/+235
2016-01-14Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/git/lst/linux in...Dave Airlie2-4/+9
2016-01-14Merge branch 'drm-rockchip-next-2016-01-06' of https://github.com/markyzq/ker...Dave Airlie5-0/+1273
2016-01-14drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom1-1/+5
2016-01-14drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom1-1/+1
2016-01-14drm: nouveau: fix nouveau_debugfs_init prototypeArnd Bergmann1-2/+2
2016-01-14drm/nouveau/pci: fix check in nvkm_pcie_set_linkKarol Herbst1-1/+1
2016-01-14Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie19-21/+564
2016-01-13drm/amdgpu: validate duplicates firstChristian König1-2/+2
2016-01-13drm/amdgpu: move VM page tables to the LRU end on CS v2Christian König3-1/+35
2016-01-13drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König2-0/+31
2016-01-13drm/ttm: fix adding foreign BOs to the swap LRUChristian König1-1/+1
2016-01-13drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König1-1/+7
2016-01-13drm/radeon: use kobj_to_dev()Geliang Tang1-1/+1
2016-01-13drm/amdgpu: use kobj_to_dev()Geliang Tang1-1/+1
2016-01-13drm/amdgpu/cz: force vce clocks when sclks are forcedAlex Deucher1-1/+23
2016-01-13drm/amdgpu/cz: force uvd clocks when sclks are forcedAlex Deucher1-0/+24
2016-01-13drm/amdgpu/cz: add code to enable forcing VCE clocksAlex Deucher2-1/+98
2016-01-13drm/amdgpu/cz: add code to enable forcing UVD clocksAlex Deucher2-0/+130
2016-01-13drm/i915: Refactor intel_surf_alignment()Ville Syrjälä1-24/+21
2016-01-13drm/i915: s/intel_gen4_compute_page_offset/intel_compute_tile_offset/Ville Syrjälä3-30/+30