public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-06-06 09:36:49 to 2019-06-07 13:19:17 UTC [more...]

[RFC 00/12] Legacy mmio accessor macro pruning
 2019-06-07 13:19 UTC  (20+ messages)
` [RFC 01/12] drm/i915: Eliminate unused mmio accessors
` [RFC 02/12] drm/i915: Convert i915_reg_read_ioctl to use explicit "
` [RFC 03/12] drm/i915: Convert icl_get_stolen_reserved to uncore "
` [RFC 04/12] drm/i915: Convert gem_record_fences "
` [RFC 05/12] drm/i915: Convert intel_read_wm_latency "
` [RFC 06/12] drm/i915: Remove I915_READ64 and I915_READ64_32x2
` [RFC 07/12] drm/i915: Remove I915_READ8
` [RFC 08/12] drm/i915: Remove I915_POSTING_READ_FW
` [RFC 09/12] drm/i915: Remove POSTING_READ16
` [RFC 10/12] drm/i915: Remove I915_WRITE_NOTRACE
` [RFC 11/12] drm/i915: Remove I915_READ_NOTRACE
` [RFC 12/12] drm/i915: Remove I915_READ16 and I915_WRITE16

[PATCH trivial] drm/i915: Grammar s/the its/its/
 2019-06-07 13:13 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH 1/3] drm/i915/dsi: Move logging of DSI VBT parameters to a helper function
 2019-06-07 13:09 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/3] "

