intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-21 17:10:32 to 2021-01-22 23:22:36 UTC [more...]

[Intel-gfx] [CI v5 01/18] drm/i915/display/vrr: Create VRR file and add VRR capability check
 2021-01-22 23:26 UTC  (4+ messages)
` [Intel-gfx] [CI v5 02/18] drm/i915/display/dp: Attach and set drm connector VRR property
` [Intel-gfx] [CI v5 05/18] drm/i915: Extract intel_crtc_scanlines_since_frame_timestamp()
` [Intel-gfx] [CI v5 06/18] drm/i915/display/dp: Compute VRR state in atomic_check

[Intel-gfx] [CI 01/10] drm/i915/gt: SPDX cleanup
 2021-01-22 23:18 UTC  (11+ messages)
` [Intel-gfx] [CI 02/10] drm/i915/gt: Add some missing blank lines after declaration
` [Intel-gfx] [CI 03/10] drm/i915/gt: Remove repeated words from comments
` [Intel-gfx] [CI 04/10] drm/i915/gt: Fixup misaligned function parameters
` [Intel-gfx] [CI 05/10] drm/i915/gt: Remove a bonus newline
` [Intel-gfx] [CI 06/10] drm/i915/gt: Wrap macro arg in ()
` [Intel-gfx] [CI 07/10] drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4
` [Intel-gfx] [CI 08/10] drm/i915/gt: Replace unnecessary ',' with '; '
` [Intel-gfx] [CI 09/10] drm/i915/gt: Add a space before '('
` [Intel-gfx] [CI 10/10] drm/i915/gt: Replace 'return' with a fall-through
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,01/10] drm/i915/gt: SPDX cleanup

[Intel-gfx] [PATCH 1/2] drm/i915/dmabuf: don't trust the dma_buf->size
 2021-01-22 23:11 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: consolidate 2big error checking for object sizes
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/dmabuf: don't trust the dma_buf->size

[Intel-gfx] [PATCH 0/1] drm/i915: Start disabling pread/pwrite ioctl's for future platforms
 2021-01-22 22:40 UTC  (2+ messages)
` [Intel-gfx] [PATCH 1/1] "

[Intel-gfx] [PATCH i-g-t] i915: Exercise sysfs client properties
 2021-01-22 21:49 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/uc: Use platform specific defaults for GuC/HuC enabling
 2021-01-22 21:41 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/dmabuf: don't trust the dma_buf->size
 2021-01-22 21:06 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: consolidate 2big error checking for object sizes
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/dmabuf: don't trust the dma_buf->size

[Intel-gfx] [PATCH v3 0/8] drm/i915: Remainder of dbuf state stuff
 2021-01-22 20:56 UTC  (9+ messages)
` [Intel-gfx] [PATCH v3 1/8] drm/i915: Extract intel_crtc_ddb_weight()
` [Intel-gfx] [PATCH v3 2/8] drm/i915: Pass the crtc to skl_compute_dbuf_slices()
` [Intel-gfx] [PATCH v3 3/8] drm/i915: Introduce intel_dbuf_slice_size()
` [Intel-gfx] [PATCH v3 4/8] drm/i915: Introduce skl_ddb_entry_for_slices()
` [Intel-gfx] [PATCH v3 5/8] drm/i915: Add pipe ddb entries into the dbuf state
` [Intel-gfx] [PATCH v3 6/8] drm/i915: Extract intel_crtc_dbuf_weights()
` [Intel-gfx] [PATCH v3 7/8] drm/i915: Encapsulate dbuf state handling harder
` [Intel-gfx] [PATCH v3 8/8] drm/i915: Do a bit more initial readout for dbuf

[Intel-gfx] [CI 1/3] drm/i915: stop registering if drm_dev_register() fails
 2021-01-22 20:48 UTC  (3+ messages)
` [Intel-gfx] [CI 2/3] drm/i915: group display-related register calls
` [Intel-gfx] [CI 3/3] drm/i915/display: move register functions to display/

[Intel-gfx] [PATCH] drm/i915/dmabuf: don't trust the dma_buf->size
 2021-01-22 20:32 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH 1/2] drm/i915: Check for all subplatform bits
 2021-01-22 20:19 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Decrease number of "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Check for all "

[Intel-gfx] [PATCH] drm/i915/gem: Allow importing of shmemfs objects into any device
 2021-01-22 20:09 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/buddy: document the unused header bits
 2021-01-22 19:57 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "

[Intel-gfx] [PATCH 01/10] drm/i915/gt: SPDX cleanup
 2021-01-22 19:22 UTC  (17+ messages)
` [Intel-gfx] [PATCH 02/10] drm/i915/gt: Add some missing blank lines after declaration
` [Intel-gfx] [PATCH 03/10] drm/i915/gt: Remove repeated words from comments
` [Intel-gfx] [PATCH 04/10] drm/i915/gt: Fixup misaligned function parameters
` [Intel-gfx] [PATCH 05/10] drm/i915/gt: Remove a bonus newline
` [Intel-gfx] [PATCH 06/10] drm/i915/gt: Wrap macro arg in ()
` [Intel-gfx] [PATCH 07/10] drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4
` [Intel-gfx] [PATCH 08/10] drm/i915/gt: Replace unnecessary ',' with '; '
` [Intel-gfx] [PATCH 09/10] drm/i915/gt: Add a space before '('
` [Intel-gfx] [PATCH 10/10] drm/i915/gt: Replace 'return' with a fall-through
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/10] drm/i915/gt: SPDX cleanup
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH][next] drm/i915/hdcp: Fix return of value in uninitialized variable ret
 2021-01-22 19:21 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PATCH 1/4] drm/i915: Nuke not needed members of dram_info
 2021-01-22 18:49 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/4] drm/i915: Nuke not needed members of dram_info (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/4] drm/i915: Nuke not needed members of dram_info (rev3)

