intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-16 15:56:41 to 2020-02-18 22:54:53 UTC [more...]

[Intel-gfx] [PATCH v16 0/7] Refactor Gen11+ SAGV support
 2020-02-18 22:54 UTC  (11+ messages)
` [Intel-gfx] [PATCH v16 1/7] drm/i915: Start passing latency as parameter
` [Intel-gfx] [PATCH v16 2/7] drm/i915: Introduce skl_plane_wm_level accessor
` [Intel-gfx] [PATCH v16 3/7] drm/i915: Init obj state in intel_atomic_get_old/new_global_obj_state
` [Intel-gfx] [PATCH v16 4/7] drm/i915: Refactor intel_can_enable_sagv
` [Intel-gfx] [PATCH v16 5/7] drm/i915: Added required new PCode commands
` [Intel-gfx] [PATCH v16 6/7] drm/i915: Restrict qgv points which don't have enough bandwidth
` [Intel-gfx] [PATCH v16 7/7] drm/i915: Enable SAGV support for Gen12
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Refactor Gen11+ SAGV support
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/gt/tgl: implement Wa_1409085225
 2020-02-18 19:47 UTC 

[Intel-gfx] [PATCH] drm/i915: Read rawclk_freq earlier
 2020-02-18 22:44 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI 01/10] drm/i915/debugfs: Pass guc_log struct to i915_guc_log_info
 2020-02-18 22:33 UTC  (10+ messages)
` [Intel-gfx] [CI 02/10] drm/i915/guc: Kill USES_GUC macro
` [Intel-gfx] [CI 03/10] drm/i915/guc: Kill USES_GUC_SUBMISSION macro
` [Intel-gfx] [CI 04/10] drm/i915/uc: Update the FW status on injected fetch error
` [Intel-gfx] [CI 05/10] drm/i915/uc: autogenerate uC checker functions
` [Intel-gfx] [CI 06/10] drm/i915/uc: Improve tracking of uC init status
` [Intel-gfx] [CI 07/10] drm/i915/guc: Apply new uC status tracking to GuC submission as well
` [Intel-gfx] [CI 08/10] drm/i915/uc: Abort early on uc_init failure
` [Intel-gfx] [CI 09/10] drm/i915/uc: consolidate firmware cleanup
` [Intel-gfx] [CI 10/10] HAX: drm/i915: default to enable_guc=2

[Intel-gfx] [PATCH] drm/i915: Avoid potential division-by-zero in computing CS timestamp period
 2020-02-18 22:10 UTC  (6+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v3 00/12] drm/i915: Add support for HDCP 1.4 over MST connectors
 2020-02-18 22:07 UTC  (4+ 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 v4 00/14] drm/i915: Add support for HDCP 1.4 over MST connectors
 2020-02-18 22:02 UTC  (15+ messages)
` [Intel-gfx] [PATCH v4 01/14] drm/i915: Fix sha_text population code
` [Intel-gfx] [PATCH v4 02/14] drm/i915: Clear the repeater bit on HDCP disable
` [Intel-gfx] [PATCH v4 03/14] drm/i915: WARN if HDCP signalling is enabled upon disable
` [Intel-gfx] [PATCH v4 04/14] drm/i915: Intercept Aksv writes in the aux hooks
` [Intel-gfx] [PATCH v4 05/14] drm/i915: Use the cpu_transcoder in intel_hdcp to toggle HDCP signalling
` [Intel-gfx] [PATCH v4 06/14] drm/i915: Factor out hdcp->value assignments
` [Intel-gfx] [PATCH v4 07/14] drm/i915: Protect workers against disappearing connectors
` [Intel-gfx] [PATCH v4 08/14] drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it
` [Intel-gfx] [PATCH v4 09/14] drm/i915: Support DP MST in enc_to_dig_port() function
` [Intel-gfx] [PATCH v4 10/14] drm/i915: Use ddi_update_pipe in intel_dp_mst
` [Intel-gfx] [PATCH v4 11/14] drm/i915: Factor out HDCP shim functions from dp for use by dp_mst
` [Intel-gfx] [PATCH v4 12/14] drm/i915: Add connector to hdcp_shim->check_link()
` [Intel-gfx] [PATCH v4 13/14] drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband message
` [Intel-gfx] [PATCH v4 14/14] drm/i915: Add HDCP 1.4 support for MST connectors