[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v9
 2019-06-07 12:50 UTC  (6+ messages)
` [PATCH 2/6] drm/ttm: remove the backing store if no placement is given
` [PATCH 3/6] drm/ttm: use the parent resv for ghost objects v2
` [PATCH 4/6] drm/amdgpu: use allowed_domains for exported DMA-bufs
` [PATCH 5/6] drm/amdgpu: add independent DMA-buf export v3
` [PATCH 6/6] drm/amdgpu: add independent DMA-buf import v6

[PATCH] drm/i915/icl: use ranges for voltage level lookup
 2019-06-07 12:26 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Move i915_check_and_clear_faults to intel_reset.c
 2019-06-07 12:14 UTC  (2+ messages)

[PATCH 1/2] drm/edid: abstract override/firmware EDID retrieval
 2019-06-07 12:08 UTC  (4+ messages)
` [PATCH 2/2] drm: add fallback override/firmware EDID modes workaround
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/edid: abstract override/firmware EDID retrieval
` ✓ Fi.CI.BAT: success "

[PATCH i-g-t v11 0/1] tests: Add a new test for device hot unplug
 2019-06-07 11:51 UTC  (2+ messages)
` [PATCH i-g-t v11 1/1] "

[PATCH 1/7] drm/i915: Combine unbound/bound list tracking for objects
 2019-06-07 11:15 UTC  (11+ messages)
` [PATCH 2/7] drm/i915: Propagate fence errors
` [PATCH 3/7] drm/i915: Allow page pinning to be in the background
` [PATCH 5/7] drm/i915: Pull kref into i915_address_space
` [PATCH 6/7] drm/i915: Rename i915_hw_ppgtt to i915_ppgtt

[PATCH] drm/crc-debugfs: Also sprinkle irqrestore over early exits
 2019-06-07 11:14 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` [Intel-gfx] [PATCH] "

[CI 1/5] drm/i915: Reset only affected engines when handling error capture
 2019-06-07 11:04 UTC  (11+ messages)
` [CI 2/5] drm/i915: Tidy engine mask types in hangcheck
` [CI 3/5] drm/i915: Make Gen6/7 RING_FAULT_REG access engine centric
  ` [CI v2 3/8] "
  ` [CI v3 3/5] "
` [CI 4/5] drm/i915: Extract engine fault reset to a helper
` [CI 5/5] drm/i915: Unexport i915_gem_init/fini_aliasing_ppgtt
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/5] drm/i915: Reset only affected engines when handling error capture
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/5] drm/i915: Reset only affected engines when handling error capture (rev3)
` ✓ Fi.CI.BAT: success "

[PATCH V8 i-g-t] tests/kms_flip: Skip VBlank tests in modules without VBlank
 2019-06-07 10:43 UTC  (4+ messages)

[PATCH 0/9] Add support for new DMC headers
 2019-06-07 10:40 UTC  (11+ messages)
` [PATCH 1/9] drm/i915/dmc: use kernel types
` [PATCH 2/9] drm/i915/dmc: extract fw_info and table walk from intel_package_header
` [PATCH 3/9] drm/i915/dmc: add support for package_header with version 2
` [PATCH 4/9] drm/i915/dmc: extract function to parse css header
` [PATCH 5/9] drm/i915/dmc: extract function to parse package_header
` [PATCH 6/9] drm/i915/dmc: extract function to parse dmc_header
` [PATCH 7/9] drm/i915/dmc: add support to load dmc_header version 3
` [PATCH 8/9] drm/i915/dmc: remove redundant return in parse_csr_fw()
` [PATCH 9/9] drm/i915/dmc: protect against loading wrong firmware
` ✓ Fi.CI.BAT: success for Add support for new DMC headers

[CI 1/2] drm/i915: Convert some more bits to use engine mmio accessors
 2019-06-07 10:24 UTC  (3+ messages)
` [CI 2/2] drm/i915: Tidy intel_execlists_submission_init
` ✓ Fi.CI.BAT: success for series starting with [CI,1/2] drm/i915: Convert some more bits to use engine mmio accessors

[PATCH] drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctl
 2019-06-07 10:24 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctl (rev2)

[PATCH 00/33] fbcon notifier begone v3!
 2019-06-07 10:07 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Add missing commas to the end of the subplatform ID arrays
 2019-06-07  9:09 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Kill INTEL_SUBPLATFORM_AML
` ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915: Add missing commas to the end of the subplatform ID arrays

[RFC 0/8] Display uncore
 2019-06-07  8:58 UTC  (15+ messages)
` [RFC 1/8] drm/i915: use vfuncs for reg_read/write_fw_domains
` [RFC 2/8] drm/i915: kill uncore_sanitize
` [RFC 3/8] drm/i915: dynamically allocate forcewake domains
` [RFC 4/8] drm/i915: explicitly prune forcewake domain
` [RFC 5/8] drm/i915: split out uncore_mmio_debug
` [RFC 6/8] drm/i915: drop forcewake_user_get/put
` [RFC 7/8] drm/i915: introduce display_uncore
` [RFC 8/8] drm/i915: move intel_hdmi to de_uncore
` ✗ Fi.CI.CHECKPATCH: warning for Display uncore
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[RFC] drm: Do not call drm_probe_ddc() when connector force isn't specified
 2019-06-07  8:23 UTC  (7+ messages)

[PATCH] drm/i915: Fix per-pixel alpha with CCS
 2019-06-07  8:03 UTC  (2+ messages)

[PATCH 3/4] drm/i915: remove irrelevant DRM_UNLOCKED flag
 2019-06-07  7:34 UTC  (2+ messages)

[PATCH i-g-t] i915/gem_exec_balancer: Fix typo in memcpy
 2019-06-07  7:00 UTC  (2+ messages)

[PATCH v4 0/7] drm/i915: Vulkan performance query support
 2019-06-07  4:23 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: Vulkan performance query support (rev4)

[PATCH] drm/i915: rename header test build commands to avoid conflicts
 2019-06-07  1:50 UTC  (8+ messages)
` ✓ Fi.CI.IGT: success for "

[CI 1/2] drm/i915/guc: always use Command Transport Buffers
 2019-06-06 23:41 UTC  (3+ messages)
` [CI 2/2] drm/i915/wopcm: update default size for gen11+
` ✓ Fi.CI.BAT: success for series starting with [CI,1/2] drm/i915/guc: always use Command Transport Buffers

[PATCH] drm/i915: Assume combo PHY HBR3 will be inherited by future platforms
 2019-06-06 22:04 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/ehl: Update MOCS table for EHL
 2019-06-06 20:10 UTC  (2+ messages)

[PATCH] drm/i915: Deal with machines that expose less than three QGV points
 2019-06-06 19:49 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915/ehl: Support HBR3 on EHL combo PHY
 2019-06-06 17:09 UTC  (6+ messages)

[PATCH 1/2] Documentation/i915: Fix kernel-doc references to moved gem files
 2019-06-06 17:02 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH i-g-t 1/2] i915/gem_exec_latency: Measure the latency of context switching
 2019-06-06 16:16 UTC  (3+ messages)

[PATCH 0/7] drm/i915: Fix SDVO HDMI audio
 2019-06-06 14:43 UTC  (4+ messages)
` [PATCH 2/7] drm/i915/sdvo: Implement proper HDMI audio support for SDVO

[PATCH] drm/i915: Report an earlier wedged event when suspending the engines
 2019-06-06 14:17 UTC  (3+ messages)

[PATCH v2 1/4] drm/i915: move pm related declarations to intel_pm.h
 2019-06-06 14:05 UTC  (9+ messages)
` [PATCH v2 2/4] drm/i915: remove some unused declarations from intel_drv.h
` [PATCH v2 3/4] drm/i915: move more atomic plane declarations to intel_atomic_plane.h
` [PATCH v2 4/4] drm/i915/frontbuffer: remove obsolete comment about mark busy/idle
` ✓ Fi.CI.BAT: success for series starting with [v2,1/4] drm/i915: move pm related declarations to intel_pm.h

[PATCH 00/21] Implicit dev_priv removal
 2019-06-06 13:46 UTC  (49+ messages)
` [PATCH 01/21] drm/i915: Reset only affected engines when handling error capture
` [PATCH 02/21] drm/i915: Tidy engine mask types in hangcheck
` [PATCH 03/21] drm/i915: Make Gen6/7 RING_FAULT_REG access engine centric
` [PATCH 04/21] drm/i915: Extract engine fault reset to a helper
` [PATCH 05/21] drm/i915: Make i915_clear_error_registers take uncore
` [PATCH 06/21] drm/i915: Convert some more bits to use engine mmio accessors
` [PATCH 07/21] drm/i915: Make read_subslice_reg take uncore
` [PATCH 08/21] drm/i915: Tidy intel_execlists_submission_init
` [PATCH 09/21] drm/i915: Make i915_check_and_clear_faults take uncore
` [PATCH 10/21] drm/i915: Move scheduler caps init to i915_gem_init
` [PATCH 11/21] drm/i915: Remove impossible path from i915_gem_init_swizzling
` [PATCH 12/21] drm/i915: Convert i915_gem_init_swizzling to uncore
` [PATCH 13/21] drm/i915: Convert init_unused_rings "
` [PATCH 14/21] drm/i915: Convert gt workarounds "
` [PATCH 15/21] drm/i915: Convert intel_mocs_init_l3cc_table "
` [PATCH 16/21] drm/i915: Convert i915_ppgtt_init_hw "
` [PATCH 17/21] drm/i915: Consolidate some open coded mmio rmw
` [PATCH 18/21] drm/i915: Convert i915_gem_init_hw to uncore
` [PATCH 19/21] drm/i915: Convert intel_vgt_(de)balloon "
` [PATCH 20/21] drm/i915: Make GuC GGTT reservation work on ggtt
` [PATCH 21/21] drm/i915: Unexport i915_gem_init/fini_aliasing_ppgtt
` ✗ Fi.CI.CHECKPATCH: warning for Implicit dev_priv removal
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[CI] drm/i915: Move object close under its own lock
 2019-06-06 13:45 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH i-g-t] gitlab-ci: add build for MIPS
 2019-06-06 13:16 UTC  (2+ messages)

[PATCH] drm/i915/dmc: protect against reading random memory
 2019-06-06 13:16 UTC  (2+ messages)

[PULL] gvt-fixes
 2019-06-06 12:04 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2019-06-06 12:04 UTC 

[PATCH] drm/i915: Skip context_barrier emission for unused contexts
 2019-06-06 11:52 UTC  (8+ messages)

GEM shrinker and vm.overcommit_memory=2
 2019-06-06  9:54 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox