Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 07:36:36 to 2021-06-09 08:45:05 UTC [more...]

[Intel-gfx] [v3] drm/i915/dsc: Fix bigjoiner check in dsc_disable
 2021-06-09  8:44 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsc: Fix bigjoiner check in dsc_disable (rev4)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [V3] drm/i915/display: Fix state mismatch in drm infoframe
 2021-06-09  8:30 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Fix state mismatch in drm infoframe (rev4)
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 00/31] drm/i915/gem: ioctl clean-ups (v6)
 2021-06-09  8:25 UTC  (39+ messages)
` [Intel-gfx] [PATCH 01/31] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
` [Intel-gfx] [PATCH 02/31] drm/i915: Stop storing the ring size in the ring pointer (v2)
` [Intel-gfx] [PATCH 03/31] drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
` [Intel-gfx] [PATCH 04/31] drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem (v2)
` [Intel-gfx] [PATCH 05/31] drm/i915/gem: Return void from context_apply_all
` [Intel-gfx] [PATCH 06/31] drm/i915: Drop the CONTEXT_CLONE API (v2)
` [Intel-gfx] [PATCH 07/31] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)
` [Intel-gfx] [PATCH 08/31] drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINES
` [Intel-gfx] [PATCH 09/31] drm/i915/gem: Disallow bonding of virtual engines (v3)
` [Intel-gfx] [PATCH 10/31] drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT (v2)
` [Intel-gfx] [PATCH 11/31] drm/i915/request: Remove the hook from await_execution
` [Intel-gfx] [PATCH 12/31] drm/i915/gem: Disallow creating contexts with too many engines
` [Intel-gfx] [PATCH 13/31] drm/i915: Stop manually RCU banging in reset_stats_ioctl (v2)
` [Intel-gfx] [PATCH 14/31] drm/i915/gem: Add a separate validate_priority helper
` [Intel-gfx] [PATCH 15/31] drm/i915: Add gem/i915_gem_context.h to the docs
` [Intel-gfx] [PATCH 16/31] drm/i915/gem: Add an intermediate proto_context struct (v4)
` [Intel-gfx] [PATCH 17/31] drm/i915/gem: Rework error handling in default_engines
` [Intel-gfx] [PATCH 18/31] drm/i915/gem: Optionally set SSEU in intel_context_set_gem
` [Intel-gfx] [PATCH 19/31] drm/i915: Add an i915_gem_vm_lookup helper
` [Intel-gfx] [PATCH 20/31] drm/i915/gem: Make an alignment check more sensible
` [Intel-gfx] [PATCH 21/31] drm/i915/gem: Use the proto-context to handle create parameters (v3)
` [Intel-gfx] [PATCH 22/31] drm/i915/gem: Return an error ptr from context_lookup
` [Intel-gfx] [PATCH 23/31] drm/i915/gt: Drop i915_address_space::file (v2)
` [Intel-gfx] [PATCH 24/31] drm/i915/gem: Delay context creation (v2)
` [Intel-gfx] [PATCH 25/31] drm/i915/gem: Don't allow changing the VM on running contexts (v2)
` [Intel-gfx] [PATCH 26/31] drm/i915/gem: Don't allow changing the engine set "
` [Intel-gfx] [PATCH 27/31] drm/i915/selftests: Take a VM in kernel_context()
` [Intel-gfx] [PATCH 28/31] i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
` [Intel-gfx] [PATCH 29/31] drm/i915/gem: Roll all of context creation together
` [Intel-gfx] [PATCH 30/31] drm/i915: Finalize contexts in GEM_CONTEXT_CREATE on version 13+
` [Intel-gfx] [PATCH 31/31] drm/i915: Drop some RCU usage around context VMs
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gem: ioctl clean-ups (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 0/9] Prereqs for TTM accelerated migration
 2021-06-09  8:23 UTC  (16+ messages)
` [Intel-gfx] [PATCH v2 1/9] drm/i915: Reference objects on the ww object list
` [Intel-gfx] [PATCH v2 2/9] drm/i915: Break out dma_resv ww locking utilities to separate files
` [Intel-gfx] [PATCH v2 3/9] drm/i915: Introduce a ww transaction helper
` [Intel-gfx] [PATCH v2 4/9] drm/i915/gt: Add an insert_entry for gen8_ppgtt
` [Intel-gfx] [PATCH v2 5/9] drm/i915/gt: Add a routine to iterate over the pagetables of a GTT
` [Intel-gfx] [PATCH v2 6/9] drm/i915/gt: Export the pinned context constructor and destructor
` [Intel-gfx] [PATCH v2 7/9] drm/i915/gt: Pipelined page migration
` [Intel-gfx] [PATCH v2 8/9] drm/i915/gt: Pipelined clear
` [Intel-gfx] [PATCH v2 9/9] drm/i915/gt: Setup a default migration context on the GT
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Prereqs for TTM accelerated migration (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "

[Intel-gfx] [PULL] drm-misc-next
 2021-06-09  7:42 UTC 

[Intel-gfx] [v3] drm/i915/dsc: Fix bigjoiner check in dsc_disable
 2021-06-09  6:59 UTC 

[Intel-gfx] [PATCH v2 1/1] drm/i915/xelpd: Enabling dithering after the CC1
 2021-06-08 23:53 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 0/1] "
  ` [Intel-gfx] [PATCH v3 1/1] drm/i915/xelpd: "

[Intel-gfx] [PATCH 0/2] drm/i915/xelpd: Enabling dithering after the CC1
 2021-06-08 23:44 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 0/1] "
  ` [Intel-gfx] [PATCH v3 1/1] drm/i915/xelpd: "

