summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* gpu: ipu-v3: Add Video Deinterlacer unitSteve Longerbeam2016-08-294-1/+261
* drm/imx: add exclusive fence to plane stateLucas Stach2016-08-291-35/+28Star
* drm/imx: fold ipu_plane_disable into ipu_disable_planeLucas Stach2016-08-291-10/+5Star
* drm/imx: don't destroy mode objects manually on driver unbindLucas Stach2016-08-296-20/+8Star
* drm/imx: drop deprecated load/unload drm_driver opsLucas Stach2016-08-291-128/+112Star
* drm/imx: don't call disable_plane in plane destroy pathLucas Stach2016-08-291-1/+0Star
* drm/imx: Add active plane reconfiguration supportLiu Ying2016-08-292-6/+33
* drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying2016-08-293-3/+11
* drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disableLiu Ying2016-08-291-2/+3
* gpu: ipu-v3: Do not wait for DMFC FIFO to clear when disabling DMFC channelLiu Ying2016-08-291-17/+1Star
* drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-2915-27/+54
* drm/atomic-helper: Disable appropriate planes in disable_planes_on_crtc()Liu Ying2016-08-291-7/+9
* drm/atomic-helper: Add atomic_disable CRTC helper callbackLiu Ying2016-08-291-0/+2
* drm: simple_kms_helper: add support for bridgesAndrea Merello2016-08-291-0/+40
* drm: simple_kms_helper: make connector optional at init timeAndrea Merello2016-08-291-3/+8
* drm/bridge: introduce bridge detaching mechanismAndrea Merello2016-08-291-2/+27
* drm/simple-helpers: Always add planes to the state updateDaniel Vetter2016-08-251-0/+7
* drm: reduce GETCLIENT to a minimumDavid Herrmann2016-08-251-3/+2Star
* drm: make DRI1 drivers depend on BROKENDavid Herrmann2016-08-251-0/+1
* drm: hide legacy drivers with CONFIG_DRM_LEGACYDavid Herrmann2016-08-251-57/+78
* drm/gma500: remove unnecessary config_enabled() guardMasahiro Yamada2016-08-241-4/+1Star
* drm/fb-helper: Make docs for fb_set_suspend wrappers consistentDaniel Vetter2016-08-231-5/+5
* drm/rockchip: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-232-2/+0Star
* drm/bridge: dw-hdmi: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-231-1/+0Star
* drm/rockchip: Don't continue trying to enable crtc on failureSean Paul2016-08-231-14/+17
* drm/fb-helper: Add drm_fb_helper_set_suspend_unlocked()Noralf Trønnes2016-08-231-1/+61
* drm/udl: Ensure channel is selected before using the device.Jamie Lentin2016-08-231-0/+25
* drm: Avoid calling dev_printk(.dev = NULL)Chris Wilson2016-08-221-2/+5
* drm: avoid exposing kernel stack in compat_drm_getstatsHeinrich Schuchardt2016-08-221-0/+1
* drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart2016-08-195-51/+0Star
* virtio-gpu: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-191-9/+4Star
* GPU-DRM-Savage: Use memdup_user() rather than duplicatingMarkus Elfring2016-08-191-9/+3Star
* drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson2016-08-1910-20/+20
* drm/rockchip: Use DRM_DEV_ERROR in vopSean Paul2016-08-181-10/+14
* drm: Introduce DRM_DEV_* log messagesSean Paul2016-08-181-8/+19
* drm/edid: CEA mode 64 1080p100 vsync pulse width incorrectClint Taylor2016-08-181-1/+1
* Revert "drm/hisilicon: Don't set drm_device->platformdev"Daniel Vetter2016-08-173-9/+11
* drm: Fix kerneldoc in drm_plane_helper.cDaniel Vetter2016-08-161-1/+1
* vgaarbiter: rst-ifiy and polish kerneldocDaniel Vetter2016-08-161-2/+108
* drm: document drm_display_infoDaniel Vetter2016-08-163-53/+38Star
* drm: Remove display_info->min/max_(h|v)maxDaniel Vetter2016-08-164-33/+0Star
* drm: Update connector documentationDaniel Vetter2016-08-161-1/+32
* drm: Don't export dp-aux devnode functionsDaniel Vetter2016-08-164-18/+65
* drm/doc: Include new drm_blend.cDaniel Vetter2016-08-164-9/+9
* drm: Extract drm_connector.[hc]Daniel Vetter2016-08-164-1106/+1090Star
* drm: Export drm_property_replace_global_blobDaniel Vetter2016-08-161-6/+7
* drm: update kerneldoc for changes introduced by commits "16fadc2568e9" and "9...Lothar Waßmann2016-08-161-0/+10
* drm/doc: Update drm_framebuffer docsDaniel Vetter2016-08-161-0/+35
* drm: Extract drm_framebuffer.[hc]Daniel Vetter2016-08-164-799/+841
* drm/kms: Nuke dirty_info propertyDaniel Vetter2016-08-166-63/+0Star