[Intel-gfx] [PATCH 01/12] drm/i915/selftests: Check for any sign of request starting in wait_for_submit()
 2020-02-18 21:53 UTC  (23+ messages)
` [Intel-gfx] [PATCH 02/12] drm/i915/gt: Show the cumulative context runtime in engine debug
` [Intel-gfx] [PATCH 03/12] drm/i915/execlists: Check the sentinel is alone in the ELSP
` [Intel-gfx] [PATCH 04/12] drm/i915/gt: Fix up missing error propagation for heartbeat pulses
` [Intel-gfx] [PATCH 05/12] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 06/12] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] [PATCH 07/12] drm/i915/gem: Consolidate ctx->engines[] release
` [Intel-gfx] [PATCH 08/12] drm/i915/selftest: Analyse timestamp behaviour across context switches
` [Intel-gfx] [PATCH 09/12] drm/i915: Read rawclk_freq earlier
` [Intel-gfx] [PATCH 10/12] drm/i915/gt: Refactor l3cc/mocs availability
` [Intel-gfx] [PATCH 11/12] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 12/12] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/12] drm/i915/selftests: Check for any sign of request starting in wait_for_submit()
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915/selftests: Flush tasklet on wait_for_submit()
 2020-02-18 21:12 UTC 

[Intel-gfx] RFC: Unpinned DMA-buf handling
 2020-02-18 21:01 UTC  (13+ messages)
` [Intel-gfx] [PATCH 1/5] dma-buf: add dynamic DMA-buf handling v14
` [Intel-gfx] [PATCH 2/5] drm/ttm: remove the backing store if no placement is given
` [Intel-gfx] [PATCH 3/5] drm/amdgpu: use allowed_domains for exported DMA-bufs
` [Intel-gfx] [PATCH 4/5] drm/amdgpu: add amdgpu_dma_buf_pin/unpin v2
` [Intel-gfx] [PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2

[Intel-gfx] [PATCH] drm/i915/selftests: Check for any sign of request starting in wait_for_submit()
 2020-02-18 20:48 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915/selftests: Fix selftest_mocs for DGFX
 2020-02-18 20:46 UTC  (4+ messages)
` [Intel-gfx] [PATCH] drm/i915/gt: Refactor l3cc/mocs availability
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/selftests: Fix selftest_mocs for DGFX (rev3)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v3] drm/i915/psr: Force PSR probe only after full initialization
 2020-02-18 20:39 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Protect signaler walk with RCU
 2020-02-18 20:23 UTC 

[Intel-gfx] [PATCH 1/6] drm/i915/gt: Show the cumulative context runtime in engine debug
 2020-02-18 20:13 UTC  (14+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915/execlists: Check the sentinel is alone in the ELSP
` [Intel-gfx] [PATCH 3/6] drm/i915/gt: Fix up missing error propagation for heartbeat pulses
` [Intel-gfx] [PATCH 4/6] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 5/6] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] [PATCH 6/6] drm/i915/gem: Consolidate ctx->engines[] release
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915/gt: Show the cumulative context runtime in engine debug
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915/gt: Show the cumulative context runtime in engine debug (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915/gt: Show the cumulative context runtime in engine debug (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI] drm/i915: Track hw reported context runtime
 2020-02-18 18:49 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Track hw reported context runtime (rev7)

[Intel-gfx] [PATCH v2-resend] drm/i915/psr: Force PSR probe only after full initialization
 2020-02-18 18:23 UTC 

[Intel-gfx] [PATCH v7 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-02-18 18:22 UTC  (16+ messages)
` [Intel-gfx] [PATCH v7 01/12] capabilities: introduce CAP_PERFMON to kernel and user space
` [Intel-gfx] [PATCH v7 02/12] perf/core: open access to the core for CAP_PERFMON privileged process
` [Intel-gfx] [PATCH v7 03/12] perf/core: open access to probes "
` [Intel-gfx] [PATCH v7 04/12] perf tool: extend Perf tool with CAP_PERFMON capability support
` [Intel-gfx] [PATCH v7 05/12] drm/i915/perf: open access for CAP_PERFMON privileged process
` [Intel-gfx] [PATCH v7 06/12] trace/bpf_trace: "
` [Intel-gfx] [PATCH v7 07/12] powerpc/perf: "
` [Intel-gfx] [PATCH v7 08/12] parisc/perf: "
` [Intel-gfx] [PATCH v7 09/12] drivers/perf: "
` [Intel-gfx] [PATCH v7 10/12] drivers/oprofile: "
` [Intel-gfx] [PATCH v7 11/12] doc/admin-guide: update perf-security.rst with CAP_PERFMON information
` [Intel-gfx] [PATCH v7 12/12] doc/admin-guide: update kernel.rst "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce CAP_PERFMON to secure system performance monitoring and observability (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] kernel 5.5.4: BUG: kernel NULL pointer dereference, address: 000000000000000
 2020-02-18 18:10 UTC  (5+ messages)

[Intel-gfx] [PATCH i-g-t] lib: Don't specify a non-existent blitter ring
 2020-02-18 18:08 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/tgl: Add Wa_1808121037 to tgl
 2020-02-18 18:06 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH v2 1/6] drm/i915: Iterate over pipe and skip the disabled one
 2020-02-18 17:53 UTC 

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_schedule: Exercise implicit ordering between engines
 2020-02-18 18:00 UTC  (3+ messages)

[Intel-gfx] [PATCH v2] drm/i915/perf: conversion to struct drm_device based logging macros
 2020-02-18 17:39 UTC 

[Intel-gfx] [PATCH] drm/i915: make i915_debugfs_register return void
 2020-02-18 17:28 UTC 

RFC: Unpinned DMA-buf handling
 2020-02-18 14:14 UTC  (5+ messages)
` [PATCH 1/5] dma-buf: add dynamic DMA-buf handling v14
    ` [Intel-gfx] "

[Intel-gfx] [PATCH v2 0/7] 3 display pipes combination system support
 2020-02-18 16:41 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2 1/7] drm/i915: Iterate over pipe and skip the disabled one
` [Intel-gfx] [PATCH v2 5/7] drm/i915: Get first crtc instead of PIPE_A crtc

[Intel-gfx] [PATCH] drm/i915/selftests: Mark the mock ring->vma as being in the GGTT
 2020-02-18 15:51 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/selftests: Mark the mock ring->vma as being in the GGTT (rev3)

[Intel-gfx] [PATCH v2 0/5] HDCP misc
 2020-02-18 15:43 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 1/5] drm/hdcp: optimizing the srm handling
` [Intel-gfx] [PATCH v2 3/5] drm/i915: terminate reauth at stream management failure
` [Intel-gfx] [PATCH v2 4/5] drm/i915: dont retry stream management at seq_num_m roll over

[Intel-gfx] [PATCH v2 0/5] drm/i915: Hotplug cleanups
 2020-02-18 13:08 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 1/5] drm/i915/hpd: Replace the loop-within-loop with two independent loops
` [Intel-gfx] [PATCH v2 2/5] drm/i915: Mark all HPD capabled connectors as such

[Intel-gfx] [PATCH 0/6] drm/i915: Proper dbuf global state
 2020-02-18 10:43 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/6] drm/i915: Introduce proper dbuf state
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Proper dbuf global state

[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_persistence: Protect igt_spin_new() from close races
 2020-02-18 10:19 UTC 

[Intel-gfx] [RFC PATCH i-g-t] tests/gem_userptr_blits: Enhance invalid mapping exercise
 2020-02-18  9:59 UTC  (2+ messages)
    ` [Intel-gfx] [igt-dev] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 1/2] drm/i915/csr: use intel_de_*() functions for register access
 2020-02-18  9:31 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/display: "
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915/csr: "

[Intel-gfx] [PATCH] drm/i915/gem: use spinlock_t instead of struct spinlock
 2020-02-18  7:46 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2] drm/i915/gt: Declare when we enabled timeslicing
 2020-02-18  7:16 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Declare when we enabled timeslicing
 2020-02-18  6:25 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

[Intel-gfx] [PATCH v4] drm/i915: Init lspcon after HPD in intel_dp_detect()
 2020-02-18  3:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [CI 1/2] drm/i915: split intel_modeset_driver_remove() to pre/post irq uninstall
 2020-02-18  0:26 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [CI,1/2] "

[Intel-gfx] [PATCH v2 0/1] Adding definitions for VRR registers and bitfields
 2020-02-17 20:35 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for Adding definitions for VRR registers and bitfields (rev2)

[Intel-gfx] [PATCH] drm/i915/selftests: Check for the error interrupt before we wait!
 2020-02-17 20:14 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [CI v3 1/3] drm/i915: Introduce encoder->compute_config_late()
 2020-02-17 20:05 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [CI,v3,1/3] "

[Intel-gfx] [PATCH] drm/i915/gt: make a gt sysfs group and move power management files
 2020-02-17 19:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gt: make a gt sysfs group and move power management files (rev3)

[Intel-gfx] [PATCH] Add support for Color encoding YCBCR_BT2020
 2020-02-17 18:28 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
 2020-02-17 18:19 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

[Intel-gfx] [PATCH] drm/i915: Cast remain to unsigned long in eb_relocate_vma
 2020-02-17 17:06 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [drm-intel:drm-intel-next-queued 1/2] drivers/gpu/drm/i915/gt/intel_lrc.c:1224:3: note: in expansion of macro 'I915_SELFTEST_ONLY'
 2020-02-17 16:41 UTC 

[Intel-gfx] [PATCH] drm/i915/selftest: Analyse timestamp behaviour across context switches
 2020-02-17 16:00 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftest: Analyse timestamp behaviour across context switches (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] lib: Add a YAML emitter
 2020-02-17 15:48 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm/i915/gt: Rearrange code to silence compiler
 2020-02-17 15:11 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Ensure 'ENABLE_BOOT_FETCH' is enabled before ppGTT
 2020-02-17 12:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

[Intel-gfx] [CI] drm/i915/selftests: Exercise timeslice rewinding
 2020-02-17 11:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/selftests: Exercise timeslice rewinding (rev2)

[Intel-gfx] [PATCH v1] Revert "drm/i915: Update dbuf slices only with full modeset"
 2020-02-17 11:00 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm/i915/dsc: force full modeset whenever DSC is enabled at probe
 2020-02-17 10:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH v1 0/2] Fix state transitions affecting DBuf
 2020-02-17 10:43 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm: bugs.freedesktop.org is no longer accepting bugs
 2020-02-17 10:19 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Suppress warnings for unused debugging locals
 2020-02-17 10:05 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH 1/2] drm/i915: split out vlv/chv specific suspend/resume code
 2020-02-17  9:36 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: switch vlv_suspend to use intel uncore register accessors

[Intel-gfx] [PATCH 1/2] MAINTAINERS: Update drm/i915 bug filing URL
 2020-02-17  9:26 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: "
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] MAINTAINERS: "

[Intel-gfx] [PATCH v3 0/7] drm: Try to fix encoder possible_clones/crtc
 2020-02-17  2:27 UTC  (3+ messages)
  ` [Intel-gfx] [PATCH v3 3/7] drm/exynos: Use drm_encoder_mask()

[Intel-gfx] [PATCH V7] drm: Add support for DP 1.4 Compliance edid corruption test
 2020-02-17  0:57 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm: Add support for DP 1.4 Compliance edid corruption test (rev6)

[Intel-gfx] [PATCH v2 0/8] drm/i915: pfit/scaler rework prep stuff
 2020-02-16 22:45 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: pfit/scaler rework prep stuff (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).