intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 17:17:17 to 2020-02-19 13:21:48 UTC [more...]

[Intel-gfx] [CI 1/2] drm/i915: split intel_modeset_driver_remove() to pre/post irq uninstall
 2020-02-19 13:21 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 1/6] drm/i915: Iterate over pipe and skip the disabled one
 2020-02-19 13:15 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gem: use spinlock_t instead of struct spinlock
 2020-02-19 13:14 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [RFC PATCH] drm/i915/userptr: Don't activate MMU notifier if no pages can be acquired
 2020-02-19 13:08 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Do not attempt to reprogram IA/ring frequencies for dgfx
 2020-02-19 13:01 UTC 

[Intel-gfx] [PATCH 00/52] drm_device managed resources
 2020-02-19 12:45 UTC  (65+ messages)
` [Intel-gfx] [PATCH 01/52] mm/sl[uo]b: export __kmalloc_track(_node)_caller
` [Intel-gfx] [PATCH 02/52] drm/i915: Don't clear drvdata in ->release
` [Intel-gfx] [PATCH 03/52] drm: add managed resources tied to drm_device
` [Intel-gfx] [PATCH 04/52] drm: Set final_kfree in drm_dev_alloc
` [Intel-gfx] [PATCH 05/52] drm/mipi_dbi: Use drmm_add_final_kfree in all drivers
` [Intel-gfx] [PATCH 06/52] drm/udl: Use drmm_add_final_kfree
` [Intel-gfx] [PATCH 07/52] "
` [Intel-gfx] [PATCH 08/52] drm/qxl: "
` [Intel-gfx] [PATCH 09/52] drm/i915: "
` [Intel-gfx] [PATCH 10/52] drm/cirrus: "
` [Intel-gfx] [PATCH 11/52] drm/v3d: "
` [Intel-gfx] [PATCH 12/52] drm/tidss: "
` [Intel-gfx] [PATCH 13/52] drm/mcde: "
` [Intel-gfx] [PATCH 14/52] drm/vgem: "
` [Intel-gfx] [PATCH 15/52] drm/vkms: "
` [Intel-gfx] [PATCH 16/52] drm/repaper: "
` [Intel-gfx] [PATCH 17/52] drm/inigenic: "
` [Intel-gfx] [PATCH 18/52] drm/gm12u320: "
` [Intel-gfx] [PATCH 19/52] drm/<drivers>: "
` [Intel-gfx] [PATCH 20/52] drm: Cleanups after drmm_add_final_kfree rollout
` [Intel-gfx] [PATCH 21/52] drm: Handle dev->unique with drmm_
` [Intel-gfx] [PATCH 22/52] drm: Use drmm_ for drm_dev_init cleanup
` [Intel-gfx] [PATCH 23/52] drm: manage drm_minor cleanup with drmm_
` [Intel-gfx] [PATCH 24/52] drm: Manage drm_gem_init "
` [Intel-gfx] [PATCH 25/52] drm: Manage drm_vblank_cleanup "
` [Intel-gfx] [PATCH 26/52] drm: Garbage collect drm_dev_fini
` [Intel-gfx] [PATCH 27/52] drm: Manage drm_mode_config_init with drmm_
` [Intel-gfx] [PATCH 28/52] drm/bochs: Remove leftover drm_atomic_helper_shutdown
` [Intel-gfx] [PATCH 29/52] drm/bochs: Drop explicit drm_mode_config_cleanup
` [Intel-gfx] [PATCH 30/52] drm/cirrus: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 31/52] drm/cirrus: Fully embrace devm_
` [Intel-gfx] [PATCH 32/52] drm/ingenic: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 33/52] drm/mcde: "
` [Intel-gfx] [PATCH 34/52] drm/mcde: More devm_drm_dev_init
` [Intel-gfx] [PATCH 35/52] drm/meson: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 36/52] drm/pl111: "
` [Intel-gfx] [PATCH 37/52] drm/rcar-du: "
` [Intel-gfx] [PATCH 38/52] drm/rockchip: "
` [Intel-gfx] [PATCH 39/52] drm/stm: "
` [Intel-gfx] [PATCH 40/52] drm/shmob: "
` [Intel-gfx] [PATCH 41/52] drm/mtk: "
` [Intel-gfx] [PATCH 42/52] drm/tidss: "
` [Intel-gfx] [PATCH 43/52] drm/gm12u320: More drmm_
` [Intel-gfx] [PATCH 44/52] drm/gm12u320: Use devm_drm_dev_init
` [Intel-gfx] [PATCH 45/52] drm/gm12u320: Use helpers for shutdown/suspend/resume
` [Intel-gfx] [PATCH 46/52] drm/gm12u320: Simplify upload work
` [Intel-gfx] [PATCH 47/52] drm/repaper: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 48/52] drm/mipi-dbi: Move drm_mode_config_init into mipi library
` [Intel-gfx] [PATCH 49/52] drm/mipi-dbi: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 50/52] drm/udl: "
` [Intel-gfx] [PATCH 51/52] drm/udl: drop drm_driver.release hook
` [Intel-gfx] [PATCH 52/52] drm: Add docs for managed resources
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm_device "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/2] drm/i915/selftest: Analyse timestamp behaviour across context switches
 2020-02-19 12:34 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/selftests: Mark GPR checking more hostile
  ` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/selftest: Analyse timestamp behaviour across context switches
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v16 4/7] drm/i915: Refactor intel_can_enable_sagv
 2020-02-19 12:24 UTC  (2+ messages)

