Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-22 15:12:11 to 2019-05-23 15:53:44 UTC [more...]

[PULL] drm-misc-next
 2019-05-23 15:53 UTC  (2+ messages)

[PATCH v2 0/9] GuC fixes
 2019-05-23 15:53 UTC  (23+ messages)
` [PATCH v2 1/9] drm/i915/selftests: Move some reset testcases to separate file
` [PATCH v2 2/9] drm/i915/selftests: Split igt_atomic_reset testcase
` [PATCH v2 3/9] drm/i915/selftests: Use prepare/finish during atomic reset test
` [PATCH v2 4/9] drm/i915/guc: Rename intel_guc_is_alive to intel_guc_is_loaded
` [PATCH v2 5/9] drm/i915/uc: Explicitly sanitize GuC/HuC on failure and finish
` [PATCH v2 6/9] drm/i915/uc: Use GuC firmware status helper
` [PATCH v2 7/9] drm/i915/uc: Skip GuC HW unwinding if GuC is already dead
` [PATCH v2 8/9] drm/i915/uc: Stop talking with GuC when resetting
` [PATCH v2 9/9] drm/i915/uc: Skip reset preparation if GuC is already dead
` ✗ Fi.CI.CHECKPATCH: warning for GuC fixes (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH 1/1] drm/i915: remove unused IO_TLB_SEGPAGES which should be defined by swiotlb
 2019-05-23 15:48 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/1] "
` ✓ Fi.CI.IGT: "

[PATCH 0/2] drm/i915: timeline semaphore support
 2019-05-23 15:44 UTC  (11+ messages)
` [PATCH 1/2] drm/syncobj: add an output syncobj parameter to find_fence
` [PATCH 2/2] drm/i915: add syncobj timeline support
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: timeline semaphore support

[CI 01/15] drm/i915: Split GEM object type definition to its own header
 2019-05-23 15:09 UTC  (19+ messages)
` [CI 02/15] drm/i915: Pull GEM ioctls interface to its own file
` [CI 03/15] drm/i915: Move object->pages API to i915_gem_object.[ch]
` [CI 04/15] drm/i915: Move shmem object setup to its own file
` [CI 05/15] drm/i915: Move phys objects "
` [CI 06/15] drm/i915: Move mmap and friends "
` [CI 07/15] drm/i915: Move GEM domain management "
` [CI 08/15] drm/i915: Move more GEM objects under gem/
` [CI 09/15] drm/i915: Pull scatterlist utils out of i915_gem.h
` [CI 10/15] drm/i915: Move GEM object domain management from struct_mutex to local
` [CI 11/15] drm/i915: Move GEM object waiting to its own file
` [CI 12/15] drm/i915: Move GEM object busy checking "
` [CI 13/15] drm/i915: Move GEM client throttling "
` [CI 14/15] drm/i915: Rename intel_context.active to .inflight
` [CI 15/15] drm/i915: Drop the deferred active reference
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,01/15] drm/i915: Split GEM object type definition to its own header
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/gtt: Always acquire struct_mutex for gen6_ppgtt_cleanup
 2019-05-23 14:58 UTC  (10+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Keep user GGTT alive for a minimum of 250ms
 2019-05-23 14:38 UTC  (2+ messages)

[PATCH] drm/i915: Keep user GGTT alive for a minimum of 250ms
 2019-05-23 14:35 UTC 

[PATCH i-g-t 00/15] Remaining bits of Virtual Engine tooling
 2019-05-23 14:17 UTC  (25+ messages)
` [PATCH i-g-t 01/15] gem_wsim: Engine map support
` [PATCH i-g-t 02/15] gem_wsim: Save some lines by changing to implicit NULL checking
` [PATCH i-g-t 03/15] gem_wsim: Compact int command parsing with a macro
` [PATCH i-g-t 04/15] gem_wsim: Engine map load balance command
  ` [igt-dev] "
