intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-21 09:07:08 to 2017-03-22 10:36:31 UTC [more...]

[BUG][REGRESSION] i915 gpu hangs under load
 2017-03-22 10:36 UTC  (2+ messages)

[PATCH 00/16] more drmP.h cleanup
 2017-03-22 10:33 UTC  (20+ messages)
` [PATCH 01/16] drm: drop extern from function decls
` [PATCH 02/16] drm: Extract drm_debugfs.h
` [PATCH 03/16] drm: document driver interface for CRC capturing
  ` [Intel-gfx] "
` [PATCH 04/16] drm/debugfs: Add kerneldoc
` [PATCH 05/16] drm: update todo.rst
` [PATCH 06/16] drm: Consolidate and document sysfs support
` [PATCH 07/16] drm: Extract drm_ioctl.h
` [PATCH 08/16] drm: document drm_ioctl.[hc]
` [PATCH 09/16] drm/todo: Add tinydrm refactoring ideas
` [PATCH 10/16] drm/vblank: Remove DRM_VBLANKTIME_IN_VBLANK
  ` [PATCH 11/16] drm/vblank: Switch drm_driver->get_vblank_timestamp to return a bool
      ` [Intel-gfx] "
  ` [PATCH 15/16] drm/vblank: Simplify the get_scanout_position helper hook
` [PATCH 12/16] drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestamp
` [PATCH 13/16] drm/vblank: Add FIXME comments about moving the vblank ts hooks
` [PATCH 14/16] drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos
` [PATCH 16/16] drm/doc: Small markup fixup
` ✗ Fi.CI.BAT: failure for more drmP.h cleanup

[PATCH v7 00/21] Add support for GuC-based SLPC
 2017-03-22 10:20 UTC  (23+ messages)
` [PATCH v7 01/21] drm/i915/debugfs: Create generic string tokenize function and update CRC control parsing
` [PATCH v7 02/21] drm/i915/gen9+: Separate RPS and RC6 handling
` [PATCH v7 03/21] drm/i915/slpc: Add has_slpc capability flag
` [PATCH v7 04/21] drm/i915/slpc: Add enable_slpc module parameter
` [PATCH v7 05/21] drm/i915/slpc: Sanitize GuC version
` [PATCH v7 06/21] drm/i915/slpc: Lay out SLPC init/enable/disable/cleanup helpers
` [PATCH v7 07/21] drm/i915/slpc: Enable SLPC in GuC if supported
` [PATCH v7 08/21] drm/i915/slpc: Add SLPC communication interfaces
` [PATCH v7 09/21] drm/i915/slpc: Add parameter set/unset/get, task control/status functions
` [PATCH v7 10/21] drm/i915/slpc: Allocate/Release/Initialize SLPC shared data
` [PATCH v7 11/21] drm/i915/slpc: Send RESET event to enable SLPC
` [PATCH v7 12/21] drm/i915/slpc: Send SHUTDOWN event
` [PATCH v7 13/21] drm/i915/slpc: Add support for min/max frequency control
` [PATCH v7 14/21] drm/i915/slpc: Add debugfs support to read/write/revert the parameters
` [PATCH v7 15/21] drm/i915/slpc: Add enable/disable controls for SLPC tasks
` [PATCH v7 16/21] drm/i915/slpc: Add i915_slpc_info to debugfs
` [PATCH v7 17/21] drm/i915/slpc: Add SLPC banner to RPS debugfs interfaces
` [PATCH v7 18/21] drm/i915/slpc: Add SKL SLPC Support
` [PATCH v7 19/21] drm/i915/slpc: Add Broxton SLPC support
` [PATCH v7 20/21] drm/i915/slpc: Add Kabylake "
` [PATCH v7 21/21] drm/i915/slpc: Enable SLPC, where supported
` ✓ Fi.CI.BAT: success for Add support for GuC-based SLPC (rev9)

[PATCH 00/12] Various improvements around the GuC topic
 2017-03-22 10:08 UTC  (25+ messages)
` [PATCH 01/12] drm/i915/guc: Sanitize GuC client initialization
` [PATCH 02/12] drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy access
` [PATCH 03/12] drm/i915/guc: Add onion teardown to the GuC setup
` [PATCH 04/12] drm/i915/guc: The Additional Data Struct (ADS) should get enabled together with GuC submission
` [PATCH 05/12] drm/i915/guc: Break out the GuC log extras into their own "runtime" struct
` [PATCH 06/12] drm/i915/guc: Make intel_guc_send a function pointer
` [PATCH 07/12] drm/i915/guc: Improve the GuC documentation & comments about proxy submissions
` [PATCH 08/12] drm/i915/guc: Wait for doorbell to be inactive before deallocating
` [PATCH 09/12] drm/i915/guc: A little bit more of doorbell sanitization
` [PATCH 10/12] drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage descriptor"
` [PATCH 11/12] drm/i915/guc: Split out the mmio_white_list struct
` [PATCH 12/12] drm/i915/guc: Move guc_interrupts_release next to guc_interrupts_capture
` ✗ Fi.CI.BAT: warning for Various improvements around the GuC topic

