public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-02-23 17:52:21 to 2017-02-25 10:31:35 UTC [more...]

[PATCH resend 00/15] drm/i915/dsi: Fix / cleanup dsi enable / disable sequences
 2017-02-25 10:31 UTC  (32+ messages)
` [PATCH resend 01/15] drm/i915/dsi: Move calling of wait_for_dsi_fifo_empty to mipi_exec_send_packet
` [PATCH resend 02/15] drm/i915/dsi: Merge intel_dsi_disable/enable into their respective callers
` [PATCH resend 03/15] drm/i915/dsi: Add intel_dsi_unprepare() helper
` [PATCH resend 04/15] drm/i915/dsi: Move intel_dsi_clear_device_ready()
` [PATCH resend 05/15] drm/i915/dsi: Document the panel enable / disable sequences from the spec
` [PATCH resend 06/15] drm/i915/dsi: Make intel_dsi_enable/disable directly exec VBT sequences
` [PATCH resend 07/15] drm/i915/dsi: Drop bogus MIPI_SEQ_ASSERT_RESET before POWER_ON
` [PATCH resend 08/15] drm/i915/dsi: Move MIPI_SEQ_POWER_ON/OFF calls together with pmic gpio calls
` [PATCH resend 09/15] drm/i915/dsi: Group DPOunit clock gate workaround with PLL enable
` [PATCH resend 10/15] drm/i915/dsi: Execute MIPI_SEQ_DEASSERT_RESET before calling device_ready()
` [PATCH resend 11/15] drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlight
` [PATCH resend 12/15] drm/i915/dsi: Document always using v3 SHUTDOWN / MIPI_SEQ_DISPLAY_OFF order
` [PATCH resend 13/15] drm/i915/dsi: Execute MIPI_SEQ_TEAR_OFF from intel_dsi_post_disable
` [PATCH resend 14/15] drm/i915/dsi: Call MIPI_SEQ_TEAR_ON and DISPLAY_ON for cmd-mode (untested)
` [PATCH resend 15/15] drm/i915/dsi: Skip delays for v3 VBTs in vid-mode

[PATCH v3 1/5] drm/i915: Report both waiters and success from intel_engine_wakeup()
 2017-02-25 10:05 UTC  (7+ messages)
` [PATCH v3 2/5] drm/i915: Signal first fence from irq handler if complete
  ` [PATCH v4] "
` [PATCH v3 3/5] drm/i915: Defer enabling hangcheck to the first fake breadcrumb interrupt
` [PATCH v3 4/5] drm/i915: Delay disabling the user interrupt for breadcrumbs
` [PATCH v3 5/5] drm/i915: Simplify intel_engine_wakeup()
` ✗ Fi.CI.BAT: warning for series starting with [v3,1/5] drm/i915: Report both waiters and success from intel_engine_wakeup()

[RFC] drm/i915/guc: Smurf the GuC context
 2017-02-25  0:30 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Advance start address on crossing PML (48b ppgtt) boundary
 2017-02-24 22:37 UTC 

[PATCH 0/4] Various improvements around the GuC topic
 2017-02-24 14:01 UTC  (5+ messages)
` [PATCH 1/4 v3] drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy access
` [PATCH 2/4 v2] drm/i915/guc: Add onion teardown to the GuC setup
` [PATCH 3/4] drm/i915/guc: s/ads_vma/addon
` [PATCH 4/4] drm/i915/guc: Break out the GuC log "extras"

[PATCH 1/2] drm/i915: Assert all sg are initialised in fake_dma_object for selftests
 2017-02-24 21:52 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Assert we do not overflow 4lvl page directories
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Assert all sg are initialised in fake_dma_object for selftests

[PATCH v2 1/3] drm/i915: Capture dmc firmware information before reset
 2017-02-24 21:22 UTC  (4+ messages)
` [PATCH v2 2/3] drm/i915: Include GuC fw version in error state
` [PATCH v2 3/3] drm/i915: Include HuC "
` ✓ Fi.CI.BAT: success for series starting with [v2,1/3] drm/i915: Capture dmc firmware information before reset

[PATCH] drm/i915: Sanity check the vma->node prior to binding into the GTT
 2017-02-24 21:16 UTC 

[PATCH v2 1/2] drm/i915: Avoid BIT(max) - 1 and use GENMASK(max - 1, 0)
 2017-02-24 21:11 UTC  (3+ messages)

[PATCH] drm/i915: Timeout lowlevel_hole GTT selftest early
 2017-02-24 20:52 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

linux-firmware-i915 pull request (corrupted guc files)
 2017-02-24 20:41 UTC 

[linux-firmware] linux-firmware/i915: Fix Corrupted GuC files
 2017-02-24 20:33 UTC 

[PATCH v2] drm/i915/bdw: Do not write the replay bit of the ring mode register
 2017-02-24 20:22 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/3] drm/i915: Capture dmc firmware information before reset
 2017-02-24 19:52 UTC  (12+ messages)
` [PATCH 2/3] drm/i915: Include GuC fw version in error state
` [PATCH 3/3] drm/i915: Include HuC "
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Capture dmc firmware information before reset

[PATCH] drm/i915/gen9: Increase PCODE request timeout to 100ms
 2017-02-24 19:18 UTC  (4+ messages)
` [PATCH v2] drm/i915/gen9: Increase PCODE request timeout to 50ms
` ✓ Fi.CI.BAT: success for drm/i915/gen9: Increase PCODE request timeout to 100ms (rev2)

[PATCH v5 00/10] GuC Scrub vol. 1
 2017-02-24 18:44 UTC  (19+ messages)
` [PATCH 01/10] drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw()
` [PATCH 02/10] drm/i915/uc: Drop superfluous externs in intel_uc.h
` [PATCH 03/10] drm/i915/huc: Add huc_to_i915
` [PATCH 04/10] drm/i915/uc: Move intel_uc_fw_fetch() to intel_uc.c
` [PATCH 05/10] drm/i915/uc: Introduce intel_uc_init_fw()
` [PATCH 06/10] drm/i915/guc: Extract param logic form guc_init_fw()
` [PATCH 07/10] drm/i915/guc: Simplify intel_guc_init_hw()
` [PATCH 08/10] drm/i915/uc: Simplify firmware path handling
` [PATCH 09/10] drm/i915/uc: Separate firmware selection and preparation
` [PATCH 10/10] drm/i915/uc: Add params for specifying firmware
` ✗ Fi.CI.BAT: failure for GuC Scrub vol. 1 (rev5)

[PATCH] drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters
 2017-02-24 17:53 UTC  (2+ messages)

[PATCH] drm/i915: Include GuC fw version in error state
 2017-02-24 17:32 UTC  (13+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v3 0/6] Fix Geminilake DDI power well enable timeouts
 2017-02-24 15:34 UTC  (10+ messages)
` [PATCH v3 3/6] drm/i915: Check encoder type in enc_to_dig_port()
    ` [PATCH] "
` [PATCH v3 6/6] drm/i915: Only enable DDI IO power domains after enabling DPLL
    ` [PATCH] "
` ✓ Fi.CI.BAT: success for Fix Geminilake DDI power well enable timeouts (rev6)

Make execbuf fast[er]
 2017-02-24 14:23 UTC  (10+ messages)
` [PATCH 03/15] drm/i915: Drop spinlocks around adding to the client request list
` [PATCH 06/15] drm/i915: Split vma exec_link/evict_link
` [PATCH 07/15] drm/i915: Stop using obj->obj_exec_link outside of execbuf
` [PATCH 12/15] drm/i915: Wait upon userptr get-user-pages within execbuffer

[PATCH] drm/i915/lspcon: Switch back to PCON mode after output replug
 2017-02-24 14:07 UTC  (5+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915/lspcon: Switch back to PCON mode after output replug (rev2)

[PATCH] drm/915/glk: Enable pooled EUs for Geminilake
 2017-02-24 13:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/execlists: Detect an out-of-order context switch
 2017-02-24 13:38 UTC  (3+ messages)

[PATCH i-g-t] benchmarks/gem_latency: Fix compiler warning
 2017-02-24 13:12 UTC  (2+ messages)

[PATCH RFC] drm/i915: reduce cursor size for GEN5 hardware
 2017-02-24 13:11 UTC  (6+ messages)
` [PATCH] drm/i915: Fix legacy cursor vs. watermarks for ILK-BDW

[PATCH 1/3] drm/i915: Refactor code to select the DDI buf translation table
 2017-02-24 12:49 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Refactor code to select the DDI buf translation table (rev2)

[CI] drm/i915/fbdev: Stop repeating tile configuration on stagnation
 2017-02-24 12:29 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2] Add the new tool for create GVT-g Linux guest based on KVMGT
 2017-02-24 12:16 UTC  (2+ messages)

[PATCH i-g-t 1/2] tests/pm_rps: Replace custom load function with dummy load
 2017-02-24 11:36 UTC  (4+ messages)
` [PATCH i-g-t 2/2] tests/pm_rps: Add waitboost-softlimit test

[PATCH v2 1/2] drm/i915: signal first fence from irq handler if complete
 2017-02-24 11:01 UTC  (9+ messages)
` [PATCH v2 2/2] drm/i915: Delay disabling the user interrupt for breadcrumbs

[PATCH 1/5] drm/i915: Remove redundant TLB invalidate on switching contexts
 2017-02-24 10:58 UTC  (11+ messages)
` [PATCH 2/5] drm/i915: Remove redundant TLB invalidate on switching ppgtt
` [PATCH 3/5] drm/i915: Reduce context alignment
` [PATCH 4/5] drm/i915: Suppress context restore w/a when using MI_RESTORE_INHIBIT
` ✓ Fi.CI.BAT: success for series starting with [1/5] drm/i915: Remove redundant TLB invalidate on switching contexts

[RFC] drm/fb: Avoid infinite loop when no response from connector
 2017-02-24 10:38 UTC  (5+ messages)
` [PATCH] drm/i915/fbdev: Stop repeating tile configuration on stagnation

[GIT PULL] more GVT-g fixes for 4.11
 2017-02-24 10:13 UTC  (2+ messages)

[PATCH v4 00/12] coordinate cht i2c-pmic and i915-punit accesses
 2017-02-24  9:29 UTC  (13+ messages)
` [PATCH v4 01/12] x86/platform/intel/iosf_mbi: Add a mutex for P-Unit access
` [PATCH v4 02/12] x86/platform/intel/iosf_mbi: Add a PMIC bus access notifier
` [PATCH v4 03/12] i2c: designware: Rename accessor_flags to flags
` [PATCH v4 04/12] i2c: designware-baytrail: Pass dw_i2c_dev into helper functions
` [PATCH v4 05/12] i2c: designware-baytrail: Only check iosf_mbi_available() for shared hosts
` [PATCH v4 06/12] i2c: designware-baytrail: Disallow the CPU to enter C6 or C7 while holding the punit semaphore
` [PATCH v4 07/12] i2c: designware-baytrail: Fix race when resetting the semaphore
` [PATCH v4 08/12] i2c: designware-baytrail: Add support for cherrytrail
` [PATCH v4 09/12] i2c: designware-baytrail: Acquire P-Unit access on bus acquire
` [PATCH v4 10/12] i2c: designware-baytrail: Call pmic_bus_access_notifier_chain
` [PATCH v4 11/12] drm/i915: Add intel_uncore_suspend / resume functions
` [PATCH v4 12/12] drm/i915: Listen for PMIC bus access notifications

[RFC 1/3] drm/i915: Watchdog timeout: IRQ handler for gen8+
 2017-02-24  9:15 UTC  (16+ messages)
` [RFC 2/3] drm/i915: Watchdog timeout: Ringbuffer command emission "
` [RFC 3/3] drm/i915: Watchdog timeout: DRM kernel interface to set the timeout
` [PATCH i-g-t 1/2] lib/igt_gt: Add watchdog gem_ctx_set_param ioctl interface
` [PATCH i-g-t 2/2] tests/drv_hangman: watchdog tests
` ✓ Fi.CI.BAT: success for series starting with [RFC,1/3] drm/i915: Watchdog timeout: IRQ handler for gen8+

[PATCH] drm/i915/gvt: add pcode read/write emulation of BDW
 2017-02-24  6:09 UTC 

[RFC] GuC based preemption
 2017-02-24  1:39 UTC  (16+ messages)
` [RFC 01/11] drm/i915/scheduler: Remember request priority throughout its lifetime
` [RFC 02/11] drm/i915/preempt: Add module parameter for preemption
` [RFC 03/11] drm/i915/preempt: Add information needed to track engine preempt state
` [RFC 04/11] drm/i915/preempt: Implement null preemption method
` [RFC 05/11] drm/i915/preempt: Handle preemption event in guc tasklet
` [RFC 06/11] drm/i915/guc: Remove extra arguments from guc_client_alloc
` [RFC 07/11] drm/i915/guc: Add a second client, to be used for preemption
` [RFC 08/11] drm/i915/guc: Add preemption action to GuC firmware interface
` [RFC 09/11] HACK drm/i915/preempt: Actually send the preemption request
` [RFC 10/11] drm/i915/preempt: Emit MI_ARB_CHECK before the start of user batch
` [RFC 11/11] drm/i915/preempt: Show engine preempt state in engine_info debugfs

[PATCH v3 0/8] Adding driver-private objects to atomic state
 2017-02-24  0:52 UTC  (9+ messages)
` [PATCH v3 7/8] drm: Connector helper function to release resources

[PATCH i-g-t 1/2] lib/igt_debugfs: Add functions/tests for controlling/testing HPD storm logic
 2017-02-23 22:53 UTC  (5+ messages)
` [PATCH i-g-t 2/2] tests/chamelium: Don't sleep so much in basic hpd tests

[PATCH] drm/i915: Suppress fbc suggestion to increase stolen if disabled
 2017-02-23 22:49 UTC  (3+ messages)

[PATCH 0/3] drm/atomic: Make drm_framebuffer_remove atomic, again
 2017-02-23 20:10 UTC  (4+ messages)
` [PATCH 1/3] drm/atomic: Make disable_all helper fully disable the crtc

[PATCH] drm/i915: Split I915_RESET_IN_PROGRESS into two flags
 2017-02-23 19:29 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm: Add name for DRM_DP_DUAL_MODE_LSPCON
 2017-02-23 18:50 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox