Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-18 20:55:01 to 2019-12-20 10:50:17 UTC [more...]

[Intel-gfx] [PATCH 00/15] drm/i915/tgl: Render/media decompression support
 2019-12-20 10:49 UTC  (49+ messages)
` [Intel-gfx] [PATCH 01/15] drm/framebuffer: Format modifier for Intel Gen-12 render compression
` [Intel-gfx] [PATCH 02/15] drm/i915: Use intel_tile_height() instead of re-implementing
` [Intel-gfx] [PATCH 03/15] drm/i915: Move CCS stride alignment W/A inside intel_fb_stride_alignment
` [Intel-gfx] [PATCH 04/15] drm/i915: Extract framebufer CCS offset checks into a function
  ` [Intel-gfx] [PATCH v2 "
` [Intel-gfx] [PATCH 05/15] drm/i915: Add helpers to select correct ccs/aux planes
` [Intel-gfx] [PATCH 06/15] drm/i915/tgl: Gen-12 render decompression
  ` [Intel-gfx] [PATCH v2 "
    ` [Intel-gfx] [PATCH v3 "
` [Intel-gfx] [PATCH 07/15] drm/i915/tgl: Make sure FBs have a correct CCS plane stride
` [Intel-gfx] [PATCH 09/15] drm/i915: Make sure Y slave planes get all the required state
` [Intel-gfx] [PATCH 10/15] drm/i915: Make sure CCS YUV semiplanar format checks work
` [Intel-gfx] [PATCH 11/15] drm/framebuffer: Format modifier for Intel Gen-12 media compression
` [Intel-gfx] [PATCH 12/15] drm/fb: Extend format_info member arrays to handle four planes
` [Intel-gfx] [PATCH 13/15] drm/i915/tgl: Gen-12 display can decompress surfaces compressed by the media engine
  ` [Intel-gfx] [PATCH v2 "
` [Intel-gfx] [PATCH 14/15] drm/framebuffer: Format modifier for Intel Gen 12 render compression with Clear Color
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/tgl: Render/media decompression support (rev2)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/tgl: Render/media decompression support (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI 1/2] drm/i915: Drop GEM context as a direct link from i915_request
 2019-12-20 10:47 UTC  (3+ messages)
` [Intel-gfx] [CI 2/2] drm/i915: Push the use-semaphore marker onto the intel_context
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [CI,1/2] drm/i915: Drop GEM context as a direct link from i915_request

[Intel-gfx] [RFC 0/8] Per client engine busyness
 2019-12-20 10:08 UTC  (25+ messages)
` [Intel-gfx] [RFC 1/8] drm/i915: Switch context id allocation directoy to xarray
` [Intel-gfx] [RFC 2/8] drm/i915: Reference count struct drm_i915_file_private
` [Intel-gfx] [RFC 3/8] drm/i915: Expose list of clients in sysfs
` [Intel-gfx] [RFC 4/8] drm/i915: Update client name on context create
` [Intel-gfx] [RFC 5/8] drm/i915: Track per-context engine busyness
` [Intel-gfx] [RFC 6/8] drm/i915: Track all user contexts per client
` [Intel-gfx] [RFC 7/8] drm/i915: Contexts can use struct pid stored in the client
` [Intel-gfx] [RFC 8/8] drm/i915: Expose per-engine client busyness
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Per client engine busyness (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [CI 1/4] drm/i915: Drop GEM context as a direct link from i915_request
 2019-12-20 10:08 UTC  (5+ messages)
` [Intel-gfx] [CI 2/4] drm/i915: Push the use-semaphore marker onto the intel_context
` [Intel-gfx] [CI 3/4] drm/i915: Remove i915->kernel_context
` [Intel-gfx] [CI 4/4] drm/i915: Move i915_gem_init_contexts() earlier
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [CI,1/4] drm/i915: Drop GEM context as a direct link from i915_request

[PATCH 1/5] drm/i915: Fix eDP DPCD aux max backlight calculations
 2019-12-20 10:05 UTC  (2+ messages)
` [Intel-gfx] [1/5] "

[Intel-gfx] [PATCH v4 1/3] drm/i915: Move the code to populate ACPI device ID into intel_acpi
 2019-12-20 10:00 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/3] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH RESEND v4 1/3] drm/i915: Move the code to populate ACPI device ID into intel_acpi
 2019-12-20  9:50 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [RESEND,v4,1/3] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI v4] drm/i915/dp: Disable Port sync mode correctly on teardown
 2019-12-20  7:08 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dp: Disable Port sync mode correctly on teardown (rev2)

