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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-01
drm/i915: Move w/a LRI debug message from context-init to driver load
Chris Wilson
1
-19
/
+19
2017-03-01
drm/i915: Prevent concurrent tiling/framebuffer modifications
Chris Wilson
4
-12
/
+42
2017-03-01
drm/i915: Fix all intel_framebuffer_init failures to take the error path
Chris Wilson
1
-8
/
+8
2017-03-01
drm/i915/dsi: Skip delays for v3 VBTs in vid-mode
Hans de Goede
1
-4
/
+15
2017-03-01
drm/i915/dsi: Call MIPI_SEQ_TEAR_ON and DISPLAY_ON for cmd-mode (untested)
Hans de Goede
1
-0
/
+2
2017-03-01
drm/i915/dsi: Execute MIPI_SEQ_TEAR_OFF from intel_dsi_post_disable
Hans de Goede
1
-0
/
+2
2017-03-01
drm/i915/dsi: Document always using v3 SHUTDOWN / MIPI_SEQ_DISPLAY_OFF order
Hans de Goede
1
-0
/
+5
2017-03-01
drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlight
Hans de Goede
1
-2
/
+2
2017-03-01
drm/i915/dsi: Execute MIPI_SEQ_DEASSERT_RESET before calling device_ready()
Hans de Goede
1
-2
/
+7
2017-03-01
drm/i915/dsi: Group DPOunit clock gate workaround with PLL enable
Hans de Goede
1
-8
/
+8
2017-03-01
drm/i915/dsi: Move MIPI_SEQ_POWER_ON/OFF calls together with pmic gpio calls
Hans de Goede
1
-6
/
+4
2017-03-01
drm/i915/dsi: Drop bogus MIPI_SEQ_ASSERT_RESET before POWER_ON
Hans de Goede
1
-1
/
+0
2017-03-01
drm/i915/dsi: Document the panel enable / disable sequences from the spec
Hans de Goede
1
-0
/
+37
2017-03-01
drm/i915: use BUILD_BUG_ON to ensure platform name has been set up
Jani Nikula
2
-0
/
+3
2017-03-01
drm/i915/gen9: Increase PCODE request timeout to 50ms
Imre Deak
1
-5
/
+6
2017-03-01
drm/i915/glk: Add MIPIIO Enable/disable sequence
Deepak M
1
-11
/
+195
2017-03-01
drm/i915: Tighten mmio arrays for MIPI_PORT
Chris Wilson
1
-1
/
+1
2017-02-28
drm/i915/guc: Reorder __i915_guc_submit to reduce spinlock holdtime
Chris Wilson
1
-6
/
+7
2017-02-28
drm/i915/guc: Make wq_lock irq-safe
Chris Wilson
1
-8
/
+20
2017-02-28
drm/i915/dsi: VLV/CHT Only wait for LP00 on MIPI PORT A
Hans de Goede
1
-3
/
+5
2017-02-28
drm/i915/dsi: Make intel_dsi_enable/disable directly exec VBT sequences
Hans de Goede
3
-45
/
+15
2017-02-28
drm/i915/dsi: Move intel_dsi_clear_device_ready()
Hans de Goede
1
-43
/
+43
2017-02-28
drm/i915/dsi: Add intel_dsi_unprepare() helper
Hans de Goede
1
-13
/
+24
2017-02-28
drm/i915/dsi: Merge intel_dsi_disable/enable into their respective callers
Hans de Goede
1
-64
/
+44
2017-02-28
drm/i915/dsi: Move calling of wait_for_dsi_fifo_empty to mipi_exec_send_packet
Hans de Goede
3
-11
/
+5
2017-02-28
drm/i915: Consolidate reporting of "missed breadcrumbs"
Chris Wilson
1
-3
/
+12
2017-02-28
drm/i915/glk: Validate only DSI PORT A PLL divider
Madhav Chauhan
1
-6
/
+13
2017-02-28
drm/i915/glk: Program txesc clock divider for GLK
Deepak M
2
-2
/
+64
2017-02-28
drm/i915i/glk: Program MIPI_CLOCK_CTRL only for BXT
Deepak M
1
-10
/
+15
2017-02-28
drm/i915/glk: Add DSI PLL divider range for glk
Deepak M
2
-7
/
+21
2017-02-28
drm/i915/glk: Program new MIPI DSI PHY registers for GLK
Deepak M
2
-0
/
+16
2017-02-28
drm/i915/glk: Program dphy param reg for GLK
Deepak M
1
-15
/
+16
2017-02-27
drm/i915: Delay disabling the user interrupt for breadcrumbs
Chris Wilson
4
-64
/
+125
2017-02-27
drm/i915: Defer enabling hangcheck to the first fake breadcrumb interrupt
Chris Wilson
1
-18
/
+18
2017-02-27
drm/i915: Signal first fence from irq handler if complete
Chris Wilson
6
-39
/
+54
2017-02-27
drm/i915: Report both waiters and success from intel_engine_wakeup()
Chris Wilson
2
-24
/
+30
2017-02-27
drm/i915: Distinguish between timeout and error in sideband transactions
Chris Wilson
1
-4
/
+16
2017-02-27
drm/i915: Reduce context alignment
Chris Wilson
3
-20
/
+2
2017-02-27
drm/i915: Remove redundant TLB invalidate on switching ppgtt
Chris Wilson
1
-17
/
+0
2017-02-27
drm/i915: Remove redundant TLB invalidate on switching contexts
Chris Wilson
1
-11
/
+0
2017-02-27
drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3
Mika Kuoppala
1
-0
/
+7
2017-02-27
drm/i915: Remove the vma from the drm_mm if binding fails
Chris Wilson
1
-20
/
+37
2017-02-27
drm/i915: Unwind vma->pages allocation upon failure
Chris Wilson
1
-1
/
+12
2017-02-27
drm/i915: Only unwind the local pgtable layer if empty
Chris Wilson
1
-11
/
+26
2017-02-27
drm/i915/bdw: Do not write the replay bit of the ring mode register
Kelvin Gardiner
1
-1
/
+0
2017-02-27
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
474
-5223
/
+10806
2017-02-27
drm/i915: Only enable DDI IO power domains after enabling DPLL
Ander Conselvan de Oliveira
5
-29
/
+117
2017-02-27
drm/i915/glk: Don't enable DDI IO power domains during init
Ander Conselvan de Oliveira
1
-6
/
+3
2017-02-27
drm/i915/glk: Implement WaDDIIOTimeout
Ander Conselvan de Oliveira
3
-0
/
+21
2017-02-27
drm/i915: Check encoder type in enc_to_dig_port()
Ander Conselvan de Oliveira
1
-1
/
+13
[prev]
[next]