summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-01drm/i915: Pass dev_priv to vlv force pll functionsVille Syrjälä
2016-11-01drm/i915: Pass dev_priv to intel_wait_for_vblank()Ville Syrjälä
2016-11-01drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]Ville Syrjälä
2016-11-01drm/i915: Use struct intel_crtc in legacy platform wm codeVille Syrjälä
2016-11-01drm/i915: Pass intel_crtc to update_wm functionsVille Syrjälä
2016-11-01drm/i915: Pass intel_crtc to intel_crtc_active()Ville Syrjälä
2016-11-01drm/i915: Pass dev_priv to skl_init_scalers()Ville Syrjälä
2016-11-01drm/i915: Pass dev_priv to plane constructorsVille Syrjälä
2016-11-01drm/i915: Export a function to flush the context upon pinningChris Wilson
2016-11-01drm/i915/gen9+: Use the watermarks from crtc_state for everything, v2.Maarten Lankhorst
2016-11-01drm/i915/skl+: Clean up minimum allocations, v2.Maarten Lankhorst
2016-11-01drm/i915/skl+: Remove minimum block allocation from crtc state.Maarten Lankhorst
2016-11-01drm/i915/skl+: Remove data_rate from watermark struct, v2.Maarten Lankhorst
2016-11-01drm/i915/gen9+: Use for_each_intel_plane_on_crtc in skl_print_wm_changes, v2.Maarten Lankhorst
2016-11-01drm/i915/gen9+: Use cstate plane mask instead of crtc->state.Maarten Lankhorst
2016-11-01drm/i915/skl+: Prepare for removing data rate from skl watermark state, v2.Maarten Lankhorst
2016-11-01drm/i915: Improve lockdep tracking for obj->mm.lockChris Wilson
2016-11-01drm/i915: Store the vma in an rbtree under the objectChris Wilson
2016-11-01drm/i915: Track pages pinned due to swizzling quirkChris Wilson
2016-11-01drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson
2016-11-01drm/i915: Move the recently scanned objects to the tail after shrinkingChris Wilson
2016-11-01drm/i915: Discard objects from mm global_list after being shrunkChris Wilson
2016-11-01drm/i915: Use the full hammer when shutting down the rcu tasksChris Wilson
2016-10-31drm/i915: Reorganize sprite initVille Syrjälä
2016-10-31drm/i915: Bail if plane/crtc init failsVille Syrjälä
2016-10-31drm/i915: Initialize planes in a reasonable orderVille Syrjälä
2016-10-31drm/i915: Don't try to initialize sprite planes on pre-ilkVille Syrjälä
2016-10-31drm/i915: Mark up obj->mm.lock for shrinkerChris Wilson
2016-10-29MAINTAINERS: drop dri-devel list for i915Jani Nikula
2016-10-29drm/i915/vlv: Prevent enabling hpd polling in late suspendLyude
2016-10-28drm/i915: Enable multiple timelinesChris Wilson
2016-10-28drm/i915: Defer setting of global seqno on request to submissionChris Wilson
2016-10-28drm/i915: Reserve space in the global seqno during request allocationChris Wilson
2016-10-28drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson
2016-10-28drm/i915: Create a unique name for the contextChris Wilson
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson
2016-10-28drm/i915: Defer breadcrumb emissionChris Wilson
2016-10-28drm/i915: Record space required for breadcrumb emissionChris Wilson
2016-10-28drm/i915: Rename ->emit_request to ->emit_breadcrumbChris Wilson
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson
2016-10-28drm/i915: Wait first for submission, before waiting for request completionChris Wilson
2016-10-28drm/i915: Queue the idling context switch after all other timelinesChris Wilson
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson
2016-10-28drm/i915: Restore nonblocking awaits for modesettingChris Wilson
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson
2016-10-28drm/i915: Use lockless object freeChris Wilson
2016-10-28drm/i915: Move object release to a freelist + workerChris Wilson
2016-10-28drm/i915: Acquire the backing storage outside of struct_mutex in set-domainChris Wilson
2016-10-28drm/i915: Implement pwrite without struct-mutexChris Wilson
2016-10-28drm/i915: Implement pread without struct-mutexChris Wilson