summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-02Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie1-85/+222
2016-06-01drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter1-0/+5
2016-05-27Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/...Dave Airlie1-0/+1
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-202/+300
2016-05-23drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBTVille Syrjälä1-0/+1
2016-05-22drm/i915: Update DRIVER_DATE to 20160522Daniel Vetter1-1/+1
2016-05-20drm/i915: Inline sg_next() for the optimised SGL iteratorDave Gordon1-2/+21
2016-05-20drm/i915: Introduce & use new lightweight SGL iteratorsDave Gordon1-3/+55
2016-05-19drm/i915/userptr: Convert to drm_i915_privateChris Wilson1-1/+1
2016-05-19drm/i915: Remove queue_flip pointer.Maarten Lankhorst1-5/+0
2016-05-19drm/i915: Convert flip_work to a list.Maarten Lankhorst1-1/+1
2016-05-14drm/i915: Update domain tracking for GEM objects on hibernationChris Wilson1-0/+2
2016-05-13drm/i915: Remove wm_config from dev_priv/intel_atomic_stateMatt Roper1-3/+0
2016-05-13drm/i915/gen9: Use a bitmask to track dirty pipe watermarksMatt Roper1-1/+1
2016-05-13drm/i915/gen9: Compute DDB allocation at atomic check time (v4)Matt Roper1-0/+5
2016-05-13drm/i915: Add distrust_bios_wm flag to dev_priv (v2)Matt Roper1-0/+7
2016-05-13drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state (v3)Matt Roper1-0/+6
2016-05-13drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.cChris Wilson1-2/+2
2016-05-11drm/i915: Introduce IS_GEN macroTvrtko Ursulin1-1/+21
2016-05-11drm/i915: Do not use a bitfield for INTEL_INFO->num_pipesTvrtko Ursulin1-1/+1
2016-05-11drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin1-1/+1
2016-05-11drm/i915: Promote IS_BROADWELL to a simple macroTvrtko Ursulin1-1/+2
2016-05-11drm/i915: Make IS_GENx macros work on a maskTvrtko Ursulin1-8/+9
2016-05-10drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson1-9/+9
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson1-15/+20
2016-05-09drm/i915: Small display interrupt handlers tidyTvrtko Ursulin1-5/+8
2016-05-09Merge 4.6-rc7 into staging-nextGreg Kroah-Hartman1-2/+3
2016-05-09drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBTVille Syrjälä1-0/+1
2016-05-08drm/i915: Update DRIVER_DATE to 20160508Daniel Vetter1-1/+1
2016-05-05drm/i915: Report command parser version 0 if disabledChris Wilson1-1/+1
2016-05-04drm/i915: remove i915_gem_object_ggtt_unbindMatthew Auld1-6/+0
2016-05-02drm/i915: Parse LFP brightness control field in VBTDeepak M1-0/+1
2016-04-30kernel.h: add u64_to_user_ptr()Gustavo Padovan1-5/+0
2016-04-29drm/i915: Fix ordering of sanitize ppgtt and sanitize execlistsChris Wilson1-0/+2
2016-04-29drm/i915: Move VLV HDMI lane reset work around logic to intel_dpio_phy.cAnder Conselvan de Oliveira1-0/+1
2016-04-29drm/i915: Unduplicate pre encoder enabling phy codeAnder Conselvan de Oliveira1-0/+1
2016-04-29drm/i915: Unduplicate VLV phy pre pll enabling codeAnder Conselvan de Oliveira1-0/+1
2016-04-29drm/i915: Unduplicate VLV signal level codeAnder Conselvan de Oliveira1-0/+4
2016-04-29drm/i915: Unduplicate CHV encoders' post pll disable codeAnder Conselvan de Oliveira1-0/+1
2016-04-29drm/i915: Unduplicate CHV pre-encoder enabling phy logicAnder Conselvan de Oliveira1-0/+2
2016-04-29drm/i915: Unduplicate CHV phy-releated pre pll enabling codeAnder Conselvan de Oliveira1-0/+1
2016-04-29drm/i915: Unduplicate chv_data_lane_soft_reset()Ander Conselvan de Oliveira1-0/+2
2016-04-29drm/i915: Unduplicate CHV signal level codeAnder Conselvan de Oliveira1-0/+5
2016-04-28drm/i915: Store LRC hardware id in the requestTvrtko Ursulin1-0/+2
2016-04-28drm/i915: Track the previous pinned context inside the requestChris Wilson1-0/+11
2016-04-28drm/i915: Move releasing of the GEM request from free to retire/cancelChris Wilson1-14/+0
2016-04-28drm/i915: Refactor execlists default context pinningChris Wilson1-0/+1
2016-04-28drm/i915: Assign every HW context a unique IDChris Wilson1-0/+10
2016-04-28drm/i915: Remove the identical implementations of request space reservationChris Wilson1-0/+3
2016-04-28drm/i915: Rearrange switch_context to load the aliasing ppgtt on first useChris Wilson1-1/+0