intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-14 17:52:08 to 2021-07-16 18:45:29 UTC [more...]

[Intel-gfx] [PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device
 2021-07-16 18:44 UTC  (20+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915/gem: Check object_can_migrate from object_migrate
` [Intel-gfx] [PATCH 2/7] drm/i915/gem: Refactor placement setup for i915_gem_object_create*
` [Intel-gfx] [PATCH 3/7] drm/i915/gem: Unify user object creation
` [Intel-gfx] [PATCH 4/7] drm/i915/gem/ttm: Place new BOs in the requested region
` [Intel-gfx] [PATCH 5/7] drm/i915/gem/ttm: Respect the objection region in placement_from_obj
` [Intel-gfx] [PATCH 6/7] drm/i915/gem: Correct the locking and pin pattern for dma-buf (v6)
` [Intel-gfx] [PATCH 7/7] drm/i915/gem: Migrate to system at dma-buf attach time (v6)

[Intel-gfx] [PATCH 0/5] drm/i915: Get rid of fence error propagation (v4)
 2021-07-16 18:32 UTC  (11+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"
` [Intel-gfx] [PATCH 2/5] Revert "drm/i915: Propagate errors on awaiting already signaled fences"
` [Intel-gfx] [PATCH 3/5] drm/i915: Remove allow_alloc from i915_gem_object_get_sg*
` [Intel-gfx] [PATCH 4/5] drm/i915: Drop error handling from dma_fence_work
` [Intel-gfx] [PATCH 5/5] Revert "drm/i915: Skip over MI_NOOP when parsing"
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Get rid of fence error propagation (rev5)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 00/13] drm/i915: Clean up DPLL stuff
 2021-07-16 18:30 UTC  (15+ messages)
` [Intel-gfx] [PATCH 01/13] drm/i915: Set output_types to EDP for vlv/chv DPLL forcing
` [Intel-gfx] [PATCH 02/13] drm/i915: Clean up gen2 DPLL readout
` [Intel-gfx] [PATCH 03/13] drm/i915: Extract ilk_update_pll_dividers()
` [Intel-gfx] [PATCH 04/13] drm/i915: Constify struct dpll all over
` [Intel-gfx] [PATCH 05/13] drm/i915: Clean dpll calling convention
` [Intel-gfx] [PATCH 06/13] drm/i915: Clean up variable names in old dpll functions
` [Intel-gfx] [PATCH 07/13] drm/i915: Remove the 'reg' local variable
` [Intel-gfx] [PATCH 08/13] drm/i915: Program DPLL P1 dividers consistently
` [Intel-gfx] [PATCH 09/13] drm/i915: Call {vlv, chv}_prepare_pll() from {vlv, chv}_enable_pll()
` [Intel-gfx] [PATCH 10/13] drm/i915: Reuse ilk_needs_fb_cb_tune() for the reduced clock as well
` [Intel-gfx] [PATCH 11/13] drm/i915: Fold i9xx_set_pll_dividers() into i9xx_enable_pll()
` [Intel-gfx] [PATCH 12/13] drm/i915: Fold ibx_pch_dpll_prepare() into ibx_pch_dpll_enable()
` [Intel-gfx] [PATCH 13/13] drm/i915: Nuke intel_prepare_shared_dpll()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Clean up DPLL stuff

[Intel-gfx] [RFC 0/8] Per client GPU stats
 2021-07-16 18:24 UTC  (13+ messages)
` [Intel-gfx] [RFC 1/8] drm/i915: Explicitly track DRM clients
` [Intel-gfx] [RFC 2/8] drm/i915: Make GEM contexts "
` [Intel-gfx] [RFC 3/8] drm/i915: Track runtime spent in closed and unreachable GEM contexts
` [Intel-gfx] [RFC 4/8] drm/i915: Track all user contexts per client
` [Intel-gfx] [RFC 5/8] drm/i915: Track context current active time
` [Intel-gfx] [RFC 6/8] drm: Document fdinfo format specification
` [Intel-gfx] [RFC 7/8] drm/i915: Expose client engine utilisation via fdinfo
` [Intel-gfx] [RFC 8/8] drm/amdgpu: Convert to common fdinfo format
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Per client GPU stats (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 00/16] Enable GuC based power management features
 2021-07-16 18:00 UTC  (7+ messages)
` [Intel-gfx] [PATCH 07/16] drm/i915/guc/slpc: Enable slpc and add related H2G events
` [Intel-gfx] [PATCH 08/16] drm/i915/guc/slpc: Add methods to set min/max frequency

[Intel-gfx] [PATCH 1/2] drm/i915/step: Add macro magic for handling steps
 2021-07-16 17:52 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/dmc: Change intel_get_stepping_info()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/step: Add macro magic for handling steps (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2 0/4] iommu/vt-d: Disable igfx iommu superpage on bxt/skl/glk
 2021-07-16 17:40 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for iommu/vt-d: Disable igfx iommu superpage on bxt/skl/glk (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 00/13] Provide core infrastructure for managing open/release
 2021-07-16 17:18 UTC  (24+ messages)
` [Intel-gfx] [PATCH 01/13] vfio/samples: Remove module get/put
` [Intel-gfx] [PATCH 02/13] vfio: Introduce a vfio_uninit_group_dev() API call
` [Intel-gfx] [PATCH 03/13] vfio: Provide better generic support for open/release vfio_device_ops
` [Intel-gfx] [PATCH 04/13] vfio/samples: Delete useless open/close
` [Intel-gfx] [PATCH 05/13] vfio/fsl: Move to the device set infrastructure
` [Intel-gfx] [PATCH 06/13] vfio/platform: Use open_device() instead of open coding a refcnt scheme
` [Intel-gfx] [PATCH 07/13] vfio/pci: Move to the device set infrastructure
` [Intel-gfx] [PATCH 08/13] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
` [Intel-gfx] [PATCH 09/13] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [Intel-gfx] [PATCH 10/13] vfio/mbochs: Fix close when multiple device FDs are open
` [Intel-gfx] [PATCH 11/13] vfio/ap, ccw: Fix open/close "
` [Intel-gfx] [PATCH 12/13] vfio/gvt: "
` [Intel-gfx] [PATCH 13/13] vfio: Remove struct vfio_device_ops open/release
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Provide core infrastructure for managing open/release (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v4 0/4] shmem helpers for vgem
 2021-07-16 16:43 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for shmem helpers for vgem (rev8)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/display: Fix shared dpll mismatch for bigjoiner slave
 2021-07-16 16:13 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Fix shared dpll mismatch for bigjoiner slave (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2 00/50] Begin enabling Xe_HP SDV and DG2 platforms
 2021-07-16 16:06 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 24/50] drm/i915/dg2: DG2 uses the same sseu limits as XeHP SDV
` [Intel-gfx] [PATCH v2 39/50] drm/i915/dg2: Don't read DRAM info

[Intel-gfx] [PATCH v2 resent] drm/i915: Add TTM offset argument to mmap
 2021-07-16 16:01 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add TTM offset argument to mmap. (rev5)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: Check object_can_migrate from object_migrate
 2021-07-16 15:37 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Check object_can_migrate from object_migrate (rev2)

[Intel-gfx] [PATCH 0/4] Some DG1 uAPI cleanup
 2021-07-16 15:23 UTC  (18+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/uapi: reject caching ioctls for discrete
` [Intel-gfx] [PATCH 2/4] drm/i915/uapi: convert drm_i915_gem_userptr to kernel doc
` [Intel-gfx] [PATCH 3/4] drm/i915/userptr: Probe existence of backing struct pages upon creation
` [Intel-gfx] [PATCH 4/4] drm/i915/uapi: reject set_domain for discrete

[Intel-gfx] [PATCH v3 0/5] drm: use dyndbg in drm_print
 2021-07-16 14:33 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 5/5] i915: map gvt pr_debug categories to bits in parameters/debug_gvt
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm: use dyndbg in drm_print (rev2)

[Intel-gfx] [PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device (v7)
 2021-07-16 14:14 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915/gem: Check object_can_migrate from object_migrate
` [Intel-gfx] [PATCH 2/7] drm/i915/gem: Refactor placement setup for i915_gem_object_create* (v2)
` [Intel-gfx] [PATCH 3/7] drm/i915/gem: Call i915_gem_flush_free_objects() in i915_gem_dumb_create()
` [Intel-gfx] [PATCH 4/7] drm/i915/gem: Unify user object creation (v2)
` [Intel-gfx] [PATCH 5/7] drm/i915/gem/ttm: Respect the objection region in placement_from_obj
` [Intel-gfx] [PATCH 6/7] drm/i915/gem: Correct the locking and pin pattern for dma-buf (v6)
` [Intel-gfx] [PATCH 7/7] drm/i915/gem: Migrate to system at dma-buf attach time (v6)

[Intel-gfx] [v7 0/3] Set BPP in the kernel
 2021-07-16 14:08 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Set BPP in the kernel (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2] drm/i915: Add missing docbook chapters for i915 uapi
 2021-07-16 13:07 UTC  (4+ messages)

[Intel-gfx] PR for new GuC v62.0.3 and HuC v7.9.3 binaries
 2021-07-16 11:50 UTC  (2+ messages)

[Intel-gfx] misc vgaarb cleanups
 2021-07-16 11:40 UTC  (10+ messages)
` [Intel-gfx] [PATCH 1/7] vgaarb: remove VGA_DEFAULT_DEVICE
` [Intel-gfx] [PATCH 2/7] vgaarb: remove vga_conflicts
` [Intel-gfx] [PATCH 3/7] vgaarb: move the kerneldoc for vga_set_legacy_decoding to vgaarb.c
` [Intel-gfx] [PATCH 4/7] vgaarb: cleanup vgaarb.h
` [Intel-gfx] [PATCH 5/7] vgaarb: provide a vga_client_unregister wrapper
` [Intel-gfx] [PATCH 6/7] vgaarb: remove the unused irq_set_state argument to vga_client_register
` [Intel-gfx] [PATCH 7/7] vgaarb: don't pass a cookie "

[Intel-gfx] [PULL] drm-misc-next
 2021-07-16 11:07 UTC 

[Intel-gfx] [PATCH] drm/i915/gvt: Convert from atomic_t to refcount_t on intel_vgpu_ppgtt_spt->refcount
 2021-07-16 10:41 UTC 

[Intel-gfx] [PATCH] drm/i915: Fix error return code in igt_vma_create()
 2021-07-16  1:11 UTC 

[Intel-gfx] [PATCH 0/3] Add support for querying hw info that UMDs need
 2021-07-15 22:16 UTC  (4+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/uapi: Add query for L3 bank count

[Intel-gfx] [PATCH 0/4] drm: Make modeset locking easier
 2021-07-15 18:49 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/4] drm: Introduce drm_modeset_lock_ctx_retry()
` [Intel-gfx] [PATCH 2/4] drm: Introduce drm_modeset_lock_all_ctx_retry()
` [Intel-gfx] [PATCH 3/4] drm/i915: Extract intel_crtc_initial_commit()
` [Intel-gfx] [PATCH 4/4] drm/i915: Use drm_modeset_lock_ctx_retry() & co

[Intel-gfx] [drm-intel:drm-intel-gt-next 29/30] drivers/gpu/drm/i915/gem/selftests/mock_context.c:43:25: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-07-15 16:30 UTC 

[Intel-gfx] [PATCH] drm/fb-helper: Try to protect cleanup against delayed setup
 2021-07-15 14:18 UTC  (2+ messages)

[Intel-gfx] [PULL] gvt-fixes
 2021-07-15 13:56 UTC  (2+ messages)

[Intel-gfx] [PULL] drm-intel-fixes
 2021-07-15 13:48 UTC 

[Intel-gfx] [PATCH] drivers/gpu/drm/i915/display: remove boilerplate code using LOCK_ALL macros
 2021-07-14 20:33 UTC 

[Intel-gfx] [PATCH v6 RESEND 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-07-15 11:12 UTC  (3+ messages)
` [Intel-gfx] [PATCH v6 RESEND 3/3] arm64: dts: mt8183: Add panel rotation

[Intel-gfx] [PATCH v6 RESEND 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-07-15 11:09 UTC  (4+ messages)
` [Intel-gfx] [PATCH v6 RESEND 2/3] drm/mediatek: init panel orientation property

[Intel-gfx] [PATCH v4 00/18] drm/sched dependency tracking and dma-resv fixes
 2021-07-15 10:16 UTC  (10+ messages)
` [Intel-gfx] [PATCH v4 02/18] drm/sched: Barriers are needed for entity->last_scheduled

[Intel-gfx] [PATCH i-g-t] igt/gem_userptr: Exercise new PROBE flag
 2021-07-15 10:09 UTC 

[Intel-gfx] [PATCH 00/47] GuC submission support
 2021-07-15  9:36 UTC  (26+ messages)
` [Intel-gfx] [PATCH 19/47] drm/i915/guc: Ensure request ordering via completion fences
` [Intel-gfx] [PATCH 20/47] drm/i915/guc: Disable semaphores when using GuC scheduling
` [Intel-gfx] [PATCH 21/47] drm/i915/guc: Ensure G2H response has space in buffer
` [Intel-gfx] [PATCH 23/47] drm/i915/guc: Update GuC debugfs to support new GuC
` [Intel-gfx] [PATCH 26/47] drm/i915/guc: GuC virtual engines
` [Intel-gfx] [PATCH 31/47] drm/i915/guc: Reset implementation for new GuC interface
` [Intel-gfx] [PATCH 35/47] drm/i915/guc: Handle context reset notification
` [Intel-gfx] [PATCH 42/47] drm/i915/guc: Fix for error capture after full GPU reset with GuC
` [Intel-gfx] [PATCH 47/47] drm/i915/guc: Unblock GuC submission on Gen11+

[Intel-gfx] [PATCH v4 00/17] New uAPI drm properties for color management
 2021-07-15  9:10 UTC  (23+ messages)
` [Intel-gfx] [PATCH v4 03/17] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
` [Intel-gfx] [PATCH v4 12/17] drm/uAPI: Add "preferred color format" drm property as setting for userspace

[Intel-gfx] [PULL] drm-misc-fixes
 2021-07-15  8:32 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915/gem: Correct the locking and pin pattern for dma-buf (v5)
 2021-07-15  5:57 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gem: Migrate to system at dma-buf attach time (v5)

[Intel-gfx] linux-next: Signed-off-by missing for commit in the drm-intel tree
 2021-07-15  4:18 UTC 

[Intel-gfx] [CI v4 00/12] Minor revid/stepping and workaround cleanup
 2021-07-15  1:10 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Minor revid/stepping and workaround cleanup (rev5)

[Intel-gfx] [PATCH v2] drm/i915: Fix wm params for ccs
 2021-07-14 19:39 UTC 

[Intel-gfx] [PATCH] drm/i915: Add TTM offset argument to mmap
 2021-07-14 18:35 UTC  (4+ messages)

[Intel-gfx] [PATCH v5 00/17] New uAPI drm properties for color management
 2021-07-14 18:20 UTC  (3+ messages)
` [Intel-gfx] [PATCH v5 17/17] drm/amd/display: Add handling for new "Broadcast RGB" property


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