summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-25Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie49-3265/+4178
2016-08-25Merge branch 'for-next' of git://people.freedesktop.org/~seanpaul/dogwood int...Dave Airlie15-117/+1162
2016-08-23drm/fb-helper: Make docs for fb_set_suspend wrappers consistentDaniel Vetter1-5/+5
2016-08-23drm/rockchip: analogix_dp: drop unnecessary probe deferral "error" printBrian Norris1-3/+1
2016-08-23drm/rockchip: Enable vblank without eventSean Paul1-5/+10
2016-08-23drm/rockchip: Improve analogix-dp psr handlingSean Paul1-5/+14
2016-08-23drm/rockchip: A couple small fixes to psrSean Paul1-12/+7
2016-08-23drm/rockchip: Use a spinlock to protect psr stateSean Paul1-9/+17
2016-08-23drm/rockchip: Don't use a delayed worker for psr state changesSean Paul1-28/+10
2016-08-23drm/rockchip: Convert psr_list_mutex to spinlock and use itSean Paul3-9/+20
2016-08-23drm/rockchip: analogix_dp: implement PSR functionYakir Yang1-0/+57
2016-08-23drm/bridge: analogix_dp: add the PSR function supportYakir Yang4-0/+171
2016-08-23drm/rockchip: add an common abstracted PSR driverYakir Yang7-1/+300
2016-08-23drm/rockchip: vop: export line flag functionYakir Yang4-0/+126
2016-08-23drm/bridge: analogix_dp: Ensure the panel is properly prepared/unpreparedSean Paul2-11/+93
2016-08-23drm/rockchip: vop: add rk3399 vop supportMark Yao4-5/+298
2016-08-23drm/rockchip: vop: introduce VOP_REG_MASKMark Yao3-23/+32
2016-08-23drm/rockchip: sort registers define by chip's numberMark Yao1-84/+84
2016-08-23drm/rockchip: Delete unnecessary assignment for the field "owner"Markus Elfring2-2/+0
2016-08-23drm/bridge: dw-hdmi: Delete unnecessary assignment for the field "owner"Markus Elfring1-1/+0
2016-08-23drm/rockchip: Don't continue trying to enable crtc on failureSean Paul1-14/+17
2016-08-23drm/fb-helper: Add drm_fb_helper_set_suspend_unlocked()Noralf Trønnes1-1/+61
2016-08-23drm/udl: Ensure channel is selected before using the device.Jamie Lentin1-0/+25
2016-08-22drm: Avoid calling dev_printk(.dev = NULL)Chris Wilson1-2/+5
2016-08-22drm: avoid exposing kernel stack in compat_drm_getstatsHeinrich Schuchardt1-0/+1
2016-08-22reservation: fix small comment typoRob Clark1-1/+1
2016-08-22drm/i915: Update DRIVER_DATE to 20160822Daniel Vetter1-1/+1
2016-08-19drm/i915: Use remap_io_mapping() to prefault all PTE in a single passChris Wilson5-45/+99
2016-08-19drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson6-14/+13
2016-08-19drm/i915/fbc: Allow on unfenced surfaces, for recent genChris Wilson1-2/+4
2016-08-19drm/i915/fbc: Don't set an illegal fence if unfencedChris Wilson1-16/+32
2016-08-19drm/i915: Flush delayed fence releases after resetChris Wilson1-1/+5
2016-08-19drm/i915: Reattach comment, complete type specificationDave Gordon1-2/+3
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart5-51/+0
2016-08-19virtio-gpu: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-9/+4
2016-08-19GPU-DRM-Savage: Use memdup_user() rather than duplicatingMarkus Elfring1-9/+3
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson10-20/+20
2016-08-18drm/i915/cmdparser: Accelerate copies from WC memoryChris Wilson1-27/+43
2016-08-18drm/i915/cmdparser: Use binary search for faster register lookupChris Wilson1-22/+20
2016-08-18drm/i915/cmdparser: Check for SKIP descriptors firstChris Wilson1-0/+3
2016-08-18drm/i915/cmdparser: Compare against the previous command descriptorChris Wilson1-7/+14
2016-08-18drm/i915/cmdparser: Improve hash functionChris Wilson1-20/+31
2016-08-18drm/i915/cmdparser: Only cache the dst vmapChris Wilson1-14/+19
2016-08-18drm/i915/cmdparser: Use cached vmappingsChris Wilson2-81/+54
2016-08-18drm/i915/cmdparser: Add the TIMESTAMP register for the other enginesChris Wilson1-0/+5
2016-08-18drm/i915/cmdparser: Make initialisation failure non-fatalChris Wilson3-16/+19
2016-08-18drm/i915: Stop discarding GTT cache-domain on unbind vmaChris Wilson1-23/+3
2016-08-18drm/i915: Bump the inactive tracking for all VMA accessedChris Wilson1-6/+23
2016-08-18drm/i915: Track display alignment on VMAChris Wilson2-13/+9
2016-08-18drm/i915: Fallback to using unmappable memory for scanoutChris Wilson2-4/+14