summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-01-25drm/armada: Remove NULL open/pre/postclose hooksDaniel Vetter
2016-01-25drm/fsl: Remove preclose hookDaniel Vetter
2016-01-25drm: Create drm_send_event helpersDaniel Vetter
2016-01-25drm/vmwgfx: Use the new event init/free functionsDaniel Vetter
2016-01-25drm/exynos: Use the new event init/free functionsDaniel Vetter
2016-01-25drm: Add functions to setup/tear down drm_events.Daniel Vetter
2016-01-25drm: kerneldoc for drm_fops.cDaniel Vetter
2016-01-25drm/fbdev-helper: Explain how to debug console_lock funDaniel Vetter
2016-01-20drm/fb_cma_helper: remove duplicate const from drm_fb_cma_allocColin Ian King
2016-01-19drm: initialize default rotation value to DRM_ROTATE_0Marek Szyprowski
2016-01-18drm/atomic-helper: Remove redundant local var old_crtc_state in disable_outputsLiu Ying
2016-01-18drm/crtc_helper/set_config: Remove redundant NULL pointer check on set->modeLiu Ying
2016-01-18drm/crtc_helper/set_config: Remove redundant handling when set->fb is NULLLiu Ying
2016-01-18Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...Dave Airlie
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard
2016-01-14drm/amdgpu: add missing irq.h includeDave Airlie
2016-01-14Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2016-01-14Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/git/lst/linux in...Dave Airlie
2016-01-14Merge branch 'drm-rockchip-next-2016-01-06' of https://github.com/markyzq/ker...Dave Airlie
2016-01-14drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom
2016-01-14drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom
2016-01-14drm: nouveau: fix nouveau_debugfs_init prototypeArnd Bergmann
2016-01-14drm/nouveau/pci: fix check in nvkm_pcie_set_linkKarol Herbst
2016-01-14Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-01-13drm/amdgpu: validate duplicates firstChristian König
2016-01-13drm/amdgpu: move VM page tables to the LRU end on CS v2Christian König
2016-01-13drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König
2016-01-13drm/ttm: fix adding foreign BOs to the swap LRUChristian König
2016-01-13drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König
2016-01-13drm/radeon: use kobj_to_dev()Geliang Tang
2016-01-13drm/amdgpu: use kobj_to_dev()Geliang Tang
2016-01-13drm/amdgpu/cz: force vce clocks when sclks are forcedAlex Deucher
2016-01-13drm/amdgpu/cz: force uvd clocks when sclks are forcedAlex Deucher
2016-01-13drm/amdgpu/cz: add code to enable forcing VCE clocksAlex Deucher
2016-01-13drm/amdgpu/cz: add code to enable forcing UVD clocksAlex Deucher
2016-01-13drm/amdgpu: fix lost sync_to if scheduler is enabled.Chunming Zhou
2016-01-13drm/amd/powerplay: fix static checker warning for return meaningless value.Rex Zhu
2016-01-13drm/sysfs: use kobj_to_dev()Geliang Tang
2016-01-13drm/i915: Init power domains early in driver loadDaniel Vetter
2016-01-13drm: Do not set connector->encoder in driversThierry Reding
2016-01-13drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 pageMichel Thierry
2016-01-13drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.Maarten Lankhorst
2016-01-13drm/i915: intel_hpd_init(): Fix suspend/resume reprobingLyude
2016-01-13drm/i915: shut up gen8+ SDE irq dmesg noise, againJani Nikula
2016-01-13drm/i915: Restore inhibiting the load of the default contextChris Wilson
2016-01-13drm/i915: Tune down rpm wakelock debug checksDaniel Vetter
2016-01-13drm/i915: Avoid writing relocs with addresses in non-canonical formMichał Winiarski
2016-01-13drm/exynos: fix kernel panic issue at drm releasingInki Dae
2016-01-13drm/exynos: crtc: do not wait for the scanout completionInki Dae