summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gen9, gen10: Disable FBC on planes with a misaligned Y-offsetImre Deak2018-03-021-0/+11
* drm/i915: Wedged engine mask makes more sense in hexTvrtko Ursulin2018-03-021-1/+2
* drm/i915/uc: Make GuC/HuC fw fetch and loading functions/file structure symme...Sagar Arun Kamble2018-03-027-161/+191
* drm/i915: Check for I915_MODE_FLAG_INHERITED before drm_atomic_helper_check_m...Maarten Lankhorst2018-03-021-15/+8Star
* drm/i915: Replace open-coded wait-for loopChris Wilson2018-03-011-12/+9Star
* drm/i915/perf: fix perf stream opening lockLionel Landwerlin2018-03-011-27/+13Star
* drm/i915/icl: Interrupt handlingMika Kuoppala2018-03-012-1/+241
* drm/i915/icl: Prepare for more ringsTvrtko Ursulin2018-03-016-4/+22
* Merge drm-next into drm-intel-next-queued (this time for real)Joonas Lahtinen2018-03-0133-213/+1878
|\
| * Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-03-0173-914/+1776
| |\
| * \ Merge tag 'topic/hdcp-2018-02-13' of git://anongit.freedesktop.org/drm/drm-mi...Dave Airlie2018-02-1613-39/+1651
| |\ \
| | * | drm/i915: fix misalignment in HDCP register defRamalingam C2018-02-051-29/+29
| | * | drm/i915: Reauthenticate HDCP on failureRamalingam C2018-02-051-7/+11
| | * | drm/i915: Detect panel's hdcp capabilityRamalingam C2018-02-053-5/+56
| | * | drm/i915: Optimize HDCP key loadRamalingam C2018-02-051-2/+4
| | * | drm/i915: Retry HDCP bksv readRamalingam C2018-02-051-5/+13
| | * | drm/i915: Connector info in HDCP debug msgsRamalingam C2018-02-051-3/+11
| | * | drm/i915: Stop encryption for repeater with no sinkRamalingam C2018-02-051-2/+8
| | * | drm/i915: Handle failure from 2nd stage HDCP authRamalingam C2018-02-051-0/+3
| | * | drm/i915: Downgrade hdcp logs from INFO to DEBUG_KMSSean Paul2018-01-301-4/+5
| | * | drm/i915: Restore HDCP DRM_INFO when with no downstreamSean Paul2018-01-301-3/+2Star
| | * | drm/i915: Check for downstream topology errorsRamalingam C2018-01-181-0/+6
| | * | drm/i915: Start repeater auth on READY/CP_IRQRamalingam C2018-01-181-6/+6
| | * | drm/i915: II stage HDCP auth for repeater onlyRamalingam C2018-01-181-1/+4
| | * | drm/i915: Extending HDCP for HSW, BDW and BXT+Ramalingam C2018-01-185-10/+37
| | * | drm/i915/dp: Fix compilation of intel_dp_hdcp_check_linkChris Wilson2018-01-181-1/+3
| | * | drm/i915: Only disable HDCP when it's activeSean Paul2018-01-091-3/+5
| | * | drm/i915: Don't allow HDCP on PORT E/FSean Paul2018-01-091-1/+2
| | * | drm/i915: Implement HDCP for DisplayPortSean Paul2018-01-081-7/+237
| | * | drm/i915: Implement HDCP for HDMISean Paul2018-01-084-0/+282
| | * | drm/i915: Add function to output Aksv over GMBUSSean Paul2018-01-083-3/+46
| | * | drm/i915: Make use of indexed write GMBUS featureSean Paul2018-01-081-14/+20
| | * | drm/i915: Add HDCP framework + base implementationSean Paul2018-01-087-0/+905
| | * | drm/i915: Add more control to wait_for routinesSean Paul2018-01-083-15/+39
| * | | Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-02-1610-35/+58
| |\ \ \
| | * | | drm/i915: Provide a device level .mode_valid() hookVille Syrjälä2018-01-297-19/+28
| | * | | drm/i915: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-234-13/+18
| | * | | drm/i915: Reject odd pipe source width with double wide/dual linkVille Syrjälä2018-01-231-3/+12
| * | | | Merge tag 'drm-intel-next-2018-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-02-1663-1240/+2880
| |\ \ \ \
| * | | | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-5/+5
| * | | | | Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds2018-02-0839-269/+419
| |\ \ \ \ \
| | * | | | | drm/i915/bios: add DP max link rate to VBT child device structJani Nikula2018-02-072-3/+7
| | * | | | | drm/i915/cnp: Properly handle VBT ddc pin out of bounds.Rodrigo Vivi2018-02-061-2/+3
| | * | | | | drm/i915/cnp: Ignore VBT request for know invalid DDC pin.Rodrigo Vivi2018-02-061-3/+8
| | * | | | | drm/i915/cmdparser: Do not check past the cmd length.Michal Srb2018-02-061-0/+6
| | * | | | | drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb2018-02-061-2/+2
| | * | | | | drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changingImre Deak2018-02-063-9/+25
| | * | | | | drm/i915/gvt: Use KVM r/w to access guest opregionTina Zhang2018-02-062-29/+70
| | * | | | | drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=onChangbin Du2018-02-064-59/+35Star
| | * | | | | drm/i915/gvt: only reset execlist state of one engine during VM engine resetWeinan Li2018-02-063-14/+20