` [PATCH i-g-t 05/15] gem_wsim: Engine bond command
` [PATCH i-g-t 06/15] gem_wsim: Some more example workloads
` [PATCH i-g-t 07/15] gem_wsim: Infinite batch support
` [PATCH i-g-t 08/15] gem_wsim: Command line switch for specifying low slice count workloads
` [PATCH i-g-t 09/15] gem_wsim: Per context SSEU control
` [PATCH i-g-t 10/15] gem_wsim: Allow RCS virtual engine with "
` [PATCH i-g-t 11/15] gem_wsim: Consolidate engine assignments into helpers
  ` [igt-dev] "
` [PATCH i-g-t 12/15] gem_wsim: Discover engines
` [PATCH i-g-t 13/15] gem_wsim: Support Icelake parts
` [PATCH i-g-t 14/15] gem_wsim: Fix prng usage
  ` [igt-dev] "
` [PATCH i-g-t 15/15] gem_wsim: Allow random seed control

linux-next: manual merge of the drm-misc tree with Linus' tree
 2019-05-23 14:16 UTC  (8+ messages)

[PATCH v6 0/8] drm/fb-helper: Move modesetting code to drm_client
 2019-05-23 13:44 UTC  (9+ messages)
` [PATCH v6 1/8] drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()
` [PATCH v6 2/8] drm/fb-helper: Remove drm_fb_helper_crtc
` [PATCH v6 3/8] drm/fb-helper: Prepare to move out commit code
` [PATCH v6 4/8] drm/fb-helper: Move "
` [PATCH v6 5/8] drm/fb-helper: Remove drm_fb_helper_connector
` [PATCH v6 6/8] drm/fb-helper: Prepare to move out modeset config code
` [PATCH v6 7/8] drm/fb-helper: Move "
` [PATCH v6 8/8] drm/client: Hack: Add bootsplash example

[PATCH i-g-t 01/12] i915: Add gem_vm_create
 2019-05-23 13:41 UTC  (5+ messages)
` [PATCH i-g-t 03/12] i915/gem_ctx_create: Basic checks for constructor properties
` [PATCH i-g-t 05/12] i915: Exercise creating context with shared GTT

[PATCH] drm/i915: Tune down link train error messages due to IO failure
 2019-05-23 13:08 UTC 

[PATCH] drm/i915: remove duplicate typedef for intel_wakeref_t
 2019-05-23 12:49 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/4] drm/i915: move and rename register read ioctl function declaration
 2019-05-23 12:18 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/4] "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] tests/i915: Restore some BAT coverage
 2019-05-23 12:08 UTC  (9+ messages)
` [igt-dev] "
` [PATCH i-g-t v2] "
  ` [igt-dev] "

[PATCH 0/3] drm/i915: HuC updates
 2019-05-23 11:58 UTC  (10+ messages)
` [PATCH 1/3] drm/i915/uc: Make uc_sanitize part of gt_sanitize
` [PATCH 2/3] drm/i915/huc: Check HuC firmware status only once
` [PATCH 3/3] drm/i915/huc: Update HuC status codes
` ✓ Fi.CI.BAT: success for drm/i915: HuC updates

[PATCH 5/5] drm/i915: add support for perf configuration queries
 2019-05-23 11:38 UTC  (4+ messages)

[PATCH i-g-t] i915: Improve static engine map for legacy
 2019-05-23 11:23 UTC  (10+ messages)

[PATCH i-g-t] igt/gem_fence_thrash, gem_mmap_gtt: Don't let the device sleep
 2019-05-23 10:17 UTC  (3+ messages)

[PULL] drm-intel-fixes
 2019-05-23  9:42 UTC 

[CI] drm/i915: Engine discovery query
 2019-05-23  9:19 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Engine discovery query (rev11)

Getting "rcs0: reset request timeout" on 4.19.16
 2019-05-23  9:13 UTC  (3+ messages)

[PATCH i-g-t] lib/dummyload: Cleanup access to spin obj array
 2019-05-23  8:59 UTC  (4+ messages)

[PATCH i-g-t] lib/i915: Fix test enumeration on legacy kernels
 2019-05-23  8:52 UTC  (2+ messages)

