Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-29 18:34:59 to 2020-03-02 22:27:29 UTC [more...]

[Intel-gfx] [PATCH 00/51] drm_device managed resources, v4
 2020-03-02 22:25 UTC  (13+ 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 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 13/51] drm/vgem: "

[Intel-gfx] [CI 1/2] drm/i915/huc: update TGL HuC to v7.0.12
 2020-03-02 22:25 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,1/2] "

[Intel-gfx] [PATCH v4 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-03-02 21:55 UTC  (3+ messages)
` [Intel-gfx] [PATCH v4 02/22] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs

[Intel-gfx] [PATCH] drm/i915/display: Decrease log level
 2020-03-02 21:38 UTC 

[Intel-gfx] [PATCH v2 0/7] drm: drm_fb_helper cleanup
 2020-03-02 21:45 UTC  (13+ messages)
` [Intel-gfx] [PATCH v2 1/7] drm: Remove unused arg from drm_fb_helper_init
` [Intel-gfx] [PATCH v2 2/7] drm/radeon: remove radeon_fb_{add, remove}_connector functions
` [Intel-gfx] [PATCH v2 3/7] drm/amdgpu: Remove drm_fb_helper_{add, remove}_one_connector calls
` [Intel-gfx] [PATCH v2 4/7] drm/i915/display: "
` [Intel-gfx] [PATCH v2 5/7] drm: Remove drm_fb_helper add, add all and remove connector calls
` [Intel-gfx] [PATCH v2 6/7] drm/fb-helper: Remove drm_fb_helper add, add_all and remove connector functions
` [Intel-gfx] [PATCH v2 7/7] drm/todo: Update drm_fb_helper tasks
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for drm: drm_fb_helper cleanup. (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 0/9] drm: drm_fb_helper cleanup
 2020-03-02 21:43 UTC  (27+ messages)
` [Intel-gfx] [PATCH 1/9] drm: Remove unused arg from drm_fb_helper_init
` [Intel-gfx] [PATCH 2/9] drm/radeon: remove radeon_fb_{add, remove}_connector functions
` [Intel-gfx] [PATCH 3/9] drm/amdgpu: Remove drm_fb_helper_{add, remove}_one_connector calls
` [Intel-gfx] [PATCH 4/9] drm/i915/display: "
` [Intel-gfx] [PATCH 5/9] drm: Remove drm_fb_helper add, add all and remove connector calls
` [Intel-gfx] [PATCH 6/9] drm/nouveau: Fix unused variable warning
` [Intel-gfx] [PATCH 7/9] drm/bridge: remove unused variable warning in tc358764_detach
` [Intel-gfx] [PATCH 8/9] drm/fb-helper: Remove drm_fb_helper add, add_all and remove connector functions
` [Intel-gfx] [PATCH 9/9] drm/todo: Update drm_fb_helper tasks
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: drm_fb_helper cleanup
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 01/22] drm/i915/gem: Consolidate ctx->engines[] release
 2020-03-02 21:43 UTC  (35+ messages)
` [Intel-gfx] [PATCH 02/22] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 03/22] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] [PATCH 04/22] drm/i915: Drop inspection of execbuf flags during evict
` [Intel-gfx] [PATCH 05/22] drm/i915/gem: Extract transient execbuf flags from i915_vma
` [Intel-gfx] [PATCH 06/22] drm/i915/gem: Only call eb_lookup_vma once during execbuf ioctl
` [Intel-gfx] [PATCH 07/22] drm/i915/perf: Reintroduce wait on OA configuration completion
` [Intel-gfx] [PATCH 08/22] drm/i915: Wrap i915_active in a simple kreffed struct
` [Intel-gfx] [PATCH 09/22] drm/i915: Extend i915_request_await_active to use all timelines
` [Intel-gfx] [PATCH 10/22] drm/i915/perf: Schedule oa_config after modifying the contexts
` [Intel-gfx] [PATCH 11/22] drm/i915/selftests: Add request throughput measurement to perf
` [Intel-gfx] [PATCH 12/22] drm/i915/execlists: Check the sentinel is alone in the ELSP
` [Intel-gfx] [PATCH 13/22] drm/i915/execlists: Reduce preempt-to-busy roundtrip delay
` [Intel-gfx] [PATCH 14/22] dma-buf: Prettify typecasts for dma-fence-chain
` [Intel-gfx] [PATCH 15/22] dma-buf: Report signaled links inside dma-fence-chain
` [Intel-gfx] [PATCH 16/22] dma-buf: Exercise dma-fence-chain under selftests
` [Intel-gfx] [PATCH 17/22] dma-buf: Proxy fence, an unsignaled fence placeholder
` [Intel-gfx] [PATCH 18/22] drm/syncobj: Allow use of dma-fence-proxy
` [Intel-gfx] [PATCH 19/22] drm/i915/gem: Teach execbuf how to wait on future syncobj
` [Intel-gfx] [PATCH 20/22] drm/i915/gem: Allow combining submit-fences with syncobj
` [Intel-gfx] [PATCH 21/22] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 22/22] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] drm/i915/gem: Consolidate ctx->engines[] release
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3 01/11] drm/i915/tgl: Implement Wa_1409804808
 2020-03-02 20:31 UTC  (7+ messages)
` [Intel-gfx] [PATCH v3 11/11] drm/i915/tgl: Implement Wa_1407901919
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v3,01/11] drm/i915/tgl: Implement Wa_1409804808

