index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
configs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
drm/i915: extract intel_csr.h from intel_drv.h
Jani Nikula
6
-7
/
+23
2019-04-08
drm/i915: extract intel_connector.h from intel_drv.h
Jani Nikula
16
-32
/
+76
2019-04-08
drm/i915: extract intel_ddi.h from intel_drv.h
Jani Nikula
10
-37
/
+65
2019-04-08
drm/i915: extract intel_crt.h from intel_drv.h
Jani Nikula
6
-16
/
+29
2019-04-08
drm/i915: extract intel_audio.h from intel_drv.h
Jani Nikula
9
-29
/
+54
2019-04-08
drm/i915: make intel_frontbuffer.h self-contained
Jani Nikula
3
-9
/
+13
2019-04-08
drm/i915: Fix pipe_bpp readout for BXT/GLK DSI
Ville Syrjälä
1
-0
/
+24
2019-04-07
drm/i915: Track the temporary wakerefs used for hsw_get_pipe_config
Chris Wilson
1
-13
/
+33
2019-04-06
drm/i915: Mark GEM wedged right after marking device unplugged
Janusz Krzysztofik
2
-0
/
+8
2019-04-05
drm/i915: Convert i915_reset.c over to using uncore mmio
Chris Wilson
2
-56
/
+89
2019-04-05
drm/i915: Make use of 'engine->uncore'
Chris Wilson
1
-15
/
+17
2019-04-05
drm/i915: Make RING_PDP relative to engine->mmio_base
Chris Wilson
4
-22
/
+27
2019-04-05
drm/i915/selftests: Fix plain use of integer 0 as NULL
Chris Wilson
1
-1
/
+1
2019-04-05
drm/i915/execlists: Enable coarse preemption boundaries for gen8
Chris Wilson
3
-15
/
+217
2019-04-05
drm/i915: Use lockdep_pin_lock() over the construction of the request
Chris Wilson
2
-0
/
+15
2019-04-04
drm/i915: add Makefile magic for testing headers are self-contained
Jani Nikula
11
-68
/
+28
2019-04-04
drm/i915: Fixup kerneldoc for intel_cdclk_needs_cd2x_update
Chris Wilson
1
-0
/
+1
2019-04-04
drm/i915: Be precise in types for i915_gem_busy
Chris Wilson
1
-9
/
+10
2019-04-04
drm/i915: Update DRIVER_DATE to 20190404
Joonas Lahtinen
1
-2
/
+2
2019-04-03
drm/i915: Expose full 1024 LUT entries on ivb+
Ville Syrjälä
2
-43
/
+34
2019-04-03
drm/i915: Expose the legacy LUT via the GAMMA_LUT/GAMMA_LUT_SIZE props on gen2/3
Ville Syrjälä
1
-0
/
+5
2019-04-03
drm/i915: Add "10.6" LUT mode for i965+
Ville Syrjälä
3
-1
/
+71
2019-04-03
drm/i915: Add 10bit LUT for ilk/snb
Ville Syrjälä
3
-10
/
+52
2019-04-03
drm/i915: Implement split/10bit gamma for ivb/hsw
Ville Syrjälä
2
-24
/
+95
2019-04-03
drm/i915: Don't use split gamma when we don't have to
Ville Syrjälä
2
-95
/
+92
2019-04-03
drm/i915: Extract ilk_lut_10()
Ville Syrjälä
1
-16
/
+11
2019-04-03
drm/i915: Skip modeset for cdclk changes if possible
Ville Syrjälä
4
-34
/
+163
2019-04-03
drm/i915: Remove redundant store of logical CDCLK state
Imre Deak
1
-2
/
+0
2019-04-03
drm/i915: Save the old CDCLK atomic state
Imre Deak
3
-2
/
+23
2019-04-03
drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
Ville Syrjälä
5
-23
/
+86
2019-04-03
drm/i915: Move the decision to use the breadcrumb tasklet to the backend
Chris Wilson
3
-1
/
+10
2019-04-03
drm/i915: Fix uninitialized mask in intel_device_info_subplatform_init
Tvrtko Ursulin
1
-1
/
+1
2019-04-03
drm/i915: rename init/fini/prune uncore functions
Daniele Ceraolo Spurio
3
-10
/
+10
2019-04-03
drm/i915: add intel_uncore_init_early
Daniele Ceraolo Spurio
3
-1
/
+7
2019-04-02
drm/i915/ehl: All EHL ports are combo phys
Bob Paauwe
1
-1
/
+4
2019-04-02
drm/i915: Only emit one semaphore per request
Chris Wilson
3
-5
/
+15
2019-04-02
drm/i915: Split out i915_priolist_types into its own header
Chris Wilson
5
-30
/
+52
2019-04-02
drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
Chris Wilson
29
-152
/
+191
2019-04-02
drm/i915: Prefault before locking pages in shmem_pwrite
Chris Wilson
1
-6
/
+24
2019-04-01
x86/gpu: add ElkhartLake to gen11 early quirks
Rodrigo Vivi
1
-0
/
+1
2019-04-01
drm/i915: Introduce concept of a sub-platform
Tvrtko Ursulin
6
-42
/
+214
2019-04-01
drm/i915: Split some PCI ids into separate groups
Tvrtko Ursulin
1
-49
/
+124
2019-04-01
drm/i915: Remove redundant device id from IS_IRONLAKE_M macro
Tvrtko Ursulin
1
-2
/
+5
2019-04-01
drm/i915: Split Pineview device info into desktop and mobile
Tvrtko Ursulin
5
-9
/
+18
2019-03-31
drm/i915: Check domains for userptr on release
Chris Wilson
3
-5
/
+6
2019-03-31
drm/i915: Avoid using ctx->file_priv during construction
Chris Wilson
1
-9
/
+10
2019-03-30
drm/i915/guc: Retry GuC load for all load failures
Robert M. Fosha
1
-1
/
+1
2019-03-29
drm/i915: Always backoff after a drm_modeset_lock() deadlock
Chris Wilson
1
-1
/
+4
2019-03-29
drm/i915: Program EXT2 GC MAX registers
Uma Shankar
2
-0
/
+23
2019-03-29
drm/i915: Fix GCMAX color register programming
Uma Shankar
1
-11
/
+11
[next]