[v11 00/12] Add HDR Metadata Parsing and handling in DRM layer
 2019-05-23  8:41 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH 01/10] drm/i915/dmc: use kernel types
 2019-05-23  8:24 UTC  (10+ messages)
` [PATCH 02/10] drm/i915/dmc: extract fw_info and table walk from intel_package_header
` [PATCH 03/10] drm/i915/dmc: add support for package_header with version 2
` [PATCH 04/10] drm/i915/dmc: extract function to parse css header
` [PATCH 05/10] drm/i915/dmc: extract function to parse package_header
` [PATCH 06/10] drm/i915/dmc: extract function to parse dmc_header
` [PATCH 07/10] drm/i915/dmc: add support to load dmc_header version 3
` [PATCH 08/10] drm/i915/dmc: remove redundant return in parse_csr_fw()
` [PATCH 09/10] drm/i915/dmc: protect against reading random memory
` [PATCH 10/10] drm/i915/dmc: protect against loading wrong firmware

[PATCH v9 0/6] drm/i915/dp: Support for DP YCbCr4:2:0 outputs
 2019-05-23  7:20 UTC  (2+ messages)

linux-next: manual merge of the drm-misc tree with the drm-intel tree
 2019-05-22 23:58 UTC 

linux-next: manual merge of the drm-misc tree with the drm-intel tree
 2019-05-22 23:53 UTC 

[PATCH v2 0/4] Enable Transcoder Port Sync feature for Tiled displays
 2019-05-22 21:42 UTC  (7+ messages)
` [PATCH v2 1/4] drm/i915/icl: Assign Master slave crtc links for Transcoder Port Sync
` [PATCH v2 2/4] drm/i915/icl: Enable TRANSCODER PORT SYNC for tiled displays across separate ports

[PATCH i-g-t] lib/i915: Add Icelake vcs2 engine to the static list
 2019-05-22 21:14 UTC  (2+ messages)
` [igt-dev] "

[PATCH i-g-t 1/2] drm-uapi: Import i915_drm.h upto c5d3e39caa456b1e061644b739131f2b54c84c08
 2019-05-22 21:12 UTC  (2+ messages)

[PATCH i-g-t] lib/i915: End warning message with a newline
 2019-05-22 21:10 UTC  (3+ messages)

[PATCH i-g-t] lib/i915: Fix pointer cast build issue
 2019-05-22 21:08 UTC  (2+ messages)

[PATCH 18/21] drm/i915: extract intel_runtime_pm.h from intel_drv.h
 2019-05-22 19:58 UTC  (4+ messages)
` [18/21] "

[PATCH i-g-t] i915/gem_exec_fence: Replace open-coded recursive batch with igt_spin_t
 2019-05-22 19:45 UTC 

[PULL] drm-misc-fixes
 2019-05-22 19:44 UTC 

[PATCH] drm/i915: Fix the interpretation of MAX_PRE-EMPHASIS_REACHED bit inorder to pass Link Layer compliance test number 400.3.1.15
 2019-05-22 19:25 UTC  (3+ messages)

[PATCH 00/33] fbcon notifier begone!
 2019-05-22 18:43 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for fbcon notifier begone! (rev2)

[PATCH v5 1/2] drm/i915: Make sandybridge_pcode_read() deal with the second data register
 2019-05-22 18:28 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v5,1/2] "

[CI 01/10] drm/i915: Restore control over ppgtt for context creation ABI
 2019-05-22 17:38 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [CI,01/10] "

[PATCH i-g-t] i915/gem_exec_fence: Replace open-coded recursive batch with igt_spin_t
 2019-05-22 17:24 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v2 0/5] drm/i915: Vulkan performance query support
 2019-05-22 15:53 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Vulkan performance query support (rev2)

[PATCH 3/4] drm/i915: remove irrelevant DRM_UNLOCKED flag
 2019-05-22 15:47 UTC 

[PATCH v3 1/2] drm/i915/gtt: grab wakeref in gen6_alloc_va_range
 2019-05-22 15:45 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [v3,1/2] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).