intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-22 19:58:25 to 2019-05-24 07:12:53 UTC [more...]

linux-next: manual merge of the drm-misc tree with Linus' tree
 2019-05-24  7:12 UTC  (10+ messages)

[BrownBag] drm/i915/gtt: Neuter the deferred unbind callback from gen6_ppgtt_cleanup
 2019-05-24  6:45 UTC 

[PATCH v4 00/22] GuC 32.0.3
 2019-05-24  0:09 UTC  (25+ messages)
` [PATCH v4 01/22] drm/i915/guc: Change platform default GuC mode
` [PATCH v4 02/22] drm/i915/guc: Don't allow GuC submission
` [PATCH v4 03/22] drm/i915/guc: Update GuC firmware versions and names
` [PATCH v4 04/22] drm/i915/guc: Update GuC firmware CSS header
` [PATCH v4 05/22] drm/i915/guc: Update GuC boot parameters
` [PATCH v4 06/22] drm/i915/guc: Update suspend/resume protocol
` [PATCH v4 07/22] drm/i915/guc: Update GuC sample-forcewake command
` [PATCH v4 08/22] drm/i915/guc: Update GuC ADS object definition
` [PATCH v4 09/22] drm/i915/guc: Reset GuC ADS during sanitize
` [PATCH v4 10/22] drm/i915/guc: Always ask GuC to update power domain states
` [PATCH v4 11/22] drm/i915/guc: Define GuC firmware version for Geminilake
` [PATCH v4 12/22] drm/i915/huc: Define HuC "
` [PATCH v4 13/22] drm/i915/guc: New GuC interrupt register for Gen11
` [PATCH v4 14/22] drm/i915/guc: New GuC scratch registers "
` [PATCH v4 15/22] drm/i915/huc: New HuC status register "
` [PATCH v4 16/22] drm/i915/guc: Create vfuncs for the GuC interrupts control functions
` [PATCH v4 17/22] drm/i915/guc: Correctly handle GuC interrupts on Gen11
` [PATCH v4 18/22] drm/i915/guc: Update GuC CTB response definition
` [PATCH v4 19/22] drm/i915/guc: Enable GuC CTB communication on Gen11
` [PATCH v4 20/22] drm/i915/guc: Define GuC firmware version for Icelake
` [PATCH v4 21/22] drm/i915/huc: Define HuC "
` [PATCH v4 22/22] HAX: turn on GuC/HuC auto mode
` ✗ Fi.CI.CHECKPATCH: warning for GuC 32.0.3 (rev5)
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY
 2019-05-24  0:06 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY (rev3)

[PATCH 01/10] drm/i915/dmc: use kernel types
 2019-05-23 23:27 UTC  (30+ 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
` ✓ Fi.CI.BAT: success for series starting with [01/10] drm/i915/dmc: use kernel types

[CI] drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY
 2019-05-23 23:10 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY (rev2)
` ✓ Fi.CI.BAT: success "

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

✗ Fi.CI.BAT: failure for drm/i915/gen11: enable support for headerless msgs (rev4)
 2019-05-23 21:13 UTC  (3+ messages)

[PATCH v2 0/9] GuC fixes
 2019-05-23 20:58 UTC  (21+ messages)
` [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 "
` ✗ Fi.CI.CHECKPATCH: warning for GuC fixes (rev3)
` ✗ Fi.CI.BAT: failure "

[PATCH v6 0/8] drm/fb-helper: Move modesetting code to drm_client
 2019-05-23 18:58 UTC  (12+ 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
` ✗ Fi.CI.BAT: failure for drm/fb-helper: Move modesetting code to drm_client (rev7)

[PATCH v4 1/2] drm/i915/gtt: grab wakeref in gen6_alloc_va_range
 2019-05-23 18:42 UTC  (5+ messages)
` [PATCH v4 2/2] drm/i915: add in-kernel blitter client
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/2] drm/i915/gtt: grab wakeref in gen6_alloc_va_range
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Keep user GGTT alive for a minimum of 250ms
 2019-05-23 16:55 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: Keep user GGTT alive for a minimum of 250ms (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Tune down link train error messages due to IO failure
 2019-05-23 16:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/2] drm/i915: timeline semaphore support
 2019-05-23 16:16 UTC  (12+ 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
` ✓ Fi.CI.BAT: success "

[PATCH 0/3] drm/i915: HuC updates
 2019-05-23 15:56 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.IGT: failure for drm/i915: HuC updates

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

[CI 01/15] drm/i915: Split GEM object type definition to its own header
 2019-05-23 15:09 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,01/15] "

[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 i-g-t 00/15] Remaining bits of Virtual Engine tooling
 2019-05-23 14:17 UTC  (12+ messages)
` [PATCH i-g-t 01/15] gem_wsim: Engine map support
` [PATCH i-g-t 04/15] gem_wsim: Engine map load balance command
  ` [igt-dev] "
` [PATCH i-g-t 07/15] gem_wsim: Infinite batch support
` [PATCH i-g-t 11/15] gem_wsim: Consolidate engine assignments into helpers
  ` [igt-dev] "

[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: remove duplicate typedef for intel_wakeref_t
 2019-05-23 12:49 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

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

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

[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 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  (2+ messages)

[PATCH i-g-t] lib/i915: Fix pointer cast build issue
 2019-05-22 21:08 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;
as well as URLs for NNTP newsgroup(s).