[Intel-gfx] [PATCH i-g-t] i915/gem_vm_create: Call set-domain manually
 2020-02-19 12:13 UTC 

[Intel-gfx] [PATCH v2] drm/i915/perf: conversion to struct drm_device based logging macros
 2020-02-19 11:04 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: conversion to struct drm_device based logging macros. (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v6 0/7] drm: Introduce struct drm_device based WARN* and use them in i915
 2020-02-19 11:00 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm: Introduce struct drm_device based WARN* and use them in i915 (rev6)

[Intel-gfx] [PATCH v7 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-02-19  7:54 UTC  (23+ 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] RFC: Unpinned DMA-buf handling
 2020-02-19  6:42 UTC  (10+ messages)
` [Intel-gfx] [PATCH 3/5] drm/amdgpu: use allowed_domains for exported DMA-bufs
` [Intel-gfx] [PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] dma-buf: add dynamic DMA-buf handling v14
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915: Extend Wa_1606931601 for all steppings
 2020-02-19  6:40 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v3 1/3] drm/i915/display: Deactive FBC in fastsets when disabled by parameter
 2020-02-19  6:02 UTC  (5+ messages)
` [Intel-gfx] [PATCH v3 2/3] drm/i915/display: Do not write in removed FBC fence registers
` [Intel-gfx] [PATCH v3 3/3] drm/i915/display/fbc: Make fences a nice-to-have for GEN9+
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/3] drm/i915/display: Deactive FBC in fastsets when disabled by parameter
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v2 0/2] Security mitigation for Intel Gen7/7.5 HWs
 2020-02-19  5:44 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 1/2] drm/i915: Add mechanism to submit a context WA on ring submission
` [Intel-gfx] [PATCH v2 2/2] drm/i915/gen7: Clear all EU/L3 residual contexts
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Security mitigation for Intel Gen7/7.5 HWs
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/tgl: Remove require_force_probe protection
 2020-02-19  5:06 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/gt/tgl: implement Wa_1409085225
 2020-02-19  4:49 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [CI 01/10] drm/i915/debugfs: Pass guc_log struct to i915_guc_log_info
 2020-02-19  4:09 UTC  (12+ 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] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,01/10] drm/i915/debugfs: Pass guc_log struct to i915_guc_log_info
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v4 00/14] drm/i915: Add support for HDCP 1.4 over MST connectors
 2020-02-19  3:16 UTC  (17+ 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] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add support for HDCP 1.4 over MST connectors (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/1] drm/i915: MCHBAR memory info registers are moved since GEN 12
 2020-02-19  2:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/1] drm/i915: MCHBAR memory info registers are moved since GEN 12. (rev3)

[Intel-gfx] [PATCH v3] drm/i915/psr: Force PSR probe only after full initialization
 2020-02-19  2:13 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/psr: Force PSR probe only after full initialization (rev5)

[Intel-gfx] [PATCH] drm/i915/selftests: Flush tasklet on wait_for_submit()
 2020-02-19  2:12 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915/gt: Protect signaler walk with RCU
 2020-02-19  1:47 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915: make i915_debugfs_register return void
 2020-02-19  0:54 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] kernel 5.5.4: BUG: kernel NULL pointer dereference, address: 000000000000000
 2020-02-18 22:58 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for kernel 5.5.4: BUG: kernel NULL pointer dereference, address: 000000000000000 (rev2)

[Intel-gfx] [PATCH v16 0/7] Refactor Gen11+ SAGV support
 2020-02-18 22:54 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

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

[Intel-gfx] [PATCH] drm/i915: Avoid potential division-by-zero in computing CS timestamp period
 2020-02-18 22:10 UTC  (5+ 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-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 01/12] drm/i915/selftests: Check for any sign of request starting in wait_for_submit()
 2020-02-18 21:53 UTC  (17+ messages)
` [Intel-gfx] [PATCH 02/12] drm/i915/gt: Show the cumulative context runtime in engine debug
` [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 10/12] drm/i915/gt: Refactor l3cc/mocs availability
` [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: 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  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/selftests: Fix selftest_mocs for DGFX (rev3)

[Intel-gfx] [PATCH 1/6] drm/i915/gt: Show the cumulative context runtime in engine debug
 2020-02-18 20:13 UTC  (3+ messages)
` [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 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 i-g-t] i915/gem_exec_schedule: Exercise implicit ordering between engines
 2020-02-18 18:00 UTC  (3+ 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).