intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-31 13:23:31 to 2020-02-03 07:46:56 UTC [more...]

[Intel-gfx] [PATCH v2 1/3] drm/i915: Introduce encoder->compute_config_late()
 2020-02-03  7:47 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 2/3] drm/i915/dp: Compute port sync crtc states post compute_config()
` [Intel-gfx] [PATCH v2 3/3] drm/i915/dp: Add all tiled and port sync conns to modeset

[Intel-gfx] [v3] drm/i915/tgl: Add Wa_1606054188:tgl
 2020-02-03  5:53 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/tgl: Add Wa_1606054188:tgl (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v17 0/6] Enable second DBuf slice for ICL and TGL
 2020-02-02 23:47 UTC  (8+ messages)
` [Intel-gfx] [PATCH v17 1/6] drm/i915: Remove skl_ddl_allocation struct
` [Intel-gfx] [PATCH v17 2/6] drm/i915: Move dbuf slice update to proper place
` [Intel-gfx] [PATCH v17 3/6] drm/i915: Update dbuf slices only with full modeset
` [Intel-gfx] [PATCH v17 4/6] drm/i915: Introduce parameterized DBUF_CTL
` [Intel-gfx] [PATCH v17 5/6] drm/i915: Manipulate DBuf slices properly
` [Intel-gfx] [PATCH v17 6/6] drm/i915: Correctly map DBUF slices to pipes
` [Intel-gfx] ✓ Fi.CI.BAT: success for Enable second DBuf slice for ICL and TGL (rev23)

[Intel-gfx] [PATCH v17 0/6] Enable second DBuf slice for ICL and TGL
 2020-02-02 22:59 UTC  (7+ messages)
` [Intel-gfx] [PATCH v17 1/6] drm/i915: Remove skl_ddl_allocation struct
` [Intel-gfx] [PATCH v17 2/6] drm/i915: Move dbuf slice update to proper place
` [Intel-gfx] [PATCH v17 3/6] drm/i915: Update dbuf slices only with full modeset
` [Intel-gfx] [PATCH v17 4/6] drm/i915: Introduce parameterized DBUF_CTL
` [Intel-gfx] [PATCH v17 5/6] drm/i915: Manipulate DBuf slices properly
` [Intel-gfx] [PATCH v17 6/6] drm/i915: Correctly map DBUF slices to pipes

[Intel-gfx] [PATCH 0/2] Security mitigation for Intel Gen7/7.5 HWs
 2020-02-02 22:27 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gen7: Clear all EU/L3 residual contexts
` [Intel-gfx] ✓ Fi.CI.IGT: success for Security mitigation for Intel Gen7/7.5 HWs

[Intel-gfx] [PATCH] drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placement
 2020-02-02 20:06 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH v3 00/12] drm/i915: Add support for HDCP 1.4 over MST connectors
 2020-02-02 19:03 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 08/12] drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it

[Intel-gfx] [PATCH 1/5] drm: Remove PageReserved manipulation from drm_pci_alloc
 2020-02-02 18:35 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/5] drm: Remove the dma_alloc_coherent wrapper for internal usage
` [Intel-gfx] [PATCH 3/5] drm/r128: Wean off drm_pci_alloc
` [Intel-gfx] [PATCH 4/5] drm/i915: Wean off drm_pci_alloc/drm_pci_free
` [Intel-gfx] [PATCH 5/5] drm: Remove exports for drm_pci_alloc/drm_pci_free
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm: Remove PageReserved manipulation from drm_pci_alloc
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/vgem: Close use-after-free race in vgem_gem_create
 2020-02-02 17:37 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm: Remove PageReserved manipulation from drm_pci_alloc
 2020-02-02 17:20 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2 00/18] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-02-02 16:53 UTC  (21+ messages)