[Intel-gfx] [PATCH 0/8] Introduce i915_sched_engine object
 2021-06-09  1:26 UTC  (12+ messages)
` [Intel-gfx] [PATCH 1/8] drm/i915: Move priolist to new "
` [Intel-gfx] [PATCH 2/8] drm/i915: Add i915_sched_engine_is_empty function
` [Intel-gfx] [PATCH 3/8] drm/i915: Reset sched_engine.no_priolist immediately after dequeue
` [Intel-gfx] [PATCH 4/8] drm/i915: Move active tracking to i915_sched_engine
` [Intel-gfx] [PATCH 5/8] drm/i915: Move engine->schedule "
` [Intel-gfx] [PATCH 6/8] drm/i915: Add kick_backend function "
` [Intel-gfx] [PATCH 7/8] drm/i915: Update i915_scheduler to operate on i915_sched_engine
` [Intel-gfx] [PATCH 8/8] drm/i915: Move submission tasklet to i915_sched_engine
` [Intel-gfx] ✓ Fi.CI.BAT: success for Introduce i915_sched_engine object (rev3)
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH 00/13] Update firmware to v62.0.0
 2021-06-09  1:03 UTC  (11+ messages)
` [Intel-gfx] [PATCH 01/13] drm/i915/guc: Introduce unified HXG messages
` [Intel-gfx] [PATCH 02/13] drm/i915/guc: Update MMIO based communication
` [Intel-gfx] [PATCH 03/13] drm/i915/guc: Update CTB response status definition

[Intel-gfx] [PATCH] drm/i915/adl_p: Add initial ADL_P Workarounds
 2021-06-09  0:09 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/adl_p: Add initial ADL_P Workarounds (rev2)
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH] drm/i915: Flush buffer pools on driver remove
 2021-06-08 19:43 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH 0/9] Prereqs for TTM accelerated migration
 2021-06-08 19:09 UTC  (20+ messages)
