summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-2923-1481/+890Star
* drm/i915: Remove the intel_engine_notify tracepointChris Wilson2019-01-292-27/+0Star
* drm/i915/tv: Bypass the vertical filter if possibleVille Syrjälä2019-01-291-1/+18
* drm/i915/tv: Fix adjusted_mode dotclock for interlaced modesVille Syrjälä2019-01-291-1/+6
* drm/i915/execlists: Suppress preempting selfChris Wilson2019-01-295-12/+245
* drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson2019-01-295-21/+27
* drm/i915: Identify active requestsChris Wilson2019-01-2911-25/+96
* drm/i915/selftests: Apply a subtest filterChris Wilson2019-01-292-0/+48
* drm/i915: Fix skl srckey mask bitsVille Syrjälä2019-01-291-1/+1
* drm/i915: Enable fastboot by default on Skylake and newerHans de Goede2019-01-293-4/+15
* drm/i915: Track active timelinesChris Wilson2019-01-284-18/+29
* drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-2810-60/+139
* drm/i915: Share per-timeline HWSP using a slab suballocatorChris Wilson2019-01-286-28/+280
* drm/i915: Allocate a status page for each timelineChris Wilson2019-01-2810-56/+543
* drm/i915: Enlarge vma->pin_countChris Wilson2019-01-282-29/+42
* drm/i915: Introduce concept of per-timeline (context) HWSPChris Wilson2019-01-283-15/+55
* drm/i915: Move list of timelines under its own lockChris Wilson2019-01-287-58/+109
* drm/i915: Always allocate an object/vma for the HWSPChris Wilson2019-01-286-80/+93
* drm/i915: Move vma lookup to its own lockChris Wilson2019-01-286-58/+98
* drm/i915: Pull VM lists under the VM mutex.Chris Wilson2019-01-288-8/+46
* drm/i915: Stop tracking MRU activity on VMAChris Wilson2019-01-2810-111/+95Star
* drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSenVille Syrjälä2019-01-281-6/+44
* drm/i915/tv: Use the scanline counter for timestamps on i965gm TV outputVille Syrjälä2019-01-283-3/+18
* drm/i915/tv: Fix return value for intel_tv_compute_config()Ville Syrjälä2019-01-281-1/+1
* drm/i915: Wait for a moment before forcibly resetting the deviceChris Wilson2019-01-281-1/+2
* drm/i915: Disable -WuninitializedNathan Chancellor2019-01-261-0/+1
* drm/i915: correct the pitch check for NV12 framebufferP Raviraj Sitaram2019-01-251-8/+0Star
* drm/i915: Clean up intel_plane_atomic_check_with_state()Ville Syrjälä2019-01-251-19/+17Star
* drm/i915/tv: Filter out >1024 wide modes that would need vertical scaling on ...Ville Syrjälä2019-01-251-0/+6
* drm/i915/tv: Fix >1024 modes on gen3Ville Syrjälä2019-01-251-8/+83
* drm/i915/tv: Generate better pipe timings for TV encoderVille Syrjälä2019-01-252-45/+278
* drm/i915/tv: Add 1080p30/50/60 TV modesVille Syrjälä2019-01-251-4/+86
* drm/i915/tv: Nuke reported_modes[]Ville Syrjälä2019-01-251-21/+1Star
* drm/i915/tv: Make TV mode autoselection actually useableVille Syrjälä2019-01-251-5/+7
* drm/i915/tv: Use drm_mode_set_name() to name TV modesVille Syrjälä2019-01-251-10/+11
* drm/i915/tv: Deobfuscate preferred mode selectionVille Syrjälä2019-01-251-20/+30
* drm/i915/tv: Nuke silly 0 initialzation of xpos/yposVille Syrjälä2019-01-251-3/+3
* drm/i915/tv: Use bools where appropriateVille Syrjälä2019-01-251-12/+12
* drm/i915/tv: Store the TV oversampling factor in the TV modeVille Syrjälä2019-01-251-14/+28
* drm/i915/tv: Fix tv mode clocksVille Syrjälä2019-01-251-7/+7
* drm/i915/tv: Fix interlaced ysize calculationVille Syrjälä2019-01-251-1/+1
* drm/i915: Don't try to use the hardware frame counter with i965gm TV outputVille Syrjälä2019-01-252-17/+58
* drm/i915: Issue engine resets onto idle enginesChris Wilson2019-01-252-20/+6Star
* drm/i915/selftests: Trim struct_mutex duration for set-wedged selftestChris Wilson2019-01-251-3/+4
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-2520-537/+404Star
* drm/i915/guc: Disable global resetChris Wilson2019-01-251-0/+3
* drm/i915: Make all GPU resets atomicChris Wilson2019-01-251-51/+39Star
* drm/i915: Compute the HWS offsets explicitlyChris Wilson2019-01-253-8/+7Star
* drm/i915: Remove manual breadcumb countingChris Wilson2019-01-255-34/+11Star
* drm/i915: Measure the required reserved size for request emissionChris Wilson2019-01-255-14/+77