index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-02
drm/i915/gen9: Update i915_drpc_info debugfs for coarse pg & forcewake info
Akash Goel
2
-1
/
+23
2016-08-02
drm/i915: cleanup_plane_fb: also drop reference to current state wait_req
Keith Packard
1
-0
/
+2
2016-08-02
drm/i915: Warn about aux msg buffer vs. size mismatch
Ville Syrjälä
1
-2
/
+2
2016-08-02
drm/i915: Program FW_BLC_SELF on 915G as well
Ville Syrjälä
1
-1
/
+6
2016-08-02
drm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM/945GM
Ville Syrjälä
1
-0
/
+3
2016-08-02
drm/i915: Extract bdw_get_buf_trans_edp()
Ville Syrjälä
1
-7
/
+13
2016-08-02
drm/i915: Simplify intel_ddi_get_encoder_port()
Ville Syrjälä
1
-28
/
+8
2016-08-02
drm/i915: Get the iboost setting based on the port type
Ville Syrjälä
1
-4
/
+3
2016-08-02
drm/i915: Split DP/eDP/FDI and HDMI/DVI DDI buffer programming apart
Ville Syrjälä
3
-32
/
+49
2016-08-02
drm/i915: Explicitly use ddi buf trans entry 9 for hdmi
Ville Syrjälä
1
-2
/
+2
2016-08-02
drm/i915: Move bxt_ddi_vswing_sequence() call into intel_ddi_pre_enable() for...
Ville Syrjälä
1
-11
/
+4
2016-08-02
drm/i915: Program iboost settings for HDMI/DVI on SKL
Ville Syrjälä
1
-11
/
+40
2016-08-02
drm/i915: Name the "iboost bit"
Ville Syrjälä
2
-1
/
+2
2016-08-02
drm/i915: Fix iboost setting for DDI with 4 lanes on SKL
Ville Syrjälä
2
-13
/
+24
2016-08-02
drm/i915: remove redundant fbc warnings
Matthew Auld
1
-4
/
+1
2016-08-02
drm/i915: Protect older gen against intel_gt_init_powersave()
Chris Wilson
1
-1
/
+1
2016-08-01
drm/i915/debugfs: Take runtime_pm ref for sseu
David Weinehall
1
-1
/
+8
2016-07-29
drm/i915: Add missing ring_mask to Pineview
Chris Wilson
2
-0
/
+2
2016-07-28
drm/i915: Fix up some stray to_i915(dev) after a recent merge
Chris Wilson
1
-1
/
+1
2016-07-28
drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
Ville Syrjälä
1
-1
/
+2
2016-07-27
drm/i915: Update a couple of hangcheck comments to talk about engines
Chris Wilson
1
-3
/
+3
2016-07-27
drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
Chris Wilson
1
-12
/
+12
2016-07-27
drm/i915: Avoid using intel_engine_cs *ring for GPU error capture
Chris Wilson
2
-203
/
+208
2016-07-27
drm/i915: Use engine to refer to the user's BSD intel_engine_cs
Chris Wilson
3
-10
/
+11
2016-07-27
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
Chris Wilson
7
-61
/
+66
2016-07-27
drm/i915: Wait up to 3ms for the pcu to ack the cdclk change request on SKL
Ville Syrjälä
1
-9
/
+1
2016-07-26
drm/i915: Only drop the batch-pool's object reference
Chris Wilson
1
-7
/
+6
2016-07-26
drm/i915: Only clear the client pointer when tearing down the file
Chris Wilson
1
-8
/
+2
2016-07-26
drm/i915: Prefer list_first_entry_or_null
Chris Wilson
3
-16
/
+13
2016-07-26
drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
Chris Wilson
1
-9
/
+4
2016-07-25
drm/i915: Update DRIVER_DATE to 20160725
Daniel Vetter
1
-1
/
+1
2016-07-24
drm/i915: Update the breadcrumb interrupt counter before enabling
Chris Wilson
1
-0
/
+7
2016-07-24
drm/i915: Drop racy markup of missed-irqs from idle-worker
Chris Wilson
1
-4
/
+7
2016-07-21
Revert "drm/i915: Enable RC6 immediately"
Chris Wilson
8
-8
/
+105
2016-07-21
drm/i915: Remove misleading CSR firmware loading docs
Daniel Vetter
1
-7
/
+0
2016-07-21
drm/i915: use i915_gem_object_put_unlocked() after releasing mutex
Dave Gordon
1
-1
/
+1
2016-07-21
drm/i915: Enable RC6 immediately
Chris Wilson
8
-105
/
+8
2016-07-21
drm/i915:gen9: restrict WaC6DisallowByGfxPause
Tim Gore
1
-1
/
+3
2016-07-21
drm/i915: rename & update eb_select_ring()
Dave Gordon
1
-16
/
+16
2016-07-21
drm/i915: rename 'ring' where it refers to an engine or engine_id
Dave Gordon
4
-11
/
+11
2016-07-21
drm/i915: rename macro parameter(ring) to (engine)
Dave Gordon
3
-27
/
+27
2016-07-20
drm/i915/gen9: Add WaDisableGatherAtSetShaderCommonSlice
Mika Kuoppala
2
-0
/
+8
2016-07-20
drm/i915/gen9: Add WaInPlaceDecompressionHang
Mika Kuoppala
3
-0
/
+19
2016-07-20
drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
Chris Wilson
7
-30
/
+34
2016-07-20
drm/i915: Rename ring->virtual_start as ring->vaddr
Chris Wilson
3
-9
/
+8
2016-07-20
drm/i915: Treat ringbuffer writes as write to normal memory
Chris Wilson
7
-19
/
+35
2016-07-20
drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...
Chris Wilson
7
-12
/
+22
2016-07-20
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
18
-54
/
+65
2016-07-20
drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get
Chris Wilson
8
-12
/
+20
2016-07-20
drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
Chris Wilson
5
-39
/
+56
[next]