` [Intel-gfx] [PATCH 1/9] drm/i915: Reference objects on the ww object list
` [Intel-gfx] [PATCH 2/9] drm/i915: Break out dma_resv ww locking utilities to separate files
` [Intel-gfx] [PATCH 3/9] drm/i915: Introduce a ww transaction helper
` [Intel-gfx] [PATCH 4/9] drm/i915/gt: Add an insert_entry for gen8_ppgtt
` [Intel-gfx] [PATCH 5/9] drm/i915/gt: Add a routine to iterate over the pagetables of a GTT
` [Intel-gfx] [PATCH 6/9] drm/i915/gt: Export the pinned context constructor
` [Intel-gfx] [PATCH 7/9] drm/i915/gt: Pipelined page migration
` [Intel-gfx] [PATCH 8/9] drm/i915/gt: Pipelined clear
` [Intel-gfx] [PATCH 9/9] drm/i915/gt: Setup a default migration context on the GT
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Prereqs for TTM accelerated migration
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "

[Intel-gfx] [PATCH V4] drm/i915/jsl: Add W/A 1409054076 for JSL
 2021-06-08 19:06 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/jsl: Add W/A 1409054076 for JSL (rev4)
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/7] Add "activ bpc" and "active color format" drm property
 2021-06-08 19:01 UTC  (9+ messages)
` [Intel-gfx] [PATCH v2 1/7] drm/amd/display: Add missing cases convert_dc_color_depth_into_bpc
` [Intel-gfx] [PATCH v2 2/7] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
` [Intel-gfx] [PATCH v2 3/7] drm/amd/display: Add handling for new "active bpc" property
` [Intel-gfx] [PATCH v2 4/7] drm/i915/display: "
` [Intel-gfx] [PATCH v2 5/7] drm/uAPI: Add "active color format" drm property as feedback for userspace
` [Intel-gfx] [PATCH v2 6/7] drm/amd/display: Add handling for new "active color format" property
` [Intel-gfx] [PATCH v2 7/7] drm/i915/display: "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Add "activ bpc" and "active color format" drm property

[Intel-gfx] [PATCH v4 1/2] drm/i915/display: Introduce new intel_psr_pause/resume function
 2021-06-08 17:25 UTC  (7+ messages)
` [Intel-gfx] [PATCH v4 2/2] drm/i915: Disable PSR around cdclk changes
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v4,1/2] drm/i915/display: Introduce new intel_psr_pause/resume function
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH 0/4] Add "activ bpc" drm property and use it in AMD and Intel driver
 2021-06-08 17:19 UTC  (6+ messages)
` [Intel-gfx] [PATCH 4/4] drm/i915/display: Add handling for new "active bpc" property

[Intel-gfx] [PATCH v3 0/7] Add back the buddy allocator
 2021-06-08 14:01 UTC  (10+ messages)
` [Intel-gfx] [PATCH v3 1/7] drm/i915/ttm: add ttm_buddy_man
` [Intel-gfx] [PATCH v3 2/7] drm/i915/ttm: add i915_sg_from_buddy_resource
` [Intel-gfx] [PATCH v3 3/7] drm/i915/ttm: Calculate the object placement at get_pages time
` [Intel-gfx] [PATCH v3 4/7] drm/i915/ttm: pass along the I915_BO_ALLOC_CONTIGUOUS
` [Intel-gfx] [PATCH v3 5/7] drm/i915/ttm: remove node usage in our naming
` [Intel-gfx] [PATCH v3 6/7] drm/i915/ttm: switch over to ttm_buddy_man
` [Intel-gfx] [PATCH v3 7/7] drm/i915/ttm: restore min_page_size behaviour
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Add back the buddy allocator (rev3)

[Intel-gfx] [PATCH 00/10] Allow mdev drivers to directly create the vfio_device
 2021-06-08  6:22 UTC  (4+ messages)
` [Intel-gfx] [PATCH 06/10] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE

[Intel-gfx] [PATCH v2 00/17] drm/i915: DDI buf trans cleaup and fixes
 2021-06-08 13:33 UTC  (16+ messages)
