messages from 2020-02-26 14:56:51 to 2020-02-27 18:15:50 UTC [more...]
[Intel-gfx] [PATCH 00/51] drm managed resources, v3
2020-02-27 18:14 UTC (4+ messages)
` [Intel-gfx] [PATCH 01/51] mm/sl[uo]b: export __kmalloc_track(_node)_caller
` [Intel-gfx] [PATCH 02/51] drm/i915: Don't clear drvdata in ->release
` [Intel-gfx] [PATCH 04/51] drm: Set final_kfree in drm_dev_alloc
[Intel-gfx] [PATCH 00/13] drm/i915: Clean up DPLL output/refclock tracking
2020-02-27 18:13 UTC (20+ messages)
` [Intel-gfx] [PATCH 01/13] drm/i915: Fix bounds check in intel_get_shared_dpll_id()
` [Intel-gfx] [PATCH 02/13] drm/i915: Move DPLL HW readout/sanitize fns to intel_dpll_mgr.c
` [Intel-gfx] [PATCH 03/13] drm/i915: Keep the global DPLL state in a DPLL specific struct
` [Intel-gfx] [PATCH 04/13] drm/i915: Move the DPLL vfunc inits after the func defines
` [Intel-gfx] [PATCH 05/13] drm/i915/hsw: Use the DPLL ID when calculating DPLL clock
` [Intel-gfx] [PATCH 06/13] drm/i915: Move DPLL frequency calculation to intel_dpll_mgr.c
` [Intel-gfx] [PATCH 07/13] drm/i915/skl: Parametrize the DPLL ref clock instead of open-coding it
` [Intel-gfx] [PATCH 08/13] drm/i915/hsw: Rename the get HDMI/DP DPLL funcs to get WRPLL/LCPLL
` [Intel-gfx] [PATCH 09/13] drm/i915/hsw: Split out the SPLL parameter calculation
` [Intel-gfx] [PATCH 10/13] drm/i915/hsw: Split out the WRPLL, LCPLL, SPLL frequency calculation
` [Intel-gfx] [PATCH 11/13] drm/i915/skl, cnl: Split out the WRPLL/LCPLL "
` [Intel-gfx] [PATCH 12/13] drm/i915/hsw: Use the read-out WRPLL/SPLL state instead of reading out again
` [Intel-gfx] [PATCH 13/13] drm/i915: Unify the DPLL ref clock frequency tracking
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Clean up DPLL output/refclock tracking
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH v4-CI] drm/i915/psr: Force PSR probe only after full initialization
2020-02-27 17:54 UTC (5+ messages)
[Intel-gfx] [PATCH 1/3] drm/i915/vgpu: improve vgpu abstractions
2020-02-27 18:01 UTC (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gvt: make intel_gvt_active internal to intel_gvt
` [Intel-gfx] [PATCH 3/3] drm/i915/gvt: only include intel_gvt.h where needed
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915/vgpu: improve vgpu abstractions
[Intel-gfx] [PATCH] drm/i915: Fix kbuild test robot build error
2020-02-27 17:51 UTC
[Intel-gfx] [PATCH] drm/i915/selftests: Disable heartbeat around manual pulse tests
2020-02-27 17:54 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 00/51] drm managed resources, v2
2020-02-27 17:46 UTC (4+ messages)
` [Intel-gfx] [PATCH 18/51] drm/<drivers>: Use drmm_add_final_kfree
[Intel-gfx] [PATCH 1/3] drm/i915: split intel_modeset_init() pre/post gem init
2020-02-27 17:23 UTC (5+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: move more display related probe/remove stuff to display
` [Intel-gfx] [PATCH 3/3] drm/i915: remove the now redundant i915_driver_modeset_* call layer
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: split intel_modeset_init() pre/post gem init
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH] drm/i915: Fix kbuild test robot build error
2020-02-27 16:58 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[Intel-gfx] [PATCH] drm/i915/perf: reintroduce wait on OA configuration completion
2020-02-27 17:04 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH 1/3] drm/i915: add i915_ioc32.h for compat
2020-02-27 17:00 UTC (3+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: remove unused orig_clock i915 member
` [Intel-gfx] [PATCH 3/3] drm/i915: move watermark structs more towards usage
[Intel-gfx] [PATCH v2 16/20] drm/i915: Move pipe ddb entries into the dbuf state
2020-02-27 16:50 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915/dram: hide the dram structs better
2020-02-27 16:42 UTC (2+ messages)
[Intel-gfx] [PATCH v18 0/8] Refactor Gen11+ SAGV support
2020-02-27 16:28 UTC (13+ messages)
` [Intel-gfx] [PATCH v18 1/8] drm/i915: Start passing latency as parameter
` [Intel-gfx] [PATCH v18 2/8] drm/i915: Introduce skl_plane_wm_level accessor
` [Intel-gfx] [PATCH v18 3/8] drm/i915: Add intel_bw_get_*_state helpers
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Refactor Gen11+ SAGV support (rev5)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Refactor Gen11+ SAGV support (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH] drm/i915/crc: move pipe_crc from drm_i915_private to intel_crtc
2020-02-27 16:22 UTC (2+ messages)
[Intel-gfx] [PATCH v18 7/8] drm/i915: Restrict qgv points which don't have enough bandwidth
2020-02-27 16:20 UTC (3+ messages)
[Intel-gfx] [PATCH v18 4/8] drm/i915: Introduce more *_state_changed indicators
2020-02-27 16:12 UTC (3+ messages)
[Intel-gfx] [PATCH 01/20] drm/i915: Skip barriers inside waits
2020-02-27 15:37 UTC (27+ messages)
` [Intel-gfx] [PATCH 02/20] drm/i915/perf: Mark up the racy use of perf->exclusive_stream
` [Intel-gfx] [PATCH 03/20] drm/i915/perf: Manually acquire engine-wakeref around use of kernel_context
` [Intel-gfx] [PATCH 04/20] drm/i915/perf: Wait for lrc_reconfigure on disable
` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 05/20] drm/i915/gem: Consolidate ctx->engines[] release
` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 06/20] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 07/20] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] [PATCH 08/20] drm/i915/selftests: Disable heartbeat around manual pulse tests
` [Intel-gfx] [PATCH 09/20] drm/i915/gt: Reset queue_priority_hint after wedging
` [Intel-gfx] [PATCH 10/20] drm/i915/gt: Pull marking vm as closed underneath the vm->mutex
` [Intel-gfx] [PATCH 11/20] drm/i915: Protect i915_request_await_start from early waits
` [Intel-gfx] [PATCH 12/20] drm/i915/selftests: Verify LRC isolation
` [Intel-gfx] [PATCH 13/20] drm/i915/selftests: Check recovery from corrupted LRC
` [Intel-gfx] [PATCH 14/20] drm/i915/selftests: Wait for the kernel context switch
` [Intel-gfx] [PATCH 15/20] drm/i915/selftests: Be a little more lenient for reset workers
` [Intel-gfx] [PATCH 16/20] drm/i915/selftests: Add request throughput measurement to perf
` [Intel-gfx] [PATCH 17/20] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 18/20] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
` [Intel-gfx] [PATCH 19/20] drm/i915/execlists: Check the sentinel is alone in the ELSP
` [Intel-gfx] [PATCH 20/20] drm/i915/execlists: Reduce preempt-to-busy roundtrip delay
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/20] drm/i915: Skip barriers inside waits
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/20] drm/i915: Skip barriers inside waits (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH v6] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
2020-02-27 15:09 UTC
[Intel-gfx] [PATCH v2] drm/i915/huc: Fix error reported by I915_PARAM_HUC_STATUS
2020-02-27 14:49 UTC (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/huc: Fix error reported by I915_PARAM_HUC_STATUS (rev2)
[Intel-gfx] [PATCH v5] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
2020-02-27 14:10 UTC (3+ messages)
[Intel-gfx] [PULL] drm-misc-next
2020-02-27 11:32 UTC
[Intel-gfx] [PATCH 16/21] drm/i915: make *_debugfs_register() functions return void
2020-02-27 13:08 UTC (2+ messages)
[Intel-gfx] [PATCH v18 5/8] drm/i915: Refactor intel_can_enable_sagv
2020-02-27 11:46 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915: Set up PIPE_MISC truncate bit on tgl+
2020-02-27 11:43 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH] drm/i915/ggtt: do not set bits 1-11 in gen12 ptes
2020-02-27 10:58 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[Intel-gfx] [PATCH 00/10] drm/i915/display: conversion to drm_device based logging macros
2020-02-27 10:57 UTC (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: conversion to drm_device based logging macros (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: conversion to drm_device based logging macros (rev4)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH 01/17] drm/i915/gt: Reset queue_priority_hint after wedging
2020-02-27 10:25 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/17] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PULL] gvt-next
2020-02-27 9:31 UTC (4+ messages)
[Intel-gfx] [PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
2020-02-27 9:38 UTC (14+ messages)
[Intel-gfx] [PATCH] drm/i915/selftests: Add request throughput measurement to perf
2020-02-27 9:25 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 00/10] drm/i915: Introduce i915 based i915_MISSING_CASE macro and us it in i915
2020-02-27 8:29 UTC (8+ messages)
` [Intel-gfx] [PATCH 01/10] drm/i915: Add i915 device based MISSING_CASE macro
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Introduce i915 based i915_MISSING_CASE macro and us it in i915
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH][next] drm: Replace zero-length array with flexible-array member
2020-02-27 8:27 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 1/3] drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT
2020-02-27 7:31 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 1/3] drm/i915: split out intel_dram.[ch] from i915_drv.c
2020-02-27 7:20 UTC (4+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/drv: use intel_uncore_write() for register access
[Intel-gfx] [PATCH] drm/i915: Skip barriers inside waits
2020-02-27 6:56 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[Intel-gfx] [PATCH v2 01/14] drm/i915/tgl: Split GT and display workarounds
2020-02-27 6:31 UTC (13+ messages)
` [Intel-gfx] [PATCH v2 02/14] drm/i915/tgl: Extend Wa_1409825376 stepping
` [Intel-gfx] [PATCH v2 14/14] drm/i915/tgl: Implement Wa_1407901919
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,01/14] drm/i915/tgl: Split GT and display workarounds
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PULL] drm-intel-fixes
2020-02-27 6:04 UTC
[Intel-gfx] Fixes that failed to apply to v5.6-rc3
2020-02-27 5:56 UTC
[Intel-gfx] [PATCH 1/3] drm/i915/perf: Mark up the racy use of perf->exclusive_stream
2020-02-27 5:55 UTC (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/perf: Manually acquire engine-wakeref around use of kernel_context
` [Intel-gfx] [PATCH 3/3] drm/i915/perf: Wait for lrc_reconfigure on disable
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/perf: Mark up the racy use of perf->exclusive_stream
[Intel-gfx] [PATCH 1/3] drm/i915/gem: Consolidate ctx->engines[] release
2020-02-27 3:08 UTC (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 3/3] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/gem: Consolidate ctx->engines[] release
[Intel-gfx] [PATCH 1/3] drm/i915: Fix 400 MHz FSB readout on elk
2020-02-27 2:48 UTC (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Document our lackluster FSB frequency readout
` [Intel-gfx] [PATCH 3/3] drm/i915: Read out hrawclk on all gen3+ platforms
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Fix 400 MHz FSB readout on elk
[Intel-gfx] [PATCH v3 0/7] 3 display pipes combination system support
2020-02-27 2:09 UTC (8+ messages)
` [Intel-gfx] [PATCH v3 4/7] drm/i915: Fix wrongly populated plane possible_crtcs bit mask
` [Intel-gfx] [PATCH v4 "
` [Intel-gfx] ✓ Fi.CI.BAT: success for 3 display pipes combination system support (rev5)
[Intel-gfx] [PATCH 1/3] drm/i915: HDCP: fix Ri prime check done during link check
2020-02-27 1:37 UTC (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: HDCP: fix Ri prime and R0 checks during auth
` [Intel-gfx] [PATCH 3/3] drm/i915: HDCP: retry link integrity check on failure
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/3] drm/i915: HDCP: fix Ri prime check done during link check
[Intel-gfx] [drm-intel:for-linux-next 3/6] drivers/gpu//drm/i915/display/intel_display.c:253:1: error: 'has_transcoder' defined but not used
2020-02-27 0:27 UTC
[Intel-gfx] 5.6 DP-MST regression: 1 of 2 monitors on TB3 (DP-MST) dock no longer light up
2020-02-26 23:41 UTC (6+ messages)
[Intel-gfx] [v3] drm/i915/tgl: Add Wa_1606054188:tgl
2020-02-26 23:10 UTC (4+ messages)
` [Intel-gfx] [PATCH v4] "
[Intel-gfx] [PATCH] drm/i915/tgl: Allow DC5/DC6 entry while PG2 is active
2020-02-26 23:09 UTC (3+ messages)
[Intel-gfx] [PATCH] drm/i915: significantly reduce the use of <drm/i915_drm.h>
2020-02-26 22:13 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: significantly reduce the use of <drm/i915_drm.h> (rev2)
[Intel-gfx] [PULL] gvt-fixes
2020-02-26 22:00 UTC (2+ messages)
[Intel-gfx] [PATCH v4] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
2020-02-26 20:41 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use intel_plane_data_rate for min_cdclk calculation (rev4)
[Intel-gfx] [PATCH] drm/i915/gt: Autotune idle timeouts
2020-02-26 18:34 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [CI 1/3] drm/i915: Flush idle barriers when waiting
2020-02-26 18:06 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [CI,1/3] "
[Intel-gfx] [PATCH v2 00/20] drm/i915: Proper dbuf global state
2020-02-26 18:04 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Proper dbuf global state (rev2)
[Intel-gfx] [PATCH 01/11] drm/i915: Drop assertion that active->fence is unchanged
2020-02-26 17:06 UTC (4+ messages)
` [Intel-gfx] [PATCH 09/11] drm/i915/gem: Consolidate ctx->engines[] release
[Intel-gfx] [PATCH 01/20] drm/i915: Drop inspection of execbuf flags during evict
2020-02-26 17:02 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/20] "
[Intel-gfx] [PATCH] drm/i915/perf: Mark up the racy use of perf->exclusive_stream
2020-02-26 16:10 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
[Intel-gfx] (no subject)
2020-02-26 15:08 UTC (5+ 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