[Intel-gfx] [CI 1/9] drm/i915/gt: Show the per-engine runtime in sysfs
 2021-01-22 18:12 UTC  (13+ messages)
` [Intel-gfx] [CI 2/9] drm/i915: Expose list of clients "
` [Intel-gfx] [CI 3/9] drm/i915: Update client name on context create
` [Intel-gfx] [CI 4/9] drm/i915: Make GEM contexts track DRM clients
` [Intel-gfx] [CI 5/9] drm/i915: Track runtime spent in closed and unreachable GEM contexts
` [Intel-gfx] [CI 6/9] drm/i915: Track all user contexts per client
` [Intel-gfx] [CI 7/9] drm/i915: Expose per-engine client busyness
` [Intel-gfx] [CI 8/9] drm/i915: Track context current active time
` [Intel-gfx] [CI 9/9] drm/i915: Prefer software tracked context busyness
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/9] drm/i915/gt: Show the per-engine runtime in sysfs
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/selftest: Fix potential memory leak
 2021-01-22 18:11 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] linux-next: Tree for Jan 22 (drm/i915)
 2021-01-22 18:05 UTC 

[Intel-gfx] [PATCH] drm/i915/selftests: Check for engine-reset errors in the middle of workarounds
 2021-01-22 17:38 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [RFC-v23 00/13] Introduce Intel PXP component - Mesa single session
 2021-01-22 17:25 UTC  (11+ messages)
` [Intel-gfx] [RFC-v23 09/13] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [RFC-v23 13/13] drm/i915/pxp: Add plane decryption support

[Intel-gfx] [PATCH v1 1/2] drm/gma500: Convert to use new SCU IPC API
 2021-01-22 17:04 UTC  (7+ messages)
` [Intel-gfx] [PATCH v1 2/2] drm/gma500: Get rid of duplicate NULL checks
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v1,1/2] drm/gma500: Convert to use new SCU IPC API

[Intel-gfx] [PATCH v7 0/3] drm/i915/gen12: Add display render clear color decompression support
 2021-01-22 16:47 UTC  (9+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gen12: Add display render clear color decompression support (rev5)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH] drm/i915/gt: Move the defer_request waiter active assertion
 2021-01-22 16:29 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Move the defer_request waiter active assertion (rev2)

[Intel-gfx] [PATCH] drm/i915: Restrict DRM_I915_DEBUG to developer builds
 2021-01-22 15:53 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH i-g-t] intel-gpu-top: Support for client stats
 2021-01-22 13:12 UTC  (9+ messages)
` [Intel-gfx] [PATCH i-g-t v6] "
  ` [Intel-gfx] [igt-dev] "
` [Intel-gfx] [PATCH i-g-t v7] "

[Intel-gfx] [PATCH v4 00/18] VRR/Adaptive Sync Enabling on DP/eDP for TGL+
 2021-01-22 12:20 UTC  (23+ messages)
` [Intel-gfx] [PATCH v4 03/18] drm/i915: Store framestart_delay in dev_priv
` [Intel-gfx] [PATCH v4 04/18] drm/i915: Extract intel_mode_vblank_start()
` [Intel-gfx] [PATCH v4 05/18] drm/i915: Extract intel_crtc_scanlines_since_frame_timestamp()
` [Intel-gfx] [PATCH v4 08/18] drm/i915/display: VRR + DRRS cannot be enabled together
` [Intel-gfx] [PATCH v4 09/18] drm/i915: Rename VRR_CTL reg fields
` [Intel-gfx] [PATCH v4 15/18] drm/i915/display: Helpers for VRR vblank min and max start
` [Intel-gfx] [PATCH v4 16/18] drm/i915: Add vrr state dump
` [Intel-gfx] [PATCH v4 17/18] drm/i915: Fix vblank timestamps with VRR
` [Intel-gfx] [PATCH v4 18/18] drm/i915: Fix vblank evasion with vrr