` [Intel-gfx] [PATCH v2 01/18] drm: add DP 1.4 VSC SDP Payload related enums
` [Intel-gfx] [PATCH v2 02/18] drm/i915: Add DP VSC SDP payload data to intel_crtc_state.infoframes
` [Intel-gfx] [PATCH v2 03/18] drm/i915/dp: Add compute routine for DP VSC SDP
` [Intel-gfx] [PATCH v2 04/18] drm/i915/dp: Add compute routine for DP HDR Metadata Infoframe SDP
` [Intel-gfx] [PATCH v2 05/18] drm/i915/dp: Add writing of DP SDPs (Secondary Data Packet)
` [Intel-gfx] [PATCH v2 06/18] video/hdmi: Add Unpack only function for DRM infoframe
` [Intel-gfx] [PATCH v2 07/18] drm/i915/dp: Read out DP SDPs (Secondary Data Packet)
` [Intel-gfx] [PATCH v2 08/18] drm/i915/dp: Add logging function for DP VSC SDP
` [Intel-gfx] [PATCH v2 09/18] drm/i915: Include HDMI DRM infoframe in the crtc state dump
` [Intel-gfx] [PATCH v2 10/18] drm/i915: Include DP HDR Metadata Infoframe SDP "
` [Intel-gfx] [PATCH v2 11/18] drm/i915: Include DP VSC "
` [Intel-gfx] [PATCH v2 12/18] drm/i915: Program DP SDPs with computed configs
` [Intel-gfx] [PATCH v2 13/18] drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
` [Intel-gfx] [PATCH v2 14/18] drm/i915: Add state readout for DP VSC SDP
` [Intel-gfx] [PATCH v2 15/18] drm/i915: Program DP SDPs on pipe updates
` [Intel-gfx] [PATCH v2 16/18] drm/i915: Stop sending DP SDPs on intel_ddi_post_disable_dp()
` [Intel-gfx] [PATCH v2 17/18] drm/i915/dp: Add compute routine for DP PSR VSC SDP
` [Intel-gfx] [PATCH v2 18/18] drm/i915/psr: Use new DP VSC SDP compute routine on PSR
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for In order to readout DP SDPs, refactors the handling of DP SDPs (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915: Wean off drm_pci_alloc/drm_pci_free
 2020-02-02 16:42 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915: Flush execution tasklets before checking request status
 2020-02-02 16:28 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915/display: Fix NULL-crtc deref in calc_min_cdclk()
 2020-02-02 14:36 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/gem: Require per-engine reset support for non-persistent contexts
 2020-02-02 11:26 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gem: Require per-engine reset support for non-persistent contexts (rev2)

[Intel-gfx] [PATCH] drm/i915/audio: Skip the cdclk modeset if no pipes attached
 2020-02-02 10:00 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/fbc: __intel_fbc_cleanup_cfb() may be called multiple times
 2020-02-02  7:21 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [RFC 1/2] drm/i915/tgl: WaEnablePreemptionGranularityControlByUMD
 2020-02-02  0:06 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [RFC,1/2] "

[Intel-gfx] [PATCH] drm/i915/execlists: Skip preemption-timeout for lite restores
 2020-02-01 23:03 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 00/12] drm/i915/display: conversion to drm_device based logging macros
 2020-02-01 21:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: conversion to drm_device based logging macros (rev2)

[Intel-gfx] [CI] drm/i915: Move ringbuffer WAs to engine workaround list
 2020-02-01 20:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Move ringbuffer WAs to engine workaround list (rev3)

[Intel-gfx] [CI] drm/i915: Move ringbuffer WAs to engine workaround list
 2020-02-01 19:21 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Move ringbuffer WAs to engine workaround list (rev2)

[Intel-gfx] [PATCH v2] drm/i915/guc: Stop using mutex while sending CTB messages
 2020-02-01 19:16 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Stop using mutex while sending CTB messages (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/mst: Fix possible NULL pointer dereference in drm_dp_mst_process_up_req()
 2020-02-01 17:49 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 00/18] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-02-01 12:43 UTC  (22+ messages)