[Intel-gfx] [PATCH] drm/i915: Lock gmbus/aux mutexes while changing cdclk
 2020-03-02 19:53 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for drm/i915: Lock gmbus/aux mutexes while changing cdclk (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915: HDCP: fix Ri prime check done during link check
 2020-03-02 19:22 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI] PR for TGL DMC v2.06
 2020-03-02 18:24 UTC  (6+ messages)

[Intel-gfx] [PATCH] drm/i915: fix documentation build after rename
 2020-03-02 17:56 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 00/13] drm/i915: Clean up DPLL output/refclock tracking
 2020-03-02 17:39 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Clean up DPLL output/refclock tracking (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH v6] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
 2020-03-02 17:34 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Use intel_plane_data_rate for min_cdclk calculation (rev6)
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH] drm/i915: Fix doclinks
 2020-03-02 17:14 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v7 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-03-02  0:19 UTC  (3+ messages)

[Intel-gfx] Linux 5.6-rc2
 2020-03-02 17:04 UTC  (4+ messages)

[Intel-gfx] gitlab.fd.o financial situation and impact on services
 2020-03-02  4:53 UTC  (25+ messages)
      ` [Intel-gfx] [Mesa-dev] "

[Intel-gfx] [PATCH 00/51] drm managed resources, v3
 2020-03-02 16:34 UTC  (21+ messages)
` [Intel-gfx] [PATCH 03/51] drm: add managed resources tied to drm_device
` [Intel-gfx] [PATCH 26/51] drm: Manage drm_mode_config_init with drmm_
` [Intel-gfx] [PATCH 50/51] drm/udl: drop drm_driver.release hook

[Intel-gfx] [PATCH v2 1/2] drm/i915: move intel_csr.[ch] under display/
 2020-03-02 15:53 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 00/20] drm/i915: Proper dbuf global state
 2020-03-02 15:50 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 05/20] drm/i915: Make skl_compute_dbuf_slices() behave consistently for all platforms

[Intel-gfx] [PATCH 1/6] drm/i915: Nuke pointless div by 64bit
 2020-03-02 15:24 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915: Store CS timestamp frequency in Hz
` [Intel-gfx] [PATCH 3/6] drm/i915: Fix cs_timestamp_frequency_hz for ctg/elk/ilk
` [Intel-gfx] [PATCH 4/6] drm/i915: Fix cs_timestamp_frequency_hz for cl/bw
` [Intel-gfx] [PATCH 5/6] drm/i915: Extract i915_cs_timestamp_{ns_to_ticks, tick_to_ns}()
` [Intel-gfx] [PATCH 6/6] drm/i915/selftests: Make the CS timestamp tests work on gen4-snb (sort of)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915: Nuke pointless div by 64bit
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2 1/2] drm/i915/perf: remove generated code
 2020-03-02 14:23 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 2/2] drm/i915/perf: introduce global sseu pinning
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [v2,1/2] drm/i915/perf: remove generated code