[Intel-gfx] [PATCH 1/3] drm/i915/selftests: make mock_context.h self-contained
 2019-12-20  6:34 UTC  (10+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/selftests: make mock_drm.h self-contained
` [Intel-gfx] [PATCH 3/3] drm/i915: reimplement header test feature
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/selftests: make mock_context.h self-contained
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/selftests: make mock_context.h self-contained (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH][next] drm/i915: fix uninitialized pointer reads on pointers to and from
 2019-12-20  6:33 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: fix uninitialized pointer reads on pointers to and from (rev2)

[Intel-gfx] [PATCH v2 0/9] DP Phy compliance auto test
 2019-12-20  4:31 UTC  (12+ messages)
` [Intel-gfx] [PATCH v2 2/9] drm/amd/display: Fix compilation issue
` [Intel-gfx] [PATCH v2 3/9] drm/i915/dp: Move vswing/pre-emphasis adjustment calculation
` [Intel-gfx] ✗ Fi.CI.IGT: failure for DP Phy compliance auto test

[Intel-gfx] [PATCH 1/8] drm/i915/gt: Teach veng to defer the context allocation
 2019-12-19 15:43 UTC  (14+ messages)
` [Intel-gfx] [PATCH 2/8] drm/i915: Drop GEM context as a direct link from i915_request
` [Intel-gfx] [PATCH 3/8] drm/i915: Push the use-semaphore marker onto the intel_context
` [Intel-gfx] [PATCH 5/8] drm/i915: Move i915_gem_init_contexts() earlier
` [Intel-gfx] [PATCH 6/8] drm/i915/gt: Pull GT initialisation under intel_gt_init()
` [Intel-gfx] [PATCH 7/8] drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()
` [Intel-gfx] [PATCH 8/8] drm/i915/gt: Merge engine init/setup loops

[Intel-gfx] [PATCH v3 1/3] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset
 2019-12-20  2:06 UTC  (6+ messages)
` [Intel-gfx] [PATCH v3 2/3] drm/i915/dp: Make port sync mode assignments only if all tiles present
` [Intel-gfx] [PATCH v3 3/3] drm/i915/dp: Disable Port sync mode correctly on teardown
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/3] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI] drm/i915/gt: Teach veng to defer the context allocation
 2019-12-20  1:31 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [CI] drm/i915/gt: Add breadcrumb retire to physical engine
 2019-12-19 23:22 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH v2 1/3] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset
 2019-12-19 22:26 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 2/3] drm/i915/dp: Make port sync mode assignments only if all tiles present
` [Intel-gfx] [PATCH v2 3/3] drm/i915/dp: Disable Port sync mode correctly on teardown
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/3] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915/gt: Flush engine->retire on virtual engine cleanup
 2019-12-19 21:53 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH v4 1/6] drm/i915/display: Share intel_connector_needs_modeset()
 2019-12-19 20:39 UTC  (15+ messages)
` [Intel-gfx] [PATCH v4 4/6] drm/i915/dp: Fix MST disable sequences
` [Intel-gfx] [PATCH v4 5/6] drm/i915/display: Check if pipe fastset is allowed by external dependencies
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v4,1/6] drm/i915/display: Share intel_connector_needs_modeset()

[Intel-gfx] [PATCH] drm/i915: Ratelimit i915_globals_park
 2019-12-19 19:54 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm/i915/gt: Only disable powergating around rcs activity
 2019-12-19 18:37 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [RFC i-g-t v2] intel-gpu-top: Support for client stats
 2019-12-19 18:01 UTC 

[Intel-gfx] [PATCH] drm/i915: fix comment for POWER_DOMAIN_TRANSCODER_VDSC_PW2
 2019-12-19 17:11 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915: Introduce intel_crtc_state_alloc()
 2019-12-19 16:53 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [CI 1/2] drm/i915/gt: Schedule request retirement when signaler idles
 2019-12-19 16:50 UTC  (4+ messages)
` [Intel-gfx] [CI 2/2] drm/i915/gt: Track engine round-trip times
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915/gt: Schedule request retirement when signaler idles
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Use non-forcewake writes for RPS
 2019-12-19 15:55 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Suppress threshold updates on RPS parking
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/gt: Use non-forcewake writes for RPS

[Intel-gfx] [PATCH 1/3] drm/i915: allow prefaulting discontiguous objects in remap_io_mapping()
 2019-12-19 16:22 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Add lmem fault handler
` [Intel-gfx] [PATCH 3/3] drm/i915/selftests: Add selftest for memory region PF handling
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: allow prefaulting discontiguous objects in remap_io_mapping()
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 1/2] kbuild: remove header compile test
 2019-12-19 16:00 UTC  (3+ messages)
    ` [Intel-gfx] "

[Intel-gfx] [PATCH] drm/i915/gt: Track engine round-trip times
 2019-12-19 14:59 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Track engine round-trip times (rev5)

[Intel-gfx] [PATCH 1/8] drm/print: introduce new struct drm_device based logging macros
 2019-12-19 14:23 UTC  (4+ messages)
` [Intel-gfx] [PATCH 4/8] drm/gem-fb-helper: convert to drm device based logging

[Intel-gfx] [PATCH 08/15] drm/i915: Skip rotated offset adjustment for unsupported modifiers
 2019-12-19 13:31 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 "

[Intel-gfx] [PATCH 0/2] drm/i915/dsc: fixes for ICL DSI DSC
 2019-12-19 13:26 UTC  (4+ messages)
` [Intel-gfx] [PATCH 3/2] drm/i915/dsc: fix DSC power domains for DSI

[PATCH] drm/i915: Provide ddc symlink in hdmi connector sysfs directory
 2019-12-19 13:20 UTC  (4+ messages)
  ` [Intel-gfx] "

[Intel-gfx] linux-next: Signed-off-by missing for commits in the drm-intel-fixes tree
 2019-12-19 13:11 UTC  (3+ messages)

[Intel-gfx] [PULL] drm-intel-fixes
 2019-12-19 12:46 UTC 

[Intel-gfx] [PATCH v8 0/4] Enable second DBuf slice for ICL and TGL
 2019-12-19 12:02 UTC  (10+ messages)
` [Intel-gfx] [PATCH v8 3/4] drm/i915: Manipulate DBuf slices properly
` [Intel-gfx] [PATCH v8 4/4] drm/i915: Correctly map DBUF slices to pipes

[Intel-gfx] [CI] drm/i915: Remove nest annotation from intel_context_unpin
 2019-12-19 11:13 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [CI] drm/i915/gt: Schedule request retirement when signaler idles
 2019-12-19 10:02 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Schedule request retirement when signaler idles (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v4 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2019-12-19  9:10 UTC  (3+ messages)
` [Intel-gfx] [PATCH v4 4/9] drm/i915/perf: open access for CAP_SYS_PERFMON privileged process

[Intel-gfx] [drm-tip:drm-tip 14701/14755] include/drm/drm_of.h:97: multiple definition of `drm_of_lvds_get_dual_link_pixel_order'; drivers/gpu/drm/i2c/tda998x_drv.o:include/drm/drm_of.h:97: first defined here
 2019-12-19  8:41 UTC 

[Intel-gfx] [PATCH 0/5] display: prefer 3-letter acronym
 2019-12-19  8:25 UTC  (8+ messages)
` [Intel-gfx] [PATCH 5/5] drm/i915/display: prefer 3-letter acronym for ironlake

[Intel-gfx] [PATCH 0/3] i915 fixes to handle hotplug cases on 8K tiled monitor
 2019-12-19  2:37 UTC  (10+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset

[Intel-gfx] [CI] drm/i915/gt: Schedule request retirement when signaler idles
 2019-12-19  1:01 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Schedule request retirement when signaler idles (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [RFC v2 00/12] drm/i915/svm: Add SVM support
 2019-12-18 23:34 UTC  (20+ messages)
` [Intel-gfx] [RFC v2 02/12] drm/i915/svm: Runtime (RT) allocator support
` [Intel-gfx] [RFC v2 05/12] drm/i915/svm: Page table mirroring support
` [Intel-gfx] [RFC v2 06/12] drm/i915/svm: Device memory support

[Intel-gfx] [PATCH 1/2] drm/i915/guc: Provide mmio list to be saved/restored on engine reset
 2019-12-18 23:31 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Schedule request retirement when signaler idles
 2019-12-18 22:57 UTC  (2+ messages)


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