` [Intel-gfx] [PATCH 01/18] drm: add DP 1.4 VSC SDP Payload related enums
` [Intel-gfx] [PATCH 02/18] drm/i915: Add DP VSC SDP payload data to intel_crtc_state.infoframes
` [Intel-gfx] [PATCH 03/18] drm/i915/dp: Add compute routine for DP VSC SDP
` [Intel-gfx] [PATCH 04/18] drm/i915/dp: Add compute routine for DP HDR Metadata Infoframe SDP
` [Intel-gfx] [PATCH 05/18] drm/i915/dp: Add writing of DP SDPs (Secondary Data Packet)
` [Intel-gfx] [PATCH 06/18] video/hdmi: Add Unpack only function for DRM infoframe
` [Intel-gfx] [PATCH 07/18] drm/i915/dp: Read out DP SDPs (Secondary Data Packet)
` [Intel-gfx] [PATCH 08/18] drm/i915/dp: Add logging function for DP VSC SDP
` [Intel-gfx] [PATCH 09/18] drm/i915: Include HDMI DRM infoframe in the crtc state dump
` [Intel-gfx] [PATCH 10/18] drm/i915: Include DP HDR Metadata Infoframe SDP "
` [Intel-gfx] [PATCH 11/18] drm/i915: Include DP VSC "
` [Intel-gfx] [PATCH 12/18] drm/i915: Program DP SDPs with computed configs
` [Intel-gfx] [PATCH 13/18] drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
` [Intel-gfx] [PATCH 14/18] drm/i915: Add state readout for DP VSC SDP
` [Intel-gfx] [PATCH 15/18] drm/i915: Program DP SDPs on pipe updates
` [Intel-gfx] [PATCH 16/18] drm/i915: Stop sending DP SDPs on intel_ddi_post_disable_dp()
` [Intel-gfx] [PATCH 17/18] drm/i915/dp: Add compute routine for DP PSR VSC SDP
` [Intel-gfx] [PATCH 18/18] drm/i915/psr: Use new DP VSC SDP compute routine on PSR
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for In order to readout DP SDPs, refactors the handling of DP SDPs
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915/display: Defer application of initial chv_phy_control
 2020-02-01 12:02 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/3] drm/i915: Initialise basic fence before acquiring seqno
 2020-02-01 10:23 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Warn about the hidden i915_vma_pin in timeline_get_seqno
` [Intel-gfx] [PATCH 3/3] drm/i915/selftests: Add a simple rollover for the kernel context
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Initialise basic fence before acquiring seqno

[Intel-gfx] [PATCH] drm/i915: add extra slice common debug registers
 2020-02-01 10:14 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [RFC] drm/i915/dsb: Pre allocate and late cleanup of cmd buffer
 2020-02-01  6:07 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
 2020-02-01  4:36 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [CI] drm/i915/gt: Skip rmw for masked registers
 2020-02-01  3:30 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Skip rmw for masked registers (rev4)

[Intel-gfx] [PATCH] drm/i915/tgl: Implement Wa_1606931601
 2020-02-01  2:33 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/tgl: Implement Wa_1606931601 (rev4)

[Intel-gfx] [PATCH V5] drm: Add support for DP 1.4 Compliance edid corruption test
 2020-02-01  1:02 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Add support for DP 1.4 Compliance edid corruption test (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/4] drm/i915/display: Wake the power well during resume
 2020-02-01  0:53 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915: Initialise basic fence before acquiring seqno
` [Intel-gfx] [PATCH 3/4] drm/i915/gt: Warn about the hidden i915_vma_pin in timeline_get_seqno
` [Intel-gfx] [PATCH 4/4] drm/i915/selftests: Add a simple rollover for the kernel context
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915/display: Wake the power well during resume
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915: Initialise basic fence before acquiring seqno
 2020-01-31 23:49 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Warn about the hidden i915_vma_pin in timeline_get_seqno
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Initialise basic fence before acquiring seqno

[Intel-gfx] [v2] drm/i915/tgl: Add Wa_1606054188:tgl
 2020-02-01  3:19 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI 1/3] drm/i915/gt: Skip rmw for masked registers
 2020-01-31 23:15 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [CI,1/3] drm/i915/gt: Skip rmw for masked registers (rev2)

[Intel-gfx] [PATCH 1/3] drm/i915: Introduce encoder->compute_config_late()
 2020-01-31 22:54 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/dp: Compute port sync crtc states post compute_config()
` [Intel-gfx] [PATCH 3/3] drm/i915/dp: Add all tiled and port sync conns to modeset
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/3] drm/i915: Introduce encoder->compute_config_late()