[Intel-gfx] [PATCH 05/20] drm/i915/gem: Consolidate ctx->engines[] release
 2020-03-02 14:20 UTC  (5+ messages)
` [Intel-gfx] [PATCH] "

[Intel-gfx] [PATCH v3 0/2] HDCP 2.2 Comp fixes
 2020-03-02 14:08 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 2/2] drm/i915/hdcp: Return 0 on config_stream_type() +ve return

[Intel-gfx] [PATCH] efi/x86: Protect rtc_lock from interrupts
 2020-03-02 13:51 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PATCH] drm/i915/hotplug: Use phy to get the hpd_pin instead of the port (v3)
 2020-03-02 13:50 UTC  (3+ messages)
` [Intel-gfx] [PATCH] drm/i915/hotplug: Use phy to get the hpd_pin instead of the port (v4)

[Intel-gfx] [PATCH v18 7/8] drm/i915: Restrict qgv points which don't have enough bandwidth
 2020-03-02 13:15 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915: add i915_ioc32.h for compat
 2020-03-02 12:14 UTC  (5+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915: move watermark structs more towards usage
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915: add i915_ioc32.h for compat (rev2)

[Intel-gfx] [PATCH 1/2] trace: Export anonymous tracing
 2020-03-02 12:06 UTC  (11+ messages)
` [Intel-gfx] [PATCH 2/2] RFC drm/i915: Export per-client debug tracing
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] trace: Export anonymous tracing
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/dram: hide the dram structs better
 2020-03-02 11:50 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/crc: move pipe_crc from drm_i915_private to intel_crtc
 2020-03-02 11:30 UTC  (3+ messages)

[Intel-gfx] Fixes that failed to apply to v5.6-rc3
 2020-03-02  9:30 UTC  (2+ messages)

[Intel-gfx] Merge conflict between drm-next and drm-tip
 2020-03-02  9:24 UTC  (2+ messages)

[Intel-gfx] [PATCH] bitops: Always inline sign extension helpers
 2020-03-02  5:28 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH] drm/i915/dp: Add dpcd link_rate quirk for Apple 15" MBP 2017
 2020-03-02  1:45 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH] drm/i915/hotplug: Use phy to get the hpd_pin instead of the port
 2020-03-01 23:54 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/hotplug: Use phy to get the hpd_pin instead of the port (rev5)

[Intel-gfx] linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2020-03-01 23:43 UTC 

[Intel-gfx] [PATCH v2] drm/i915/display: nuke skl workaround for pre-production hw
 2020-03-01 20:14 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: nuke skl workaround for pre-production hw (rev3)

[Intel-gfx] [PATCH 1/4] drm/i915: Don't check uv_wm in skl_plane_wm_equals()
 2020-03-01 18:23 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/4] "

[PATCH] drm/i915: Fix 90/270 degree rotated RGB565 src coord checks
 2020-03-01 14:58 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Fix 90/270 degree rotated RGB565 src coord checks (rev3)

[Intel-gfx] [PATCH] drm/i915/selftests: Fix return in assert_mmap_offset()
 2020-03-01 13:08 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 1/7] drm/i915/gt: Expose engine properties via sysfs
 2020-03-01 12:13 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/7] "

[Intel-gfx] [PATCH resend 0/2] drm/i915: Some upside-down panel handling fixes
 2020-03-01  9:24 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm/i915/dmc: Use firmware v2.06 for TGL
 2020-03-01  2:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/dmc: Use firmware v2.06 for TGL (rev3)

[Intel-gfx] [PATCH i-g-t 1/5] i915: Start putting the mmio_base to wider use
 2020-02-29 18:39 UTC  (9+ messages)
` [Intel-gfx] [PATCH i-g-t 3/5] i915: Exercise preemption timeout controls in sysfs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox