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-03
drm/i915: Generalise wait for execlists to be idle
Chris Wilson
6
-34
/
+19
2017-03-03
drm/i915: Ensure the engine is idle before manually changing HWS
Chris Wilson
3
-0
/
+36
2017-03-03
drm/i915: Remove duplicate DDI enabling logic from MST path
Ander Conselvan de Oliveira
2
-20
/
+5
2017-03-03
drm/i915: Remove direct usages of intel_crtc->config from DDI code
Ander Conselvan de Oliveira
3
-41
/
+44
2017-03-03
drm/i915: Pass intel_crtc to DDI functions called from crtc en/disable
Ander Conselvan de Oliveira
3
-42
/
+34
2017-03-03
drm/i915: Pass pipe_config to fdi_link_train() functions
Ander Conselvan de Oliveira
4
-14
/
+20
2017-03-03
drm/i915: Pass pipe_config to pch_enable() functions
Ander Conselvan de Oliveira
1
-8
/
+10
2017-03-03
drm/i915: Pass intel_crtc to intel_lpt_pch_enable()
Ander Conselvan de Oliveira
1
-10
/
+8
2017-03-03
drm/i915: Pass intel_crtc to fdi_link_train() hooks
Ander Conselvan de Oliveira
4
-43
/
+37
2017-03-03
drm/i915: Differentiate between hangcheck waiting for timer or scheduler
Chris Wilson
1
-4
/
+6
2017-03-02
drm/i915: Drop spinlocks around adding to the client request list
Chris Wilson
5
-44
/
+24
2017-03-02
drm/i915: Do .init_clock_gating() earlier to avoid it clobbering watermarks
Ville Syrjälä
1
-6
/
+3
2017-03-02
drm/i915: Include power-management state in gpu error dump
Chris Wilson
2
-0
/
+6
2017-03-02
drm/i915: Include GT/seqno activity in engine/hangcheck debugfs
Chris Wilson
3
-4
/
+17
2017-03-02
drm/i915/guc: Disable irq for __i915_guc_submit wq_lock
Chris Wilson
1
-5
/
+3
2017-03-02
drm/i915: s/assert_spin_locked/lockdep_assert_held/
Chris Wilson
9
-39
/
+39
2017-03-02
drm/i915: Assert that fence->lock is held in an irq-safe manner
Chris Wilson
2
-1
/
+6
2017-03-02
drm/i915: Fix legacy cursor vs. watermarks for ILK-BDW
Ville Syrjälä
2
-19
/
+30
2017-03-02
drm/i915/glk: Fix DSI enable I/O sequence
Madhav Chauhan
1
-0
/
+1
2017-03-02
i915/HuC: Add an extra check for platforms that do not have HUC
Anusha Srivatsa
1
-2
/
+4
2017-03-02
drm/i915: Restore the invalid access without RPM warning
Chris Wilson
1
-4
/
+2
2017-03-02
drm/i915: Hold rpm during GEM suspend in driver unload/suspend
Chris Wilson
1
-5
/
+7
2017-03-02
drm/i915: Enable DDI IO power domains in the DP MST path
Ander Conselvan de Oliveira
1
-0
/
+3
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
[next]