summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Extract intel_plane_{pin,unpin}_fb()Ville Syrjälä2018-02-221-51/+45
* drm/i915: Require fence only for FBC capable planesVille Syrjälä2018-02-221-1/+1
* drm/i915: Clean up fbc vs. plane checksVille Syrjälä2018-02-221-0/+41
* drm/i915: Only pin the fence for primary planes (and gen2/3)Ville Syrjälä2018-02-221-1/+13
* drm/i915: Fail if we can't get a fence for gen2/3 tiled scanoutVille Syrjälä2018-02-221-1/+9
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-4/+4
* drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson2018-02-201-10/+35
* drm/i915: Set the primary plane pipe select bits on gen4Ville Syrjälä2018-02-201-1/+1
* drm/i915: Don't set cursor pipe select bits on g4x+Ville Syrjälä2018-02-201-1/+2
* drm/i915: Release connector iterator on a digital port conflict.Maarten Lankhorst2018-02-191-2/+3
* drm/i915/vblank: Make the vblank counter u64 -> u32 typecast explicitDhinakaran Pandiyan2018-02-151-1/+1
* drm/i915: Fixup kerneldocChris Wilson2018-02-141-6/+6
* drm/i915/icl: program mbus during pipe enableMahesh Kumar2018-02-131-0/+17
* drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin2018-02-091-6/+6
* drm/i915: Give all ioctl functions an _ioctl suffixVille Syrjälä2018-02-091-2/+2
* drm/i915: Deprecate I915_SET_COLORKEY_NONEVille Syrjälä2018-02-051-2/+2
* drm/i915/icl: Handle expanded PLANE_CTL_FORMAT fieldJames Ausmus2018-01-311-1/+4
* drm/i915/cnl: Enable DDI-F on Cannonlake.Rodrigo Vivi2018-01-301-1/+5
* drm/i915: Add WA for planes ending close to left screen edgeImre Deak2018-01-301-4/+8
* drm/i915: Add display WA #1175 for planes ending close to right screen edgeImre Deak2018-01-301-4/+24
* drm/i915: Add a comment exlaining CCS hsub/vsubVille Syrjälä2018-01-241-0/+14
* drm/i915: Use enum plane_id for frontbuffer trackingVille Syrjälä2018-01-241-2/+2
* drm/i915: Add CCS capability for spritesVille Syrjälä2018-01-191-20/+5
* drm/i915: Nuke a pointless unreachable()Ville Syrjälä2018-01-191-2/+0
* drm/i915: Avoid waitboosting on the active requestChris Wilson2018-01-181-1/+7
* drm/i915: Fix using BIT_ULL() vs. BIT() for power domain masksImre Deak2018-01-091-3/+3
* drm/i915: Put all non-blocking modesets onto an ordered wqVille Syrjälä2017-12-221-3/+11
* drm/i915: Disable all planes for load detection, v2.Ville Syrjälä2017-12-211-129/+18
* i915: Reject CCS modifiers for pipe C on GeminilakeGabriel Krisman Bertazi2017-12-201-1/+1
* drm/i915/cnl: Add support for horizontal plane flippingJoonas Lahtinen2017-12-181-5/+35
* drm/i915: give stolen_usable_size a more suitable homeMatthew Auld2017-12-121-2/+1
* drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-1/+1
* Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi2017-12-081-9/+11
|\
| * Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-12-081-408/+402
| |\
| * \ Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2017-12-041-87/+201
| |\ \
| * \ \ Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-041-9/+11
| |\ \ \
| | * \ \ Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-211-248/+211
| | |\ \ \
| | * | | | drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2017-11-201-11/+11
| | * | | | drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä2017-11-201-0/+2
| * | | | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-389/+358
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | drm/i915: Move init_clock_gating() back to where it wasVille Syrjälä2017-11-091-2/+12
| * | | | | drm/i915: Cancel the modeset retry work during modeset cleanupManasi Navare2017-10-301-1/+18
| * | | | | drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()Ville Syrjälä2017-10-091-5/+9
| * | | | | drm/i915: remove redundant variable hw_checkColin Ian King2017-09-261-2/+0
* | | | | | drm/i915: Drop fb reference on load_detect_pipe failure pathChris Wilson2017-12-081-2/+1
* | | | | | intel/atomic: Stop updating legacy fb parametersDaniel Vetter2017-12-081-28/+3
| |_|_|_|/ |/| | | |
* | | | | drm/i915: Pass crtc state to intel_pipe_{enable,disable}()Ville Syrjälä2017-12-011-53/+23
* | | | | drm/i915: Wait for pipe to start on i830 as wellVille Syrjälä2017-12-011-0/+3
* | | | | drm/i915: Fix vblank timestamp/frame counter jumps on gen2Ville Syrjälä2017-12-011-16/+35
* | | | | drm/i915: Fix deadlock in i830_disable_pipe()Ville Syrjälä2017-12-011-2/+5