[PATCH v2 1/4] drm: Mark up accesses of vblank->enabled outside of its spinlock
 2017-03-22 10:06 UTC  (4+ messages)
` [PATCH v2 3/4] drm: Refactor vblank sequence number comparison
  ` [PATCH v2] "

[PATCH v4 0/8] Adding driver-private objects to atomic state
 2017-03-22 10:00 UTC  (3+ messages)
` [PATCH v4 4/8] drm: Add "

[PATCH 1/2] drm/i915: Extract intel_wm_plane_visible()
 2017-03-22  9:51 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Fix SKL cursor watermarks
` [1/2] drm/i915: Extract intel_wm_plane_visible()

Make execbuf fast and green
 2017-03-22  9:43 UTC  (6+ messages)
` [PATCH 08/15] drm/i915: Pass vma to relocate entry
` [PATCH 10/15] drm/i915: First try the previous execbuffer location
` ✗ Fi.CI.BAT: failure for series starting with [01/15] drm/i915: Copy user requested buffers into the error state (rev3)

[PATCH 07/15] drm/i915: Store a direct lookup from object handle to vma
 2017-03-22  9:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/4] drm/i915: Eliminate per-fw_domain i915 backpointer
 2017-03-22  9:16 UTC  (8+ messages)
` [PATCH 2/4] drm/i915: Skip unused fw_domains
` [PATCH 3/4] drm/i915: Remove posting-read for forcewake put
` [PATCH 4/4] drm/i915: All fw_domains share the same set/clear/reset values
` ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915: Eliminate per-fw_domain i915 backpointer

[PATCH 1/2] dim: Run gitk before tagging
 2017-03-22  8:42 UTC  (9+ messages)
` [PATCH 2/2] dim: Stop force-pushing tags
    ` [PATCH 1/2] "
      ` [PATCH 2/2] dim: really make the branch argument for dim retip optional

[PATCH] drm/i915/scheduler: add gvt notification for guc submission
 2017-03-22  6:34 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "
` [PATCH v3] "

[PATCH] drm/i915/GLK/HuC: Load HuC on GLK
 2017-03-22  0:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/2] drm/i915/GuC/GLK: Load GuC on GLK
 2017-03-22  0:20 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/HuC/GLK: Load HuC "
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/GuC/GLK: Load GuC "

linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2017-03-22  0:00 UTC 

linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2017-03-21 23:57 UTC 

[PATCH] drm/i915: simplify intel_ddi_pll_select()
 2017-03-21 23:05 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 2/2] drm/i915: Implement cdclk restrictions based on Azalia BCLK
 2017-03-21 20:27 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v3 0/5] drm/i915: SKL+ render decompression support
 2017-03-21 20:26 UTC  (8+ messages)
` [PATCH 1/5] drm: Share the code to compute color plane dimesions
` [PATCH 2/5] drm: Remove fb hsub/vsub alignment requirement
` [PATCH v3 3/5] drm: Add mode_config .get_format_info() hook
` [PATCH v4 4/5] drm/i915: Implement .get_format_info() hook for CCS
` [PATCH v4 5/5] drm/i915: Add render decompression support
` ✗ Fi.CI.BAT: failure for drm/i915: SKL+ render decompression support (rev4)

[PATCH] drm/atomic: Introduce drm_atomic_helper_shutdown
 2017-03-21 18:41 UTC  (7+ messages)
` ✗ Fi.CI.BAT: warning for "
` ✗ Fi.CI.BAT: failure for drm/atomic: Introduce drm_atomic_helper_shutdown (rev3)

[01/15] drm/i915: Copy user requested buffers into the error state
 2017-03-21 18:25 UTC  (5+ messages)

[PATCH] fs/pstore: Perform erase from a worker
 2017-03-21 18:16 UTC  (5+ messages)

[PATCH] drm/i915: Spinlocks in tasklets can use spin_(un)lock_irq
 2017-03-21 15:05 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

Fixes that failed to backport to v4.11-rc1
 2017-03-21 15:02 UTC  (6+ messages)
  ` [PATCH] drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)
  ` [PATCH] drm/i915: make context status notifier head be per engine

[PATCH RFC] drm/i915: reduce cursor size for GEN5 hardware
 2017-03-21 14:43 UTC  (10+ messages)
` [PATCH] drm/i915: Fix legacy cursor vs. watermarks for ILK-BDW

[PATCH 0/4] drm/i915: Enable atomic for VLV/CHV
 2017-03-21 14:31 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[CI] drm/i915: Remove intel_ring.last_retired_head
 2017-03-21 14:24 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Remove intel_ring.last_retired_head (rev2)

[PATCH] drm/i915/execlists: Split the atomic test_and_clear_bit for irq handler
 2017-03-21 14:18 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

4.11-rc0, thinkpad x220: GPU hang
 2017-03-21 14:02 UTC  (7+ messages)
  ` [regression] "

[PATCH] drm/i915: use static const array for PICK macro
 2017-03-21 13:16 UTC  (6+ messages)
      ` [Intel-gfx] "
` ✗ Fi.CI.BAT: warning for "

[PATCH 0/8] dim: shellcheck v0.4.4 fixes
 2017-03-21 12:50 UTC  (14+ messages)
` [PATCH 1/8] dim: declare and assign separately
` [PATCH 2/8] dim: use [ p ] || [ q ] instead of test -a/-o
` [PATCH 3/8] dim: use read -r option
` [PATCH 4/8] dim: silence shellcheck warning about sourced files
` [PATCH 5/8] dim: avoid errors with rm $foo/ expanding to /
` [PATCH 6/8] dim: pipe dim_cite output directly instead of using echo
` [PATCH 7/8] dim: use grep -c instead of grep|wc
    ` [PATCH v2] dim: use grep -q "
` [PATCH 8/8] dim: abstract -i interactive pause to a function

[PATCH i-g-t 1/3] igt_command_line.sh: Handle the special cases of drv_selftest and drm_mm
 2017-03-21 12:50 UTC  (3+ messages)
` [PATCH i-g-t 2/3] igt_command_line.sh: Actually check things during distcheck
` [PATCH i-g-t 3/3] lib/igt_kmod: Don't call igt_assert or igt_require without a fixture

[PATCH] dim: really make the branch argument for dim retip optional
 2017-03-21 12:45 UTC 

[PATCH v3 00/10] drm/fb-helper: Deferred setup support
 2017-03-21 12:28 UTC  (26+ messages)
` [PATCH v3 01/10] drm/fb-helper: Cleanup checkpatch warnings
` [PATCH v3 02/10] drm/fb-helper: Reshuffle code for subsequent patches
` [PATCH v3 03/10] drm/fb-helper: Improve code readability
` [PATCH v3 04/10] drm/fb-helper: Push down modeset lock into FB helpers
` [PATCH v3 05/10] drm/fb-helper: Add top-level lock
` [PATCH v3 06/10] drm/fb-helper: Support deferred setup
` [PATCH v3 10/10] drm/rockchip: Remove unnecessary NULL check
` ✓ Fi.CI.BAT: success for drm/fb-helper: Deferred setup support (rev2)
  ` [PATCH v3 07/10] drm/exynos: Remove custom FB helper deferred setup

[PATCH 1/3] drm/i915: allocate mock file pointer dynamically
 2017-03-21 10:23 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: split out check for noncontiguous pfn range

[PATCH] drm/i915: intel_engine_init_global_seqno() requires atomic kmap
 2017-03-21  9:52 UTC  (3+ messages)

[PATCH] drm/i915/uc: Make intel_uc_prepare_fw() static
 2017-03-21  9:52 UTC  (3+ messages)

[PATCH] drm/i915: Remove intel_ring.last_retired_head
 2017-03-21  9:50 UTC  (2+ messages)

[PULL] drm-misc-next
 2017-03-21  9:06 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).