index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_csr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-26
drm/i915: intel_wait_for_register_fw to uncore
Daniele Ceraolo Spurio
10
-68
/
+88
2019-03-26
drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncore
Daniele Ceraolo Spurio
8
-44
/
+47
2019-03-26
drm/i915: switch uncore mmio funcs to use intel_uncore
Daniele Ceraolo Spurio
4
-47
/
+130
2019-03-26
drm/i915: take a ref to the rpm in the uncore structure
Daniele Ceraolo Spurio
3
-12
/
+23
2019-03-26
drm/i915: add uncore flags for unclaimed mmio
Daniele Ceraolo Spurio
6
-40
/
+65
2019-03-26
drm/i915: add HAS_FORCEWAKE flag to uncore
Daniele Ceraolo Spurio
2
-10
/
+30
2019-03-26
drm/i915: rename raw reg access functions
Daniele Ceraolo Spurio
4
-57
/
+58
2019-03-26
drm/i915/icl: reduce pll_id scope and use enum type
Lucas De Marchi
1
-2
/
+3
2019-03-26
drm/i915/icl: use previous pll hw readout
Lucas De Marchi
1
-19
/
+18
2019-03-26
drm/i915/cnl: use previous pll hw readout
Lucas De Marchi
3
-32
/
+19
2019-03-26
drm/i915/bxt: make bxt_calc_pll_link() similar to skl
Lucas De Marchi
1
-15
/
+9
2019-03-26
drm/i915/skl: use previous pll hw readout
Lucas De Marchi
1
-30
/
+20
2019-03-26
drm/i915/selftests: Fix an IS_ERR() vs NULL check
Dan Carpenter
1
-1
/
+1
2019-03-25
drm/i915: stop storing the media fuse
Daniele Ceraolo Spurio
3
-11
/
+20
2019-03-25
drm/i915/bios: iterate over child devices to initialize ddi_port_info
Jani Nikula
2
-46
/
+59
2019-03-25
drm/i915: Report the correct errno from i915_gem_context_open()
Chris Wilson
1
-1
/
+1
2019-03-25
drm/i915: Use vblank_disable_immediate on gen2
Ville Syrjälä
1
-7
/
+1
2019-03-25
drm/i915: Disable C3 when enabling vblank interrupts on i945gm
Ville Syrjälä
2
-0
/
+96
2019-03-25
drm/i915: Mark AML 0x87CA as ULX
Ville Syrjälä
1
-1
/
+2
2019-03-24
drm/i915: Remove defunct intel_suspend_gt_powersave()
Chris Wilson
3
-18
/
+0
2019-03-24
drm/i915/guc: Support for extended GuC notification messages
Michal Wajdeczko
3
-6
/
+16
2019-03-24
drm/i915: always pin hw_id for GVT context
Zhenyu Wang
1
-0
/
+7
2019-03-22
drm/i915/ehl: Add Support for DMC on EHL
Anusha Srivatsa
1
-1
/
+1
2019-03-22
drm/i915/ehl: Set proper eu slice/subslice parameters for EHL
Bob Paauwe
1
-3
/
+9
2019-03-22
drm/i915/ehl: EHL outputs are different from ICL
Bob Paauwe
1
-1
/
+6
2019-03-22
drm/i915/ehl: Add dpll mgr
Lucas De Marchi
1
-1
/
+15
2019-03-22
drm/i915/ehl: Add ElkhartLake platform
Bob Paauwe
4
-1
/
+4
2019-03-22
drm/i915/ehl: Add EHL platform info and PCI IDs
James Ausmus
2
-0
/
+16
2019-03-22
drm/i915: Clean up EDID downclock mode lookup
Ville Syrjälä
3
-23
/
+20
2019-03-22
drm/i915: Stop hand rolling drm_mode_match()
Ville Syrjälä
1
-25
/
+24
2019-03-22
drm/i915: Adjust DSI fixed mode handling
Ville Syrjälä
4
-42
/
+4
2019-03-22
drm/i915: Refactor VBT fixed mode handling
Ville Syrjälä
4
-21
/
+34
2019-03-22
drm/i915: Pick the first mode from EDID as the fixed mode when there is no pr...
Ville Syrjälä
1
-3
/
+18
2019-03-22
drm/i915: Refactor EDID fixed mode search
Ville Syrjälä
4
-21
/
+35
2019-03-22
drm/i915: Really calculate the cursor ddb based on the highest enabled wm level
Ville Syrjälä
1
-1
/
+1
2019-03-22
drm/i915: Allow contexts to share a single timeline across all engines
Chris Wilson
9
-42
/
+138
2019-03-22
drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
Chris Wilson
3
-285
/
+349
2019-03-22
drm/i915: Create/destroy VM (ppGTT) for use with contexts
Chris Wilson
11
-81
/
+580
2019-03-22
drm/i915: Introduce the i915_user_extension_method
Chris Wilson
5
-0
/
+135
2019-03-22
drm/i915/guc: GuC suspend path cleanup
Sujaritha Sundaresan
1
-0
/
+2
2019-03-22
drm/i915/selftests: Mark up preemption tests for hang detection
Chris Wilson
1
-3
/
+35
2019-03-22
drm/i915/selftests: Calculate maximum ring size for preemption chain
Chris Wilson
1
-3
/
+37
2019-03-21
drm/i915: Skip object locking around a no-op set-domain ioctl
Chris Wilson
1
-3
/
+23
2019-03-21
drm/i915: Flush pages on acquisition
Chris Wilson
18
-134
/
+127
2019-03-21
drm/i915: Stop storing the context name as the timeline name
Chris Wilson
10
-31
/
+13
2019-03-21
drm/i915: Stop storing ctx->user_handle
Chris Wilson
7
-40
/
+16
2019-03-21
drm/i915: Introduce a mutex for file_priv->context_idr
Chris Wilson
2
-26
/
+23
2019-03-21
drm/i915: Separate GEM context construction and registration to userspace
Chris Wilson
7
-75
/
+111
2019-03-21
drm/i915/selftests: fix NULL vs IS_ERR() check in mock_context_barrier()
Dan Carpenter
1
-2
/
+2
2019-03-21
drm/i915: Use __is_constexpr()
Chris Wilson
1
-2
/
+2
[next]