intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-23 13:17:12 to 2020-03-24 20:03:54 UTC [more...]

[Intel-gfx] [PATCH 00/16] x86, crypto: remove always-defined CONFIG_AS_* and cosolidate Kconfig/Makefiles
 2020-03-24 16:51 UTC  (2+ messages)

[Intel-gfx] [RFC] GPU-bound energy efficiency improvements for the intel_pstate driver (v2)
 2020-03-24 20:03 UTC  (11+ messages)
` [Intel-gfx] [PATCH 07/10] cpufreq: intel_pstate: Implement VLP controller for HWP parts

[Intel-gfx] [PATCH 0/3] drm/i915/perf: add OA interrupt support
 2020-03-24 19:50 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/perf: rework aging tail workaround
` [Intel-gfx] [PATCH 2/3] drm/i915/perf: move pollin setup to non hw specific code
` [Intel-gfx] [PATCH 3/3] drm/i915/perf: add new open param to configure polling of OA buffer
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/perf: add OA interrupt support (rev8)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 01/12] drm/i915/selftests: Add request throughput measurement to perf
 2020-03-24 19:40 UTC  (16+ messages)
` [Intel-gfx] [PATCH 02/12] drm/i915: Wrap i915_active in a simple kreffed struct
` [Intel-gfx] [PATCH 03/12] drm/i915/perf: Schedule oa_config after modifying the contexts
` [Intel-gfx] [PATCH 04/12] dma-buf: Prettify typecasts for dma-fence-chain
` [Intel-gfx] [PATCH 05/12] dma-buf: Report signaled links inside dma-fence-chain
` [Intel-gfx] [PATCH 06/12] dma-buf: Exercise dma-fence-chain under selftests
` [Intel-gfx] [PATCH 07/12] dma-buf: Proxy fence, an unsignaled fence placeholder
` [Intel-gfx] [PATCH 08/12] drm/syncobj: Allow use of dma-fence-proxy
` [Intel-gfx] [PATCH 09/12] drm/i915/gem: Teach execbuf how to wait on future syncobj
` [Intel-gfx] [PATCH 10/12] drm/i915/gem: Allow combining submit-fences with syncobj
` [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: Add request throughput measurement to perf
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: use forced codec wake on all gen9+ platforms
 2020-03-24 18:39 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/display: Trigger Modeset at boot for audio codec init
 2020-03-24 18:38 UTC  (12+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Trigger Modeset at boot for audio codec init (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/display: Trigger Modeset at boot for audio codec init (rev3)

[Intel-gfx] [PATCH 01/21] Revert "drm/i915/gem: Drop relocation slowpath"
 2020-03-24 17:17 UTC  (23+ messages)
` [Intel-gfx] [PATCH 02/21] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 03/21] drm/i915: Remove locking from i915_gem_object_prepare_read/write
` [Intel-gfx] [PATCH 04/21] drm/i915: Parse command buffer earlier in eb_relocate(slow)
` [Intel-gfx] [PATCH 05/21] drm/i915: Use per object locking in execbuf, v6
` [Intel-gfx] [PATCH 06/21] drm/i915: Use ww locking in intel_renderstate
` [Intel-gfx] [PATCH 07/21] drm/i915: Add ww context handling to context_barrier_task
` [Intel-gfx] [PATCH 08/21] drm/i915: Nuke arguments to eb_pin_engine
` [Intel-gfx] [PATCH 09/21] drm/i915: Pin engine before pinning all objects, v3
` [Intel-gfx] [PATCH 10/21] drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
` [Intel-gfx] [PATCH 11/21] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH 12/21] drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2
` [Intel-gfx] [PATCH 13/21] drm/i915: Kill last user of intel_context_create_request outside of selftests
` [Intel-gfx] [PATCH 14/21] drm/i915: Convert i915_perf to ww locking as well
` [Intel-gfx] [PATCH 15/21] drm/i915: Dirty hack to fix selftests locking inversion
` [Intel-gfx] [PATCH 16/21] drm/i915/selftests: Fix locking inversion in lrc selftest
` [Intel-gfx] [PATCH 17/21] drm/i915: Use ww pinning for intel_context_create_request()
` [Intel-gfx] [PATCH 18/21] drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion
` [Intel-gfx] [PATCH 19/21] drm/i915: Add ww locking to vm_fault_gtt
` [Intel-gfx] [PATCH 20/21] drm/i915: Add ww locking to pin_to_display_plane
` [Intel-gfx] [PATCH 21/21] drm/i915: Ensure we hold the pin mutex
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/21] Revert "drm/i915/gem: Drop relocation slowpath"
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915/gt: Select the deepest available parking mode for rc6
 2020-03-24 17:04 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Select the deepest available parking mode for rc6 (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 0/5] Introduce drm scaling filter property
 2020-03-24 16:46 UTC  (14+ messages)
` [Intel-gfx] [PATCH v2 1/5] drm: Introduce plane and CRTC scaling filter properties
` [Intel-gfx] [PATCH v2 3/5] drm/i915: Introduce scaling filter related registers and bit fields
` [Intel-gfx] [PATCH v2 4/5] drm/i915/display: Add Nearest-neighbor based integer scaling support
` [Intel-gfx] [PATCH v2 5/5] drm/i915: Enable scaling filter for plane and CRTC

[Intel-gfx] [PATCH 1/2] drm/i915/execlists: Pull tasklet interrupt-bh local to direct submission
 2020-03-24 16:32 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Immediately execute the fenced work
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/execlists: Pull tasklet interrupt-bh local to direct submission
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/8] drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace period
 2020-03-24 16:19 UTC  (6+ messages)
` [Intel-gfx] [PATCH 7/8] drm/i915: Immediately execute the fenced work

[Intel-gfx] [PATCH v2 0/3 RESEND] i915 lpsp support for lpsp igt
 2020-03-24 16:01 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 1/3] drm/i915: Power well id for ICL PG3
` [Intel-gfx] [PATCH v2 2/3] drm/i915: Add i915_lpsp_info debugfs
` [Intel-gfx] [PATCH v2 3/3] drm/i915: Add connector dbgfs for all connectors
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for i915 lpsp support for lpsp igt (rev4)

[Intel-gfx] [PATCH 1/2] drm/i915: use effective iDisp BCLK value for CDCLK calculation
 2020-03-24 15:52 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: move audio CDCLK constraint setup to bind/unbind

[Intel-gfx] [PATCH i-g-t] i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast
 2020-03-24 15:24 UTC  (2+ messages)

[Intel-gfx] [V8 0/9] Add support for mipi dsi cmd mode
 2020-03-24 15:31 UTC  (5+ messages)
` [Intel-gfx] [V8 5/9] drm/i915/dsi: Use private flags to indicate TE in "
` [Intel-gfx] [V8 7/9] drm/i915/dsi: Add TE handler for dsi "

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

[Intel-gfx] [PATCH] drm/i915/gt: Select the deepest available parking mode for rc6
 2020-03-24 13:36 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915: remove always-defined CONFIG_AS_MOVNTDQA
 2020-03-24 10:55 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v5 0/7] DP Phy compliance auto test
 2020-03-24  7:47 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for DP Phy compliance auto test (rev9)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gt: Only delay the barrier pm
 2020-03-24  7:46 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH v6 6/7] drm/i915/dp: Register definition for DP compliance register
 2020-03-24  5:11 UTC  (2+ messages)
` [Intel-gfx] [PATCH v7 "

[Intel-gfx] [PATCH 0/3] drm/i915/perf: add OA interrupt support
 2020-03-24  3:17 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/perf: rework aging tail workaround

[Intel-gfx] [PATCH] drm/mm: Only allow sleeping if the caller permits
 2020-03-24  0:38 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/4] drm/i915/gt: Report context-is-closed prior to pinning
 2020-03-24  0:11 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/4] drm/i915/gt: Report context-is-closed prior to pinning (rev3)

[Intel-gfx] [PATCH 2/4] drm/i915/execlists: Pull tasklet interrupt-bh local to direct submission
 2020-03-23 23:50 UTC  (7+ messages)
` [Intel-gfx] [PATCH] "

[Intel-gfx] [PATCH i-g-t] i915/pm_rc6_residency: Trigger waitboosts on intermittent workloads
 2020-03-23 18:14 UTC 

[Intel-gfx] [PATCH] drm/i915/gem: Wait until the context is finally retired before releasing engines
 2020-03-23 18:14 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gem: Wait until the context is finally retired before releasing engines (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
  `  "

[Intel-gfx] [PATCH 1/4] drm/i915/execlists: Pull tasklet interrupt-bh local to direct submission
 2020-03-23 16:25 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915/selftests: mark huge_gem_object as not shrinkable
 2020-03-23 15:54 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH v2 0/3] i915 lpsp support for lpsp igt
 2020-03-23 15:35 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for i915 lpsp support for lpsp igt (rev3)

[Intel-gfx] [PATCH v19 0/8] Refactor Gen11+ SAGV support
 2020-03-23 14:58 UTC  (7+ messages)
` [Intel-gfx] [PATCH v19 4/8] drm/i915: Refactor intel_can_enable_sagv

[Intel-gfx] [PATCH] drm/i915/selftests: add some vma_sync
 2020-03-23 13:59 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "


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).