` [Intel-gfx] [PATCH v2 08/17] drm/i915: Store the HDMI default entry in the bug trans struct
` [Intel-gfx] [PATCH v2 09/17] drm/i915: Introduce encoder->get_buf_trans()
` [Intel-gfx] [PATCH v2 10/17] drm/i915: Clean up hsw/bdw/skl/kbl buf trans funcs
` [Intel-gfx] [PATCH v2 11/17] drm/i915: Introduce rkl_get_combo_buf_trans()
` [Intel-gfx] [PATCH v2 12/17] drm/i915: Fix dg1 buf trans tables
` [Intel-gfx] [PATCH v2 13/17] drm/i915: Deduplicate icl DP HBR2 vs. eDP HBR3 table
` [Intel-gfx] [PATCH v2 14/17] drm/i915: Fix ehl edp hbr2 vswing table
` [Intel-gfx] [PATCH v2 15/17] drm/i915: Clean up jsl/ehl buf trans functions
` [Intel-gfx] [PATCH v2 16/17] drm/i915: Nuke buf_trans hdmi functions
` [Intel-gfx] [PATCH v2 17/17] drm/i915: Add the missing adls vswing tables
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: DDI buf trans cleaup and fixes (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH i-g-t] [RFC] tests/kms_big_fb: Wait for vblank before collecting CRC
 2021-06-08 11:54 UTC  (7+ messages)
  ` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH V3] x86/gpu: add JasperLake to gen11 early quirks
 2021-06-08 11:09 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for x86/gpu: add JasperLake to gen11 early quirks (rev6)

[Intel-gfx] XDC 2021: Registration & Call for Proposals now open!
 2021-06-08 10:38 UTC  (2+ messages)
` [Intel-gfx] [Mesa-dev] "

[Intel-gfx] [PATCH v2 0/6] Add back the buddy allocator
 2021-06-08 10:14 UTC  (13+ messages)
` [Intel-gfx] [PATCH v2 1/6] drm/i915/ttm: add ttm_buddy_man
` [Intel-gfx] [PATCH v2 2/6] drm/i915/ttm: add i915_sg_from_buddy_resource
` [Intel-gfx] [PATCH v2 3/6] drm/i915/ttm: Calculate the object placement at get_pages time
` [Intel-gfx] [PATCH v2 4/6] drm/i915/ttm: pass along the I915_BO_ALLOC_CONTIGUOUS
` [Intel-gfx] [PATCH v2 5/6] drm/i915/ttm: switch over to ttm_buddy_man
` [Intel-gfx] [PATCH v2 6/6] drm/i915/ttm: restore min_page_size behaviour
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Add back the buddy allocator (rev2)

[Intel-gfx] [PATCH] drm/i915/gem/mman: only allow WC for lmem
 2021-06-08 10:06 UTC  (4+ messages)

[Intel-gfx] [RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-06-08  8:46 UTC  (12+ messages)
` [Intel-gfx] [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function

[Intel-gfx] [PATCH 00/21] Add Support for Plane Color Lut and CSC features
 2021-06-08  8:34 UTC  (5+ messages)
` [Intel-gfx] [PATCH 02/21] drm: Add Plane Degamma Mode property

[Intel-gfx] [PATCH 0/6] Add back the buddy allocator
 2021-06-08  8:15 UTC  (13+ messages)
` [Intel-gfx] [PATCH 1/6] drm/i915/ttm: add ttm_buddy_man
` [Intel-gfx] [PATCH 4/6] drm/i915/ttm: pass along the I915_BO_ALLOC_CONTIGUOUS
` [Intel-gfx] [PATCH 5/6] drm/i915/ttm: switch over to ttm_buddy_man
` [Intel-gfx] [PATCH 6/6] drm/i915/ttm: restore min_page_size behaviour

[Intel-gfx] [PATCH][next] drm/i915/gem: Fix fall-through warning for Clang
 2021-06-08  8:10 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 0/9] Enhance pipe color support for multi segmented luts
 2021-06-08  7:59 UTC  (5+ messages)

[Intel-gfx] [PATCH] tests/kms_color: Disable gamma in degamma tests
 2021-06-08  7:46 UTC  (4+ messages)
` [Intel-gfx] [PATCH i-g-t] "


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).