summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2019-01-30drm/i915: Account for minimum ddb allocation restrictionsVille Syrjälä
2019-01-30drm/i915: Fix > vs >= mismatch in watermark/ddb calculationsVille Syrjälä
2019-01-30drm/i915: Fix bits vs. bytes mixup in dbuf block size computationVille Syrjälä
2019-01-30drm/i915: Reinstate an early latency==0 check for skl+Ville Syrjälä
2019-01-30drm/i915: Don't ignore level 0 lines watermark for glk+Ville Syrjälä
2019-01-29drm/i915/icl: keep track of unused pll while loopingLucas De Marchi
2019-01-29drm/i915/icl: remove dpll from clk_selLucas De Marchi
2019-01-29drm/i915: always return something on DDI clock selectionLucas De Marchi
2019-01-29drm/i915/icl: use tc_port in MG_PLL macrosLucas De Marchi
2019-01-29drm/i915: Drop fake breadcrumb irqChris Wilson
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson
2019-01-29drm/i915: Remove the intel_engine_notify tracepointChris Wilson
2019-01-29drm/i915/tv: Bypass the vertical filter if possibleVille Syrjälä
2019-01-29drm/i915/tv: Fix adjusted_mode dotclock for interlaced modesVille Syrjälä
2019-01-29drm/i915/execlists: Suppress preempting selfChris Wilson
2019-01-29drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson
2019-01-29drm/i915: Identify active requestsChris Wilson
2019-01-29drm/i915/selftests: Apply a subtest filterChris Wilson
2019-01-29drm/i915: Fix skl srckey mask bitsVille Syrjälä
2019-01-29drm/i915: Enable fastboot by default on Skylake and newerHans de Goede
2019-01-28drm/i915: Track active timelinesChris Wilson
2019-01-28drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson
2019-01-28drm/i915: Share per-timeline HWSP using a slab suballocatorChris Wilson
2019-01-28drm/i915: Allocate a status page for each timelineChris Wilson
2019-01-28drm/i915: Enlarge vma->pin_countChris Wilson
2019-01-28drm/i915: Introduce concept of per-timeline (context) HWSPChris Wilson
2019-01-28drm/i915: Move list of timelines under its own lockChris Wilson
2019-01-28drm/i915: Always allocate an object/vma for the HWSPChris Wilson
2019-01-28drm/i915: Move vma lookup to its own lockChris Wilson
2019-01-28drm/i915: Pull VM lists under the VM mutex.Chris Wilson
2019-01-28drm/i915: Stop tracking MRU activity on VMAChris Wilson
2019-01-28drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSenVille Syrjälä
2019-01-28drm/i915/tv: Use the scanline counter for timestamps on i965gm TV outputVille Syrjälä
2019-01-28drm/i915/tv: Fix return value for intel_tv_compute_config()Ville Syrjälä
2019-01-28drm/i915: Wait for a moment before forcibly resetting the deviceChris Wilson
2019-01-26drm/i915: Disable -WuninitializedNathan Chancellor
2019-01-25drm/i915: correct the pitch check for NV12 framebufferP Raviraj Sitaram
2019-01-25drm/i915: Clean up intel_plane_atomic_check_with_state()Ville Syrjälä
2019-01-25drm/i915/tv: Filter out >1024 wide modes that would need vertical scaling on ...Ville Syrjälä
2019-01-25drm/i915/tv: Fix >1024 modes on gen3Ville Syrjälä
2019-01-25drm/i915/tv: Generate better pipe timings for TV encoderVille Syrjälä
2019-01-25drm/i915/tv: Add 1080p30/50/60 TV modesVille Syrjälä
2019-01-25drm/i915/tv: Nuke reported_modes[]Ville Syrjälä
2019-01-25drm/i915/tv: Make TV mode autoselection actually useableVille Syrjälä
2019-01-25drm/i915/tv: Use drm_mode_set_name() to name TV modesVille Syrjälä
2019-01-25drm/i915/tv: Deobfuscate preferred mode selectionVille Syrjälä
2019-01-25drm/i915/tv: Nuke silly 0 initialzation of xpos/yposVille Syrjälä
2019-01-25drm/i915/tv: Use bools where appropriateVille Syrjälä
2019-01-25drm/i915/tv: Store the TV oversampling factor in the TV modeVille Syrjälä
2019-01-25drm/i915/tv: Fix tv mode clocksVille Syrjälä