[Intel-gfx] [PATCH v2 0/2] HDCP misc fixes
 2021-01-22 11:04 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 1/2] drm/i915/hdcp: Fix WARN_ON(data->k > INTEL_NUM_PIPES)
  ` [Intel-gfx] ✗ Fi.CI.IGT: failure for HDCP misc fixes (rev2)

[Intel-gfx] [PATCH] drm/i915/gt: Move the defer_request waiter active assertion
 2021-01-22 11:21 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Only print an error if the resume fails after the reset
 2021-01-22 11:17 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Always flush the active worker before returning from the wait
 2021-01-22 10:27 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Add DEBUG_GEM to the recommended CI config
 2021-01-22  8:58 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 0/8] drm/i915: Remainder of dbuf state stuff
 2021-01-22  7:23 UTC  (13+ messages)
` [Intel-gfx] [PATCH v2 1/8] drm/i915: Extract intel_crtc_ddb_weight()
` [Intel-gfx] [PATCH v2 2/8] drm/i915: Pass the crtc to skl_compute_dbuf_slices()
` [Intel-gfx] [PATCH v2 3/8] drm/i915: Introduce intel_dbuf_slice_size()
` [Intel-gfx] [PATCH v2 4/8] drm/i915: Introduce skl_ddb_entry_for_slices()
` [Intel-gfx] [PATCH v2 5/8] drm/i915: Move pipe ddb entries into the dbuf state
` [Intel-gfx] [PATCH v2 6/8] drm/i915: Extract intel_crtc_dbuf_weights()
` [Intel-gfx] [PATCH v2 7/8] drm/i915: Encapsulate dbuf state handling harder
` [Intel-gfx] [PATCH v2 8/8] drm/i915: Do a bit more initial readout for dbuf
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Remainder of dbuf state stuff (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [rfc v9] refactor intel_display.c + a bit more
 2021-01-22  3:49 UTC  (12+ messages)
` [Intel-gfx] [PATCH 01/10] drm/i915: refactor ddi translations into a separate file (v2)
` [Intel-gfx] [PATCH 02/10] drm/i915: migrate hsw fdi code to new file
` [Intel-gfx] [PATCH 03/10] drm/i915: migrate skl planes code new file (v4)
` [Intel-gfx] [PATCH 04/10] drm/i915: move pipe update code into crtc
` [Intel-gfx] [PATCH 05/10] drm/i915: split fb scalable checks into g4x and skl versions
` [Intel-gfx] [PATCH 06/10] drm/i915: move is_ccs_modifier to an inline
` [Intel-gfx] [PATCH 07/10] drm/i915: migrate pll enable/disable code to intel_dpll.[ch]
` [Intel-gfx] [PATCH 08/10] drm/i915: migrate i9xx plane get config
` [Intel-gfx] [PATCH 09/10] drm/i915: refactor skylake scaler code into new file
` [Intel-gfx] [PATCH 10/10] drm/i915: move ddi pll state get to dpll mgr
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/10] drm/i915: refactor ddi translations into a separate file (v2)

[Intel-gfx] [CI 0/1] drm/i915: Disable pread/pwrite ioctl's for IGT testing
 2021-01-22  3:18 UTC  (4+ messages)
` [Intel-gfx] [CI 1/1] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915: Check for all subplatform bits
 2021-01-22  3:02 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST
 2021-01-22  2:42 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST (rev2)

[Intel-gfx] [PATCH] drm/i915/dp: Don't use DPCD backlights that need PWM enable/disable
 2021-01-22  2:40 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [CI 1/3] drm/i915/gt: Flush GT interrupt handler before changing interrupt state
 2021-01-21 23:43 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [CI,1/3] "

[Intel-gfx] [PATCH] drm/i915: Decrease number of subplatform bits
 2021-01-21 23:12 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH 1/2] drm/i915/gem: Remove special casing from reloc-gtt
 2021-01-21 22:44 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gvt: Acutally use the map interface
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/gem: Remove special casing from reloc-gtt
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST
 2021-01-21 22:32 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915/gt: Flush GT interrupt handler before changing interrupt state
 2021-01-21 22:13 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v8 3/3] drm/i915/tgl: Add Clear Color support for TGL Render Decompression
 2021-01-21 20:48 UTC  (3+ messages)
` [Intel-gfx] [PATCH v9 "

[Intel-gfx] [PATCH v1] vfio/pci: Add support for opregion v2.0+
 2021-01-21 20:33 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2] "

[Intel-gfx] [PATCH] drm/msm/dp: fix build after dp quirk helper change
 2021-01-21 17:40 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/msm/dp: fix build after dp quirk helper change (rev2)


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