aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-10drm/i915: Extract compute_partial_view()Chris Wilson1-19/+28
2017-01-10drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()Michel Thierry4-5/+5
2017-01-10drm/i915/glk: Add missing bits to allow runtime pm suspend on GLK.Rodrigo Vivi1-6/+6
2017-01-10drm/i915/DMC/GLK: Load DMC on GLKAnusha Srivatsa1-2/+10
2017-01-10drm/i915: Move ggtt fence/alignment to i915_gem_tiling.cChris Wilson4-88/+88
2017-01-10drm/i915: Remove the rounding down of the gen4+ fence regionChris Wilson1-3/+1
2017-01-10drm/i915: Store required fence size/alignment for GGTT vmaChris Wilson6-81/+73
2017-01-10drm/i915: Replace WARNs in fence register writes with extensive assertsChris Wilson1-28/+22
2017-01-10drm/i915: Align GGTT sizes to a fence tile rowChris Wilson4-21/+39
2017-01-10drm/i915: Extract tile_row_size for fencingChris Wilson3-10/+23
2017-01-09drm/i915: don't open code the pdpe/pml4e clearingMatthew Auld1-14/+2
2017-01-09drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/Matthew Auld1-5/+5
2017-01-09drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/Matthew Auld1-5/+5
2017-01-09drm/i915: Update DRIVER_DATE to 20170109Daniel Vetter1-2/+2
2017-01-06drm/i915: Drain freed objects for mmap space exhaustionChris Wilson1-13/+11
2017-01-06drm/i915: Purge loose pages if we run out of DMA remap spaceChris Wilson1-4/+18
2017-01-06drm/i915: Fix phys pwrite for struct_mutex-less operationChris Wilson1-30/+4
2017-01-06drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson5-5/+21
2017-01-06drm/i915: Use range_overflows()Chris Wilson3-4/+8
2017-01-06drm/i915: Use fixed-sized types for stolenChris Wilson4-21/+26
2017-01-06drm/i915: Use phys_addr_t for the address of stolen memoryChris Wilson2-24/+27
2017-01-06drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson4-3/+19
2017-01-05drm/i915: Only skip requests once a context is bannedChris Wilson1-7/+12
2017-01-05drm/i915: Move a few more utility macros to i915_utils.hChris Wilson2-20/+20
2017-01-05drm/i915: Clear ret before unbinding in i915_gem_evict_something()Chris Wilson1-0/+1
2017-01-05drm/i915/guc: Exclude the upper end of the Global GTT for the GuCChris Wilson3-0/+14
2017-01-05drm/i915: Move a few utility macros into a separate headerChris Wilson3-16/+45
2017-01-05drm/i915/execlists: Reorder execlists register enablingChris Wilson1-14/+4
2017-01-05drm/i915: Assert that we do create the deferred contextChris Wilson1-0/+1
2017-01-05drm/i915: Assert all timeline requests are gone before finiChris Wilson1-4/+12
2017-01-04drm/i915: Revoke fenced GTT mmapings across GPU resetChris Wilson4-3/+35
2017-01-04drm/i915: enable FBC on gen9+ tooPaulo Zanoni1-1/+1
2017-01-04drm/i915: actually drive the BDW reserved IDsPaulo Zanoni1-0/+1
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter196-1354/+4149
2017-01-04Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter5023-108642/+346318
2017-01-04drm/i915: Update comment that sets I915_MODE_FLAG_INHERITEDDaniel Vetter1-11/+3
2017-01-03drm/i915: Initialize num_scalers for skl and glk tooAnder Conselvan de Oliveira1-3/+6
2017-01-03drm/i915: Update comment in vlv_set_rps_idle()Chris Wilson1-2/+12
2017-01-03drm/i915/guc: Make intel_guc_recv static.Michal Wajdeczko2-4/+5
2017-01-02drm/i915: Move number of scalers initialization to runtime initNabendu Maiti3-17/+17
2017-01-02drm/i915: Move intel_atomic_get_shared_dpll_state() to intel_dpll_mgr.cAnder Conselvan de Oliveira3-33/+31
2016-12-31drm/i915: Drop kerneldoc markup from non-kerneldoc enum drrs_refresh_rate_typeChris Wilson1-1/+1
2016-12-31drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson7-135/+301
2016-12-31drm/i915: Fix kerneldoc for i915_gem_object_pin_map()Chris Wilson1-3/+3
2016-12-31drm/i915: Move assert of page pin vs bind count into i915_vma_unbindChris Wilson2-1/+1
2016-12-30drm/i915: Add dpll entrypoint for dumping hw stateAnder Conselvan de Oliveira3-33/+83
2016-12-30drm/i915: Update kerneldoc for intel_dpll_mgr.cAnder Conselvan de Oliveira2-20/+225
2016-12-30drm/i915: Rename intel_shared_dpll->mode_set() to prepare()Ander Conselvan de Oliveira2-6/+6
2016-12-30drm/i915: Rename intel_shared_dpll_config to intel_shared_dpll_stateAnder Conselvan de Oliveira7-65/+65
2016-12-30drm/i915: Rename intel_shared_dpll_commit() to _swap_state()Ander Conselvan de Oliveira3-3/+8