[Intel-gfx] [PATCH v2] drm/i915/guc: Introduce guc_is_ready
 2020-01-31 22:11 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/guc: Introduce guc_is_ready (rev2)

[PATCH 1/2] drm/i915/tracepoints: Don't compile-out low-level tracepoints
 2020-01-31 21:32 UTC  (3+ messages)
` [Intel-gfx] "

[Intel-gfx] [PATCH 1/2] drm/i915/tracepoints: Don't compile-out low-level tracepoints
 2020-01-31 14:50 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915/tracepoints: Don't compile-out low-level tracepoints
 2020-01-31 15:06 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915/tracepoints: Don't compile-out low-level tracepoints
 2020-01-31 14:05 UTC 

[Intel-gfx] [PATCH] drm/i915/perf: Fix OA context id overlap with idle context id
 2020-01-31 21:24 UTC  (7+ messages)

[Intel-gfx] [PATCH] drm/i915/guc: Stop using mutex while sending CTB messages
 2020-01-31 20:10 UTC  (6+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH 0/5] disable drm_global_mutex for most drivers
 2020-01-31 20:08 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for disable drm_global_mutex for most drivers (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Also use async bind for PIN_USER into bsw/bxt ggtt
 2020-01-31 19:38 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/gt: Also use async bind for PIN_USER into bsw/bxt ggtt (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/i915/gt: Also use async bind for PIN_USER into bsw/bxt ggtt (rev3)

[Intel-gfx] [PATCH] drm/i915/selftests: Disable heartbeat around hang tests
 2020-01-31 19:09 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH 01/12] drm/i915/gem: Require per-engine reset support for non-persistent contexts
 2020-01-31 18:55 UTC  (5+ messages)
` [Intel-gfx] [PATCH 08/12] drm/i915/gt: Rename lrc.c to execlists_submission.c
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/12] drm/i915/gem: Require per-engine reset support for non-persistent contexts
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2] drm/i915: Add missing HDMI audio pixel clocks for gen12
 2020-01-31 18:20 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Add missing HDMI audio pixel clocks for gen12 (rev2)

[Intel-gfx] [PATCH] drm/i915/dsb: Enable lmem for dsb
 2020-01-31 17:24 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [RFC PATCH v2] drm/i915: Never allow userptr into the new mapping types
 2020-01-31 15:31 UTC 

[Intel-gfx] [PATCH v16 0/7] Enable second DBuf slice for ICL and TGL
 2020-01-31 15:22 UTC  (7+ messages)
` [Intel-gfx] [PATCH v16 6/7] drm/i915: Protect intel_dbuf_slices_update with mutex
` [Intel-gfx] [PATCH v16 7/7] drm/i915: Update dbuf slices only with full modeset

[Intel-gfx] [RFC PATCH 0/1] drm/i915: Never allow userptr into the new mapping types
 2020-01-31 15:10 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH 1/1] "

[Intel-gfx] [PATCH 00/17] drm/i915: Global state rework
 2020-01-31 15:07 UTC  (3+ messages)
` [Intel-gfx] [PATCH 02/17] drm/i915: Move linetime wms into the crtc state

[Intel-gfx] [PATCH 2/2] drm/i915/selftests: Also wait for the scratch buffer to be bound
 2020-01-31 15:03 UTC  (3+ messages)
` [Intel-gfx] [PATCH] "

[Intel-gfx] [RFC PATCH i-g-t 0/1] tests/gem_mmap_offset: Exercise mapping to userptr
 2020-01-31 14:56 UTC  (4+ messages)
` [Intel-gfx] [RFC PATCH i-g-t 1/1] "

[Intel-gfx] [PATCH] drm/i915/guc: Introduce guc_is_ready
 2020-01-31 13:39 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).