summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-28drm/vmwgfx: fix a NULL dereferenceDan Carpenter1-1/+1
2016-01-25drm/crtc-helper: Add caveat to disable_unused_functions docDaniel Vetter1-0/+9
2016-01-25drm/gma500: Remove empty preclose hookDaniel Vetter1-9/+0
2016-01-25drm/armada: Remove NULL open/pre/postclose hooksDaniel Vetter1-3/+0
2016-01-25drm/fsl: Remove preclose hookDaniel Vetter1-5/+0
2016-01-25drm: Create drm_send_event helpersDaniel Vetter6-18/+48
2016-01-25drm/vmwgfx: Use the new event init/free functionsDaniel Vetter1-24/+8
2016-01-25drm/exynos: Use the new event init/free functionsDaniel Vetter2-37/+17
2016-01-25drm: Add functions to setup/tear down drm_events.Daniel Vetter4-60/+94
2016-01-25drm: kerneldoc for drm_fops.cDaniel Vetter3-77/+117
2016-01-25drm/fbdev-helper: Explain how to debug console_lock funDaniel Vetter1-0/+21
2016-01-20drm/fb_cma_helper: remove duplicate const from drm_fb_cma_allocColin Ian King1-1/+2
2016-01-19drm: initialize default rotation value to DRM_ROTATE_0Marek Szyprowski1-1/+3
2016-01-18drm/atomic-helper: Remove redundant local var old_crtc_state in disable_outputsLiu Ying1-1/+0
2016-01-18drm/crtc_helper/set_config: Remove redundant NULL pointer check on set->modeLiu Ying1-1/+1
2016-01-18drm/crtc_helper/set_config: Remove redundant handling when set->fb is NULLLiu Ying1-2/+0
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard4-3/+3
2016-01-13drm/amdgpu: add missing irq.h includeDave Airlie1-0/+1
2016-01-13drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom1-1/+5
2016-01-13drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom1-1/+1
2016-01-13drm: nouveau: fix nouveau_debugfs_init prototypeArnd Bergmann1-2/+2
2016-01-13drm/nouveau/pci: fix check in nvkm_pcie_set_linkKarol Herbst1-1/+1
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/amdgpu: fix lost sync_to if scheduler is enabled.Chunming Zhou1-2/+3
2016-01-13drm/amd/powerplay: fix static checker warning for return meaningless value.Rex Zhu1-3/+3
2016-01-13drm/sysfs: use kobj_to_dev()Geliang Tang1-1/+1
2016-01-13drm/i915: Init power domains early in driver loadDaniel Vetter2-3/+5
2016-01-13drm: Do not set connector->encoder in driversThierry Reding5-7/+14
2016-01-13drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 pageMichel Thierry1-1/+1
2016-01-13drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.Maarten Lankhorst1-6/+8
2016-01-13drm/i915: intel_hpd_init(): Fix suspend/resume reprobingLyude1-2/+7
2016-01-13drm/i915: shut up gen8+ SDE irq dmesg noise, againJani Nikula1-3/+7
2016-01-13drm/i915: Restore inhibiting the load of the default contextChris Wilson1-1/+5
2016-01-13drm/i915: Tune down rpm wakelock debug checksDaniel Vetter1-2/+4
2016-01-13drm/i915: Avoid writing relocs with addresses in non-canonical formMichał Winiarski1-4/+48
2016-01-12drm/exynos: fix kernel panic issue at drm releasingInki Dae3-0/+35
2016-01-12drm/exynos: crtc: do not wait for the scanout completionInki Dae3-27/+0
2016-01-12drm/exynos: mixer: properly update all planes on the same vblank eventMarek Szyprowski1-9/+25
2016-01-12drm/exynos: crtc: rework atomic_{begin,flush}Marek Szyprowski5-40/+32
2016-01-12drm/exynos: mixer: unify a check for video-processor windowMarek Szyprowski1-2/+2