summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: Be more friendly with locking checksDaniel Vetter2015-08-101-1/+1
* drm: Add top level Kconfig option for DRM fbdev emulationArchit Taneja2015-08-062-1/+14
* drm/fb-helper: Move drm_fb_helper_force_kernel_mode() inside #ifdefGeert Uytterhoeven2015-08-061-25/+25
* drm/fb-helper: Clarify drm_fb_helper_restore_fbdev_mode*()Geert Uytterhoeven2015-08-061-18/+3
* drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-063-4/+4
* drm/virtio: Use new drm_fb_helper functionsArchit Taneja2015-08-061-23/+9
* drm/amdgpu: Use new drm_fb_helper functionsArchit Taneja2015-08-061-31/+14
* drm/bochs: Use new drm_fb_helper functionsArchit Taneja2015-08-062-27/+13
* drm/nouveau: Use new drm_fb_helper functionsArchit Taneja2015-08-061-27/+12
* drm/i915: Use new drm_fb_helper functionsArchit Taneja2015-08-061-28/+12
* drm/radeon: Use new drm_fb_helper functionsArchit Taneja2015-08-061-30/+12
* drm/mgag200: Use new drm_fb_helper functionsArchit Taneja2015-08-061-31/+8
* drm/omap: Use new drm_fb_helper functionsArchit Taneja2015-08-061-25/+13
* drm/cirrus: Use new drm_fb_helper functionsArchit Taneja2015-08-062-35/+10
* drm: Fixup locking WARNINGs in drm_mode_config_resetDaniel Vetter2015-08-061-0/+2
* drm: Remove __drm_modeset_lock_allDaniel Vetter2015-08-061-41/+11
* drm/fb-helper: Stop using trylocks in force_restoreDaniel Vetter2015-08-061-10/+1
* drm/fbdev: Return -EBUSY when oopsingDaniel Vetter2015-08-062-33/+12
* drm/fb_cma_helper: Use new drm_fb_helper functionsArchit Taneja2015-08-061-34/+11
* drm/udl: Use new drm_fb_helper functionsArchit Taneja2015-08-061-29/+12
* drm/qxl: Use new drm_fb_helper functionsArchit Taneja2015-08-061-27/+13
* drm/gma500: Use new drm_fb_helper functionsArchit Taneja2015-08-062-35/+19
* drm/exynos: Use new drm_fb_helper functionsArchit Taneja2015-08-061-35/+12
* drm/msm: Use new drm_fb_helper functionsArchit Taneja2015-08-061-24/+10
* drm/tegra: Use new drm_fb_helper functionsArchit Taneja2015-08-061-26/+9
* drm/ast: Use new drm_fb_helper functionsArchit Taneja2015-08-061-31/+17
* drm/armada: Use new drm_fb_helper functionsArchit Taneja2015-08-061-23/+10
* drm/rockchip: Use new drm_fb_helper functionsArchit Taneja2015-08-061-35/+12
* drm/fb_helper: Create a wrapper for fb_set_suspendArchit Taneja2015-08-061-0/+14
* drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcsArchit Taneja2015-08-062-0/+90
* drm/fb_helper: Create wrappers for fb_sys_read/write funcsArchit Taneja2015-08-062-0/+33
* drm/fb_helper: Create a wrapper for unlink_framebufferArchit Taneja2015-08-061-0/+13
* drm/fb_helper: Add drm_fb_helper functions to manage fb_info creationArchit Taneja2015-08-061-0/+80
* drm/omap: Fixup compile failDaniel Vetter2015-08-061-2/+4
* drm/atomic: Update legacy DPMS state during modesets, v3.Maarten Lankhorst2015-07-272-14/+21
* drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst2015-07-2716-40/+61
* drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst2015-07-2710-24/+40
* drm/atomic: add connectors_changed to separate it from mode_changed, v2Maarten Lankhorst2015-07-272-10/+31
* Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...Dave Airlie2015-07-2418-266/+133
|\
| * drm: gc now dead mode_group codeDaniel Vetter2015-07-224-82/+0
| * drm: Stop filtering according to mode_group in getresourcesDaniel Vetter2015-07-221-80/+30
| * drm: Roll out drm_for_each_{plane,crtc,encoder}Daniel Vetter2015-07-224-18/+19
| * drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter2015-07-222-17/+2
| * drm: Roll out drm_for_each_connector moreDaniel Vetter2015-07-226-12/+14
| * drm/radeon: Take all modeset locks for DP MST hotplugDaniel Vetter2015-07-221-4/+4
| * drm/i915: Take all modeset locks for DP MST hotplugDaniel Vetter2015-07-221-6/+6
| * drm/i915: Use drm_for_each_fb in i915_debugfs.cDaniel Vetter2015-07-221-1/+3
| * drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_conn...Daniel Vetter2015-07-221-2/+7
| * drm/probe-helper: Grab mode_config.mutex in poll_init/enableDaniel Vetter2015-07-221-16/+25
| * drm: Add modeset object iteratorsDaniel Vetter2015-07-225-39/+34
OpenPOWER on IntegriCloud