summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-05drm/i915: fix misalignment in HDCP register deftopic/hdcp-2018-02-13Ramalingam C1-29/+29
2018-02-05drm/i915: Reauthenticate HDCP on failureRamalingam C1-7/+11
2018-02-05drm/i915: Detect panel's hdcp capabilityRamalingam C3-5/+56
2018-02-05drm/i915: Optimize HDCP key loadRamalingam C1-2/+4
2018-02-05drm/i915: Retry HDCP bksv readRamalingam C1-5/+13
2018-02-05drm/i915: Connector info in HDCP debug msgsRamalingam C1-3/+11
2018-02-05drm/i915: Stop encryption for repeater with no sinkRamalingam C1-2/+8
2018-02-05drm/i915: Handle failure from 2nd stage HDCP authRamalingam C1-0/+3
2018-01-30drm/i915: Downgrade hdcp logs from INFO to DEBUG_KMSSean Paul1-4/+5
2018-01-30drm/i915: Restore HDCP DRM_INFO when with no downstreamSean Paul1-3/+2
2018-01-18drm/i915: Check for downstream topology errorsRamalingam C2-0/+8
2018-01-18drm/i915: Start repeater auth on READY/CP_IRQRamalingam C1-6/+6
2018-01-18drm/i915: II stage HDCP auth for repeater onlyRamalingam C1-1/+4
2018-01-18drm/i915: Extending HDCP for HSW, BDW and BXT+Ramalingam C5-10/+37
2018-01-18drm/i915/dp: Fix compilation of intel_dp_hdcp_check_linkChris Wilson1-1/+3
2018-01-09drm/i915: Only disable HDCP when it's activeSean Paul1-3/+5
2018-01-09drm/i915: Don't allow HDCP on PORT E/FSean Paul1-1/+2
2018-01-08drm/i915: Implement HDCP for DisplayPortSean Paul1-7/+237
2018-01-08drm/i915: Implement HDCP for HDMISean Paul4-0/+282
2018-01-08drm/i915: Add function to output Aksv over GMBUSSean Paul3-3/+46
2018-01-08drm/i915: Make use of indexed write GMBUS featureSean Paul1-14/+20
2018-01-08drm/i915: Add HDCP framework + base implementationSean Paul7-0/+905
2018-01-08drm: Add some HDCP related #definesSean Paul2-0/+56
2018-01-08drm: Add Content Protection propertySean Paul4-0/+106
2018-01-08drm/i915: Add more control to wait_for routinesSean Paul3-15/+39
2018-01-08drm: Fix link-status kerneldoc line lengthsSean Paul1-4/+5
2018-01-05Merge tag 'imx-drm-next-2018-01-02' of git://git.pengutronix.de/git/pza/linux...Dave Airlie9-39/+189
2018-01-05Merge branch 'drm-armada-devel-4.15' of git://git.armlinux.org.uk/~rmk/linux-...Dave Airlie4-290/+496
2018-01-05Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie19-511/+323
2018-01-05Merge tag 'exynos-drm-next-for-v4.16' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie11-2285/+15
2018-01-05Merge tag 'drm-amdkfd-next-2017-12-24' of git://people.freedesktop.org/~gabba...Dave Airlie37-643/+4632
2018-01-02drm/etnaviv: use memset32 to init pagetableLucas Stach1-3/+2
2018-01-02drm/etnaviv: move submit free out of critical sectionLucas Stach1-3/+5
2018-01-02drm/etnaviv: re-enable perfmon supportLucas Stach1-7/+1
2018-01-02drm/etnaviv: couple runtime PM management to submit object lifetimeLucas Stach3-27/+7
2018-01-02drm/etnaviv: move GPU active handling to bo pin/unpinLucas Stach2-10/+4
2018-01-02drm/etnaviv: move cmdbuf into submit objectLucas Stach10-101/+72
2018-01-02drm/etnaviv: use submit exec_state for perfmon samplingLucas Stach3-4/+4
2018-01-02drm/etnaviv: move exec_state to submit objectLucas Stach6-11/+10
2018-01-02drm/etnaviv: move PMRs to submit objectLucas Stach6-49/+44
2018-01-02drm/etnaviv: refcount the submit objectLucas Stach2-2/+13
2018-01-02drm/etnaviv: move ww_acquire_ctx out of submit objectLucas Stach2-10/+13
2018-01-02drm/etnaviv: move object unpinning to submit cleanupLucas Stach1-21/+12
2018-01-02drm/etnaviv: attach in fence to submit and move fence wait to fence_syncLucas Stach2-16/+14
2018-01-02drm/etnaviv: rename submit fence to out_fenceLucas Stach3-9/+9
2018-01-02drm/etnaviv: move object fence attachment to gem_submit pathLucas Stach2-7/+21
2018-01-02drm/etnaviv: simplify submit_createLucas Stach2-10/+5
2018-01-02drm/etnaviv: add lockdep annotations to buffer manipulation functionsLucas Stach1-0/+12
2018-01-02drm/etnaviv: hold GPU lock while inserting END commandLucas Stach1-0/+2
2018-01-02drm/etnaviv: move workqueue to be per GPULucas Stach4-26/+16