messages from 2019-07-09 10:24:03 to 2019-07-10 08:25:29 UTC [more...]
Refactor GTT recursion to be ... recursion
2019-07-10 8:25 UTC (15+ messages)
` [PATCH 01/11] drm/i915/gtt: Use shallow dma pages for scratch
` [PATCH 02/11] drm/i915/gtt: Wrap page_table with page_directory
` [PATCH 03/11] drm/i915/gtt: Reorder gen8 ppgtt free/clear/alloc
` [PATCH 04/11] drm/i915/gtt: Markup i915_ppgtt depth
` [PATCH 05/11] drm/i915/gtt: Compute the radix for gen8 page table levels
[PATCH 0/2] Improve whitelist selftest for read-only registers
2019-07-10 8:21 UTC (5+ messages)
` [PATCH 2/2] drm/i915: Implement read-only support in whitelist selftest
[PATCH v9 0/6] HDCP2.2 Phase II
2019-07-10 8:16 UTC (7+ messages)
` [PATCH v9 1/6] drm: Add Content protection type property
` [PATCH v9 4/6] drm/hdcp: update content protection property with uevent
[PATCH] drm/i915: add infrastructure to hold off preemption on a request
2019-07-10 8:01 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[PATCH 01/14] drm/i915/execlists: Record preemption for selftests
2019-07-10 7:40 UTC (18+ messages)
` [PATCH 02/14] drm/i915/selftests: Hold the vma manager lock while modifying mmap_offset
` [PATCH 03/14] drm/i915: Lock the engine while dumping the active request
` [PATCH 04/14] drm/i915: Rely on spinlock protection for GPU error capture
` [PATCH 05/14] drm/i915/oa: Reconfigure contexts on the fly
` [PATCH 06/14] drm/i915: Add to timeline requires the timeline mutex
` [PATCH 07/14] drm/i915: Teach execbuffer to take the engine wakeref not GT
` [PATCH 08/14] drm/i915/gt: Track timeline activeness in enter/exit
` [PATCH 09/14] drm/i915/gt: Convert timeline tracking to spinlock
` [PATCH 10/14] drm/i915/gt: Guard timeline pinning with its own mutex
` [PATCH 11/14] drm/i915: Protect request retirement with timeline->mutex
` [PATCH 12/14] drm/i915: Replace struct_mutex for batch pool serialisation
` [PATCH 13/14] drm/i915/gt: Mark context->active_count as protected by timeline->mutex
` [PATCH 14/14] drm/i915/gt: Use intel_gt as the primary object for handling resets
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/14] drm/i915/execlists: Record preemption for selftests
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
[PATCH v2 0/4] Modular FIA
2019-07-10 7:11 UTC (8+ messages)
` [PATCH v2 1/4] drm/i915: make new intel_tc.c use uncore accessors
` [PATCH v2 2/4] drm/i915: fix include order in intel_tc.*
` [PATCH v3 "
` ✓ Fi.CI.BAT: success for Modular FIA (rev3)
` ✓ Fi.CI.IGT: "
[PATCH 0/4] MCR fixes
2019-07-10 6:21 UTC (11+ messages)
` [PATCH 1/4] drm/i915: Fix GEN8_MCR_SELECTOR programming
` [PATCH 2/4] drm/i915: Fix WaProgramMgsrForL3BankSpecificMmioReads
` [PATCH 3/4] drm/i915: Move intel_calculate_mcr_s_ss_select to intel_sseu.c
` [PATCH 4/4] drm/i915/icl: Verify engine workarounds in GEN8_L3SQCREG4
` ✓ Fi.CI.BAT: success for MCR fixes
[PATCH] drm/i915/selftests: Hold the vma manager lock while modifying mmap_offset
2019-07-10 6:19 UTC (7+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` [PATCH v1] "
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for drm/i915/selftests: Hold the vma manager lock while modifying mmap_offset (rev3)
` ✓ Fi.CI.IGT: "
kernel oops loading i915 after "x86/asm: Pin sensitive CR4 bits" (873d50d58)
2019-07-10 5:44 UTC
[PATCH] drm/i915: Lock the engine while dumping the active request
2019-07-10 3:44 UTC (6+ messages)
` ✓ Fi.CI.BAT: success for "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Lock the engine while dumping the active request (rev2)
` ✓ Fi.CI.IGT: "
[PATCH v7 0/4] Panel rotation patches
2019-07-10 2:20 UTC (6+ messages)
` [PATCH v7 1/4] drm/panel: Add helper for reading DT rotation
` [PATCH v7 2/4] drm/panel: set display info in panel attach
` [PATCH v7 3/4] drm/connector: Split out orientation quirk detection
` [PATCH v7 4/4] drm/mtk: add panel orientation property
` ✗ Fi.CI.BAT: failure for Panel rotation patches (rev7)
[PATCH 00/12] GT-fy the uc code
2019-07-10 1:35 UTC (16+ messages)
` [PATCH 01/12] drm/i915/guc: Remove preemption support for current fw
` [PATCH 02/12] drm/i915/guc: simplify guc client
` [PATCH 03/12] drm/i915/uc: replace uc init/fini misc
` [PATCH 04/12] drm/i915/uc: introduce intel_uc_fw_supported
` [PATCH 05/12] drm/i915/guc: move guc irq functions to intel_guc parameter
` [PATCH 06/12] drm/i915/guc: unify guc irq handling
` [PATCH 07/12] drm/i915/uc: move GuC and HuC files under gt/uc/
` [PATCH 08/12] drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_uc
` [PATCH 09/12] drm/i915/uc: Move intel functions to intel_uc
` [PATCH 10/12] drm/i915/uc: prefer intel_gt over i915 in GuC/HuC paths
` [PATCH 11/12] drm/i915/guc: prefer intel_gt in guc interrupt functions
` [PATCH 12/12] drm/i915/uc: kill <g,h>uc_to_i915
` ✗ Fi.CI.CHECKPATCH: warning for GT-fy the uc code
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
[PATCH v8 00/13] drm/i915: Vulkan performance query support
2019-07-10 1:20 UTC (23+ messages)
` [PATCH v8 01/13] drm/i915/perf: ensure we keep a reference on the driver
` [PATCH v8 02/13] drm/i915/perf: add missing delay for OA muxes configuration
` [PATCH v8 03/13] drm/i915/perf: introduce a versioning of the i915-perf uapi
` [PATCH v8 04/13] drm/i915/perf: allow for CS OA configs to be created lazily
` [PATCH v8 05/13] drm/i915: enumerate scratch fields
` [PATCH v8 06/13] drm/i915/perf: implement active wait for noa configurations
` [PATCH v8 07/13] drm/i915: introduce a mechanism to extend execbuf2
` [PATCH v8 08/13] drm/i915: add syncobj timeline support
` [PATCH v8 09/13] drm/i915: add a new perf configuration execbuf parameter
` [PATCH v8 10/13] drm/i915: add infrastructure to hold off preemption on a request
` [PATCH v8 11/13] drm/i915/perf: allow holding preemption on filtered ctx
` [PATCH v8 12/13] drm/i915/perf: execute OA configuration from command stream
` [PATCH v8 13/13] drm/i915: add support for perf configuration queries
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Vulkan performance query support (rev8)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH] drm/i915/guc: Define GuC firmware version for Comet Lake
2019-07-10 1:08 UTC (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/guc: Define GuC firmware version for Comet Lake (rev2)
[PATCH 1/2] drm/i915/display/tgl: Bump up the mode vertical limits to support 8K
2019-07-10 0:40 UTC (8+ messages)
` [PATCH 2/2] drm/i915/display/tgl: Bump up the plane/fb height "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/display/tgl: Bump up the mode vertical limits "
` ✓ Fi.CI.BAT: success "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for series starting with [v2] drm/i915/display/tgl: Bump up the mode vertical limits to support 8K (rev2)
[PATCH] drm/i915: Remove unused i915_gem_context_lookup_engine
2019-07-10 0:17 UTC (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[PATCH v6 0/4] Panel rotation patches
2019-07-09 23:05 UTC (6+ messages)
` [PATCH v6 1/4] drm/panel: Add helper for reading DT rotation
` [PATCH v6 2/4] drm/panel: set display info in panel attach
` [PATCH v6 3/4] drm/connector: Split out orientation quirk detection
` [PATCH v6 4/4] drm/mtk: add panel orientation property
` ✗ Fi.CI.BAT: failure for Panel rotation patches (rev6)
[PATCH] drm/i915/execlists: Disable preemption under GVT
2019-07-09 20:53 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/execlists: Disable preemption under GVT (rev6)
` ✓ Fi.CI.IGT: "
[PATCH v2 00/25] Initial support for Tiger Lake
2019-07-09 20:10 UTC (46+ messages)
` [PATCH v2 03/25] drm/i915/tgl: Introduce Tiger Lake PCH
` [PATCH v2 05/25] drm/i915/tgl: Add TGL PCI IDs
` [PATCH v2 07/25] drm/i915/tgl: Check if pipe D is fused
` [PATCH v2 08/25] drm/i915/tgl: use TRANSCODER_EDP_VDSC on transcoder A
` [PATCH v2 09/25] drm/i915/tgl: Add power well support
` [PATCH v2 10/25] drm/i915/tgl: Add power well to support 4th pipe
` [PATCH v2 12/25] drm/i915/tgl: Add pll manager
` [PATCH v2 13/25] drm/i915/tgl: Add additional ports for Tiger Lake
` [PATCH v2 14/25] drm/i915/tgl: update ddi/tc clock_off bits
` [PATCH v2 16/25] drm/i915/tgl: port to ddc pin mapping
` [PATCH v3 "
` [PATCH v2 18/25] drm/i915/tgl: extend intel_port_is_combophy/tc
` [PATCH v2 19/25] drm/i915/tgl: init ddi port A-C for Tiger Lake
` [PATCH v2 21/25] drm/i915/tgl: apply Display WA #1178 to fix type C dongles
` [PATCH v2 22/25] drm/i915/gen12: MBUS B credit change
` [PATCH v2 23/25] drm/i915/tgl: skip setting PORT_CL_DW12_* on initialization
` [PATCH v2 24/25] drm/i915/tgl: Add DPLL registers
` [PATCH v2 25/25] drm/i915/tgl: Update DPLL clock reference register
` ✓ Fi.CI.IGT: success for Initial support for Tiger Lake (rev2)
` ✗ Fi.CI.CHECKPATCH: warning for Initial support for Tiger Lake (rev3)
` ✓ Fi.CI.BAT: success "
[PATCH v5] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+
2019-07-09 20:02 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ (rev2)
` ✓ Fi.CI.IGT: "
[PATCH v6 0/5] EHL port programming
2019-07-09 19:45 UTC (8+ messages)
` [PATCH v6 1/5] drm/i915/gen11: Start distinguishing 'phy' from 'port'
` [PATCH v6 2/5] drm/i915/gen11: Program ICL_DPCLKA_CFGCR0 according to PHY
` [PATCH v6 3/5] drm/i915/gen11: Convert combo PHY logic to use new 'enum phy' namespace
` [PATCH v6 4/5] drm/i915: Transition port type checks to phy checks
` [PATCH v6 5/5] drm/i915/ehl: Enable DDI-D
` ✗ Fi.CI.CHECKPATCH: warning for EHL port programming (rev7)
` ✓ Fi.CI.BAT: success "
[PATCH xf86-video-intel 2/2] sna: Support 10bpc gamma via the GAMMA_LUT crtc property
2019-07-09 18:34 UTC (3+ messages)
` [PATCH xf86-video-intel v3 "
[PATCH] drm/i915/userptr: Don't mark readonly objects as dirty
2019-07-09 18:25 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[PATCH] drm/i915/execlists: Record preemption counting for selftests
2019-07-09 18:15 UTC (3+ messages)
` [PATCH] drm/i915/execlists: Record preemption "
` ✓ Fi.CI.BAT: success for drm/i915/execlists: Record preemption counting for selftests (rev2)
[PATCH v3 1/2] drm/i915: Add support for retrying hotplug
2019-07-09 17:40 UTC (7+ messages)
` [PATCH v3 2/2] drm/i915: Enable hotplug retry
✓ Fi.CI.IGT: success for drm/i915: Fix reporting of size of created GEM object
2019-07-09 17:06 UTC
[PATCH v2 1/2] drm/i915: Clear the shared PLL from the put_dplls() hook
2019-07-09 15:57 UTC (3+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [v2,1/2] "
[PATCH V6 i-g-t 0/6] igt: Add support for testing writeback connectors
2019-07-09 15:07 UTC (8+ messages)
` [PATCH V6 i-g-t 1/6] lib/igt_kms: Add writeback support
` [igt-dev] "
[V3] drm/i915: Add icl mipi dsi properties
2019-07-09 14:56 UTC (3+ messages)
[PATCH 1/2] drm/i915/gt: Apply RCS workarounds to the render class
2019-07-09 14:52 UTC (5+ messages)
` [PATCH 2/2] drm/i915/gt: Remove presumption of RCS0
[PATCH 1/2] drm/i915/guc: Upgrade to GuC 33.0.0
2019-07-09 14:17 UTC (3+ messages)
` [PATCH 2/2] drm/i915/guc: Turn on GuC/HuC auto mode
screen freeze with 5.2-rc6 Dell XPS-13 skylake i915
2019-07-09 13:52 UTC (2+ messages)
[PATCH] drm/vkms: prime import support
2019-07-09 13:39 UTC (2+ messages)
[PATCH v8 0/6] HDCP2.2 Phase II
2019-07-09 13:26 UTC (7+ messages)
` [PATCH v8 1/6] drm: Add Content protection type property
[PATCH] drm/i915/selftests: Set igt_spinner.gt for early exit
2019-07-09 12:24 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for "
[PATCH 00/28] Initial support for Tiger Lake
2019-07-09 12:03 UTC (3+ messages)
` [PATCH 08/28] x86/gpu: add TGL stolen memory support
[PATCH v7 00/12] drm/i915: Vulkan performance query support
2019-07-09 11:33 UTC (19+ messages)
` [PATCH v7 06/12] drm/i915/perf: implement active wait for noa configurations
` [PATCH v7 09/12] drm/i915: add a new perf configuration execbuf parameter
` [PATCH v7 10/12] drm/i915/perf: allow holding preemption on filtered ctx
` [PATCH v7 11/12] drm/i915/perf: execute OA configuration from command stream
` [PATCH v7 12/12] drm/i915: add support for perf configuration queries
[PATCH v2] drm/i915/hdcp: debug logs for sink related failures
2019-07-09 10:46 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox