index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-10
drm/i915: Extract compute_partial_view()
Chris Wilson
1
-19
/
+28
2017-01-10
drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()
Michel Thierry
4
-5
/
+5
2017-01-10
drm/i915/glk: Add missing bits to allow runtime pm suspend on GLK.
Rodrigo Vivi
1
-6
/
+6
2017-01-10
drm/i915/DMC/GLK: Load DMC on GLK
Anusha Srivatsa
1
-2
/
+10
2017-01-10
drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c
Chris Wilson
4
-88
/
+88
2017-01-10
drm/i915: Remove the rounding down of the gen4+ fence region
Chris Wilson
1
-3
/
+1
2017-01-10
drm/i915: Store required fence size/alignment for GGTT vma
Chris Wilson
6
-81
/
+73
2017-01-10
drm/i915: Replace WARNs in fence register writes with extensive asserts
Chris Wilson
1
-28
/
+22
2017-01-10
drm/i915: Align GGTT sizes to a fence tile row
Chris Wilson
4
-21
/
+39
2017-01-10
drm/i915: Extract tile_row_size for fencing
Chris Wilson
3
-10
/
+23
2017-01-09
drm/i915: don't open code the pdpe/pml4e clearing
Matthew Auld
1
-14
/
+2
2017-01-09
drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/
Matthew Auld
1
-5
/
+5
2017-01-09
drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/
Matthew Auld
1
-5
/
+5
2017-01-09
drm/i915: Update DRIVER_DATE to 20170109
Daniel Vetter
1
-2
/
+2
2017-01-06
drm/i915: Drain freed objects for mmap space exhaustion
Chris Wilson
1
-13
/
+11
2017-01-06
drm/i915: Purge loose pages if we run out of DMA remap space
Chris Wilson
1
-4
/
+18
2017-01-06
drm/i915: Fix phys pwrite for struct_mutex-less operation
Chris Wilson
1
-30
/
+4
2017-01-06
drm/i915: Simplify testing for am-I-the-kernel-context?
Chris Wilson
5
-5
/
+21
2017-01-06
drm/i915: Use range_overflows()
Chris Wilson
3
-4
/
+8
2017-01-06
drm/i915: Use fixed-sized types for stolen
Chris Wilson
4
-21
/
+26
2017-01-06
drm/i915: Use phys_addr_t for the address of stolen memory
Chris Wilson
2
-24
/
+27
2017-01-06
drm/i915: Consolidate checks for memcpy-from-wc support
Chris Wilson
4
-3
/
+19
2017-01-05
drm/i915: Only skip requests once a context is banned
Chris Wilson
1
-7
/
+12
2017-01-05
drm/i915: Move a few more utility macros to i915_utils.h
Chris Wilson
2
-20
/
+20
2017-01-05
drm/i915: Clear ret before unbinding in i915_gem_evict_something()
Chris Wilson
1
-0
/
+1
2017-01-05
drm/i915/guc: Exclude the upper end of the Global GTT for the GuC
Chris Wilson
3
-0
/
+14
2017-01-05
drm/i915: Move a few utility macros into a separate header
Chris Wilson
3
-16
/
+45
2017-01-05
drm/i915/execlists: Reorder execlists register enabling
Chris Wilson
1
-14
/
+4
2017-01-05
drm/i915: Assert that we do create the deferred context
Chris Wilson
1
-0
/
+1
2017-01-05
drm/i915: Assert all timeline requests are gone before fini
Chris Wilson
1
-4
/
+12
2017-01-04
drm/i915: Revoke fenced GTT mmapings across GPU reset
Chris Wilson
4
-3
/
+35
2017-01-04
drm/i915: enable FBC on gen9+ too
Paulo Zanoni
1
-1
/
+1
2017-01-04
drm/i915: actually drive the BDW reserved IDs
Paulo Zanoni
1
-0
/
+1
2017-01-04
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Daniel Vetter
196
-1354
/
+4149
2017-01-04
Merge tag 'v4.10-rc2' into drm-intel-next-queued
Daniel Vetter
5023
-108642
/
+346318
2017-01-04
drm/i915: Update comment that sets I915_MODE_FLAG_INHERITED
Daniel Vetter
1
-11
/
+3
2017-01-03
drm/i915: Initialize num_scalers for skl and glk too
Ander Conselvan de Oliveira
1
-3
/
+6
2017-01-03
drm/i915: Update comment in vlv_set_rps_idle()
Chris Wilson
1
-2
/
+12
2017-01-03
drm/i915/guc: Make intel_guc_recv static.
Michal Wajdeczko
2
-4
/
+5
2017-01-02
drm/i915: Move number of scalers initialization to runtime init
Nabendu Maiti
3
-17
/
+17
2017-01-02
drm/i915: Move intel_atomic_get_shared_dpll_state() to intel_dpll_mgr.c
Ander Conselvan de Oliveira
3
-33
/
+31
2016-12-31
drm/i915: Drop kerneldoc markup from non-kerneldoc enum drrs_refresh_rate_type
Chris Wilson
1
-1
/
+1
2016-12-31
drm/i915: Complete kerneldoc for struct i915_gem_context
Chris Wilson
7
-135
/
+301
2016-12-31
drm/i915: Fix kerneldoc for i915_gem_object_pin_map()
Chris Wilson
1
-3
/
+3
2016-12-31
drm/i915: Move assert of page pin vs bind count into i915_vma_unbind
Chris Wilson
2
-1
/
+1
2016-12-30
drm/i915: Add dpll entrypoint for dumping hw state
Ander Conselvan de Oliveira
3
-33
/
+83
2016-12-30
drm/i915: Update kerneldoc for intel_dpll_mgr.c
Ander Conselvan de Oliveira
2
-20
/
+225
2016-12-30
drm/i915: Rename intel_shared_dpll->mode_set() to prepare()
Ander Conselvan de Oliveira
2
-6
/
+6
2016-12-30
drm/i915: Rename intel_shared_dpll_config to intel_shared_dpll_state
Ander Conselvan de Oliveira
7
-65
/
+65
2016-12-30
drm/i915: Rename intel_shared_dpll_commit() to _swap_state()
Ander Conselvan de Oliveira
3
-3
/
+8
[next]