intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-19 13:53:29 to 2020-02-20 15:22:15 UTC [more...]

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

[Intel-gfx] [PATCH 00/52] drm_device managed resources
 2020-02-20 14:58 UTC  (78+ messages)
` [Intel-gfx] [PATCH 01/52] mm/sl[uo]b: export __kmalloc_track(_node)_caller
` [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 07/52] drm/udl: Use drmm_add_final_kfree
` [Intel-gfx] [PATCH 11/52] drm/v3d: "
` [Intel-gfx] [PATCH 13/52] drm/mcde: "
` [Intel-gfx] [PATCH 19/52] drm/<drivers>: "
` [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 27/52] drm: Manage drm_mode_config_init "
` [Intel-gfx] [PATCH 33/52] drm/mcde: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 34/52] drm/mcde: More devm_drm_dev_init
` [Intel-gfx] [PATCH 37/52] drm/rcar-du: Drop explicit drm_mode_config_cleanup call
` [Intel-gfx] [PATCH 39/52] drm/stm: "
` [Intel-gfx] [PATCH 40/52] drm/shmob: "
` [Intel-gfx] [PATCH 52/52] drm: Add docs for managed resources

[Intel-gfx] [PATCH v3] drm/i915/psr: Force PSR probe only after full initialization
 2020-02-20 14:30 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/psr: Force PSR probe only after full initialization (rev5)

[Intel-gfx] [PATCH 00/12] drm: Put drm_display_mode on diet
 2020-02-20 14:27 UTC  (25+ messages)
` [Intel-gfx] [PATCH 01/12] drm: Nuke mode->hsync
` [Intel-gfx] [PATCH 02/12] drm/exynos: Use mode->clock instead of reverse calculating it from the vrefresh
` [Intel-gfx] [PATCH 03/12] drm/i915: Introduce some local intel_dp variables
` [Intel-gfx] [PATCH 04/12] drm: Nuke mode->vrefresh
` [Intel-gfx] [PATCH 05/12] drm/msm/dpu: Stop copying around mode->private_flags
` [Intel-gfx] [PATCH 06/12] drm: Shrink {width,height}_mm to u16
` [Intel-gfx] [PATCH 07/12] drm: Shrink mode->type to u8
` [Intel-gfx] [PATCH 08/12] drm: Make mode->flags u32
` [Intel-gfx] [PATCH 09/12] drm: Shrink drm_display_mode timings
` [Intel-gfx] [PATCH 10/12] drm: Flatten drm_mode_vrefresh()
` [Intel-gfx] [PATCH 11/12] drm: Shrink mode->private_flags
` [Intel-gfx] [PATCH 12/12] drm: pahole struct drm_display_mode
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Put drm_display_mode on diet
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 00/12] drm/i915: Gamma cleanups
 2020-02-20 13:56 UTC  (4+ messages)
` [PATCH 04/12] drm/i915: Add i9xx_lut_8()
  ` [Intel-gfx] "

[Intel-gfx] [PATCH] drm/i915: Distribute switch variables for initialization
 2020-02-20 13:47 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: make i915_debugfs_register return void
 2020-02-20 13:40 UTC 

[Intel-gfx] [PATCH v17 0/7] Refactor Gen11+ SAGV support
 2020-02-20 13:29 UTC  (11+ messages)
` [Intel-gfx] [PATCH v17 1/7] drm/i915: Start passing latency as parameter
` [Intel-gfx] [PATCH v17 2/7] drm/i915: Introduce skl_plane_wm_level accessor
` [Intel-gfx] [PATCH v17 3/7] drm/i915: Init obj state in intel_atomic_get_old/new_global_obj_state
` [Intel-gfx] [PATCH v17 4/7] drm/i915: Refactor intel_can_enable_sagv
` [Intel-gfx] [PATCH v17 5/7] drm/i915: Added required new PCode commands
` [Intel-gfx] [PATCH v17 6/7] drm/i915: Restrict qgv points which don't have enough bandwidth
` [Intel-gfx] [PATCH v17 7/7] drm/i915: Enable SAGV support for Gen12

[Intel-gfx] [PATCH 1/6] drm/i915/gt: Protect signaler walk with RCU
 2020-02-20 13:16 UTC  (10+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915/gem: Consolidate ctx->engines[] release
` [Intel-gfx] [PATCH 3/6] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 4/6] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] [PATCH 5/6] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 6/6] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/6] drm/i915/gt: Protect signaler walk with RCU

[Intel-gfx] [PATCH v5 01/10] capabilities: introduce CAP_PERFMON to kernel and user space
 2020-02-20 13:05 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: Double check bumping after the spinlock
 2020-02-20 13:02 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Protect i915_request_await_start from early waits

[Intel-gfx] [PATCH v4 01/14] drm/i915: Fix sha_text population code
 2020-02-20 12:49 UTC  (2+ messages)

[Intel-gfx] [PATCH v3 0/2] HDCP 2.2 Comp fixes
 2020-02-20 12:32 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 1/2] drm/i915/hdcp: Mandate (seq_num_V==0) at first RecvId msg
` [Intel-gfx] [PATCH v3 2/2] drm/i915/hdcp: Return 0 on config_stream_type() +ve return

[Intel-gfx] [RFC PATCH i-g-t v2] tests/gem_userptr_blits: Enhance invalid mapping exercise
 2020-02-20 12:36 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: remove the other slab_dependencies
 2020-02-20 12:10 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] RFC: Unpinned DMA-buf handling
 2020-02-20 11:41 UTC  (8+ messages)
` [Intel-gfx] [PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/5] dma-buf: add dynamic DMA-buf handling v14

[Intel-gfx] [PULL] drm-intel-fixes
 2020-02-20 11:14 UTC 

[Intel-gfx] [PATCH v4] drm/i915/gt: make a gt sysfs group and move power management files
 2020-02-20 10:52 UTC  (7+ messages)
` [Intel-gfx] [PATCH v5] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: make a gt sysfs group and move power management files (rev5)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PULL] drm-misc-fixes
 2020-02-20 10:06 UTC 

[Intel-gfx] [CI v3 1/3] drm/i915: Introduce encoder->compute_config_late()
 2020-02-20  9:43 UTC  (4+ messages)
` [Intel-gfx] [CI v3 3/3] drm/i915/dp: Add all tiled and port sync conns to modeset

[Intel-gfx] [PATCH i-g-t 1/3] igt/kms_frontbuffer_tracking: Skip over IGT_DRAW_BLT when there's no BLT
 2020-02-20  9:41 UTC  (3+ messages)
` [Intel-gfx] [PATCH i-g-t 2/3] igt/kms_flip_tiling: Check GEM availability before use
` [Intel-gfx] [PATCH i-g-t 3/3] igt/kms_draw_crc: Test for a working GPU first

[Intel-gfx] [PATCH v3 0/2] Security mitigation for Intel Gen7/7.5 HWs
 2020-02-20  7:56 UTC  (6+ messages)
` [Intel-gfx] [PATCH v3 1/2] drm/i915: Add mechanism to submit a context WA on ring submission
` [Intel-gfx] [PATCH v3 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.BAT: success "

[Intel-gfx] [PATCH 1/6] drm/i915/gt: Show the cumulative context runtime in engine debug
 2020-02-20  7:00 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/6] drm/i915/gt: Show the cumulative context runtime in engine debug (rev3)

[Intel-gfx] [PATCH 1/4] drm/i915: Add mechanism to submit a context WA on ring submission
 2020-02-20  5:22 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/gen7: Clear all EU/L3 residual contexts
` [Intel-gfx] [PATCH 3/4] fix
` [Intel-gfx] [PATCH 4/4] tidy
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Add mechanism to submit a context WA on ring submission
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2-resend] drm/i915/psr: Force PSR probe only after full initialization
 2020-02-20  4:11 UTC  (2+ messages)

[Intel-gfx] [PATCH v2] drm/i915/ehl: Donot reuse icl get and put dplls
 2020-02-20  2:36 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/ehl: Donot reuse icl get and put dplls (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [drm-intel:topic/core-for-CI 18/21] init/Kconfig:77: symbol BROKEN is selected by DRM_I915_DEBUG
 2020-02-20  1:09 UTC 

[Intel-gfx] [PATCH] drm/i915/hotplug: Use phy to get the hpd_pin instead of the port
 2020-02-20  0:49 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/hotplug: Use phy to get the hpd_pin instead of the port (rev4)

[Intel-gfx] [PATCH] drm/i915/tgl: Add Wa_22010178259:tgl
 2020-02-20  0:27 UTC  (5+ messages)
  ` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/tgl: Add Wa_22010178259:tgl (rev2)

[Intel-gfx] [PATCH] drm/i915/ehl: Donot reuse icl get and put dplls
 2020-02-20  0:15 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PATCH] drm/i915/tgl: add Wa_1409085225, Wa_14010229206
 2020-02-20  0:12 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

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

[Intel-gfx] [PATCH 0/1] Adding YUV444 packed format support for skl+
 2020-02-19 21:50 UTC  (4+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915: Adding YUV444 packed format support for skl+ (V14)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Adding YUV444 packed format support for skl+ (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915: Extend Wa_1606931601 for all steppings
 2020-02-19 20:33 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/7] dma-buf: add dynamic DMA-buf handling v15
 2020-02-19 20:32 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/7] drm/ttm: remove the backing store if no placement is given
` [Intel-gfx] [PATCH 3/7] drm/amdgpu: use allowed_domains for exported DMA-bufs
` [Intel-gfx] [PATCH 4/7] drm/amdgpu: add amdgpu_dma_buf_pin/unpin v2
` [Intel-gfx] [PATCH 5/7] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
` [Intel-gfx] [PATCH 6/7] dma-buf: drop dynamic_mapping flag
` [Intel-gfx] [PATCH 7/7] dma-buf: make move_notify mandatory if importer_ops are provided
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/7] dma-buf: add dynamic DMA-buf handling v15
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915/pmu: Avoid using globals for CPU hotplug state
 2020-02-19 20:30 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/pmu: Avoid using globals for PMU events
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/pmu: Avoid using globals for CPU hotplug state
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915: make dbuf configurations const
 2020-02-19 19:31 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/pmu: Avoid using globals for per-device state
 2020-02-19 19:04 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH v3 1/3] drm/i915/display: Deactive FBC in fastsets when disabled by parameter
 2020-02-19 18:52 UTC  (4+ messages)

[Intel-gfx] [RFC PATCH v2] drm/i915/userptr: Activate MMU notifier only after pages are set
 2020-02-19 18:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [CI] drm/i915: split i915_driver_modeset_probe() to pre/post irq install
 2020-02-19 18:11 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/gt: Do not attempt to reprogram IA/ring frequencies for dgfx
 2020-02-19 16:43 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH i-g-t] tests/gem_userptr_blits: Refresh map-fixed-invalidate* subtests
 2020-02-19 16:13 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915/selftest: Analyse timestamp behaviour across context switches
 2020-02-19 15:55 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/i915/selftest: Analyse timestamp behaviour across context switches (rev2)

[Intel-gfx] [PATCH v16 0/7] Refactor Gen11+ SAGV support
 2020-02-19 15:54 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Refactor Gen11+ SAGV support (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).