public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2018-02-14 18:55:08 to 2018-02-15 16:27:03 UTC [more...]

[PATCH 05/20] drm/i915/icl: Interrupt handling
 2018-02-15 16:24 UTC  (4+ messages)
` [PATCH 05/19] "

[PATCH] drm/i915: Assert that we always complete a submission to guc/execlists
 2018-02-15 16:25 UTC 

[PATCH] drm/i915: Avoid escaping check_digital_port_conflicts() with locks held
 2018-02-15 16:09 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: fix inconsistent IS_ERR and PTR_ERR
 2018-02-15 16:09 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Track GT interrupt handling using the master iir
 2018-02-15 16:00 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Prune gen8_gt_irq_handler
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Track GT interrupt handling using the master iir
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] tests/perf_pmu: Verify engine busyness accuracy
 2018-02-15 15:34 UTC  (3+ messages)
  ` [PATCH i-g-t v6] "

[PATCH] drm/i915: Release connector iterator on a digital port conflict
 2018-02-15 15:31 UTC  (7+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: warning "

[RFC 0/5] Per-client engine stats
 2018-02-15 15:13 UTC  (20+ messages)
` [RFC 1/5] drm/i915: Track per-context engine busyness
` [RFC 2/5] drm/i915: Expose list of clients in sysfs
` [RFC 4/5] drm/i915: Expose per-engine client busyness
` ✗ Fi.CI.CHECKPATCH: warning for Per-client engine stats
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/audio: fix check for av_enc_map overflow
 2018-02-15 15:03 UTC  (5+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v2 1/3] drm/i915: Store gen_mask inside the static device info
 2018-02-15 14:51 UTC  (6+ messages)
` [PATCH v2 2/3] drm/i915: Always define GEN as part of GENx_FEATURES
` [PATCH v2 3/3] drm/i915: Store platform_mask inside the static device info
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/3] drm/i915: Store gen_mask "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Use seqlock in engine stats
 2018-02-15 14:50 UTC  (7+ messages)
      ` [PATCH v2] "
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for drm/i915: Use seqlock in engine stats (rev2)

[PATCH] drm/i915/bxt: Enable VBT based BL control for DP (v2)
 2018-02-15 14:13 UTC  (6+ messages)

[PATCH] drm/i915/gtt: Convert WARN_ON to GEM debugging
 2018-02-15 14:09 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/3] CNL port refactoring
 2018-02-15 14:02 UTC  (7+ messages)
` [PATCH 1/3] drm/i915/cnl: Fix PORT_TX_DW5/7 register address
` [PATCH 2/3] drm/i915/cnl; Add macro to get PORT_TX register
` [PATCH 3/3] drm/i915/cnl: Replace PORT_TX register macros with new ones
` ✗ Fi.CI.CHECKPATCH: warning for CNL port refactoring
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Clean up ancient doc comments for i915_ioc32.c
 2018-02-15 14:00 UTC  (5+ messages)
` [PATCH v3] "
` ✓ Fi.CI.IGT: success for drm/i915: Clean up ancient doc comments for i915_ioc32.c (rev3)

[PATCH] drm: Add DPCD definitions for DP 1.4 FEC feature
 2018-02-15 13:53 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm: Add DPCD definitions for DP 1.4 FEC feature (rev5)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] tests/perf_pmu: Log perf timestamp in semaphore wait tests
 2018-02-15 13:05 UTC  (2+ messages)

[PATCH 00/16] Adding NV12 support
 2018-02-15 12:52 UTC  (23+ messages)
` [PATCH 01/16] drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values
` [PATCH 02/16] drm/i915/skl+: refactor WM calculation for NV12
` [PATCH 03/16] drm/i915/skl+: add NV12 in skl_format_to_fourcc
` [PATCH 04/16] drm/i915/skl+: support verification of DDB HW state for NV12
` [PATCH 05/16] drm/i915/skl+: NV12 related changes for WM
` [PATCH 06/16] drm/i915/skl+: pass skl_wm_level struct to wm compute func
` [PATCH 07/16] drm/i915/skl+: make sure higher latency level has higher wm value
` [PATCH 08/16] drm/i915/skl+: nv12 workaround disable WM level 1-7
` [PATCH 09/16] drm/i915/skl: split skl_compute_ddb function
` [PATCH 10/16] drm/i915: Set scaler mode for NV12
` [PATCH 11/16] drm/i915: Update format_is_yuv() to include NV12
` [PATCH 12/16] drm/i915: Upscale scaler max scale for NV12
` [PATCH 13/16] drm/i915: Add NV12 as supported format for primary plane
` [PATCH 14/16] drm/i915: Add NV12 as supported format for sprite plane
` [PATCH 15/16] drm/i915: Add NV12 support to intel_framebuffer_init
` [PATCH 16/16] drm/i915: Enable YUV to RGB for Gen10 in Plane Ctrl Reg
` ✗ Fi.CI.CHECKPATCH: warning for Adding NV12 support (rev11)
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
` ✗ Fi.CI.IGT: warning "

[PATCH v13 0/6] drm/i915: expose RCS topology to userspace
 2018-02-15 12:27 UTC  (10+ messages)
` [PATCH v13 1/6] drm/i915: store all subslice masks
` [PATCH v13 2/6] drm/i915/debugfs: reuse max slice/subslices already stored in sseu
` [PATCH v13 3/6] drm/i915/debugfs: add rcs topology entry
` [PATCH v13 4/6] drm/i915: add rcs topology to error state
` [PATCH v13 5/6] drm/i915: add query uAPI
` [PATCH v13 6/6] drm/i915: expose rcs topology through "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: expose RCS topology to userspace
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/mm: Fix caching of leftmost node in the interval tree
 2018-02-15 12:26 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 01/10] drm/vblank: Data type fixes for 64-bit vblank sequences
 2018-02-15 12:17 UTC  (4+ messages)
` [PATCH 06/10] drm/tegra: Handle 64-bit return from drm_crtc_vblank_count()

[PATCH] drm/i915/cnl: Remove alpha_support protection
 2018-02-15 12:14 UTC  (3+ messages)

[PATCH 00/16] Adding NV12 support
 2018-02-15 11:30 UTC  (7+ messages)
` [PATCH 03/16] drm/i915/skl+: add NV12 in skl_format_to_fourcc

[PATCH igt v3] igt/gem_exec_schedule: Trim max number of contexts used
 2018-02-15 11:10 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 00/16] Adding NV12 support
 2018-02-15 11:05 UTC  (16+ messages)
` [PATCH 10/16] drm/i915: Set scaler mode for NV12
` [PATCH 11/16] drm/i915: Update format_is_yuv() to include NV12
` [PATCH 14/16] drm/i915: Add NV12 as supported format for sprite plane
` [PATCH 15/16] drm/i915: Add NV12 support to intel_framebuffer_init
` [PATCH 16/16] drm/i915: Enable YUV to RGB for Gen10 in Plane Ctrl Reg
` ✗ Fi.CI.IGT: warning for Adding NV12 support (rev10)

[PATCH igt] igt/kms_frontbuffer_tracking: Use smallest mode by default
 2018-02-15 10:30 UTC 

[RFC i-g-t 0/3] New intel-gpu-top
 2018-02-15 10:05 UTC  (7+ messages)
` [RFC i-g-t 1/3] intel-gpu-top: Rename to intel-legacy-top
` ✓ Fi.CI.BAT: success for New intel-gpu-top

[PATCH] drm/i915/cnl: Remove alpha_support protection
 2018-02-15  9:34 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/cnl: Remove alpha_support protection (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
` ✗ Fi.CI.IGT: failure "

[PATCH igt] igt/kms_frontbuffer_tracking: Disable FBC testing for -ENODEV
 2018-02-15  9:21 UTC  (2+ messages)

[PATCH] drm/i915: Track GT interrupt handling using the master iir
 2018-02-15  8:54 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/3] drm/i915: Store gen_mask inside the static device info
 2018-02-15  8:15 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Always define GEN as part of GENx_FEATURES
` [PATCH 3/3] drm/i915: Store platform_mask inside the static device info
` ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915: Store gen_mask "

[PATCH 1/4] drm/i915: Store gen_mask inside the static device info
 2018-02-15  7:55 UTC  (7+ messages)
` [PATCH 2/4] drm/i915: Always define GEN as part of GENx_FEATURES
` [PATCH 3/4] drm/i915: Store platform_mask inside the static device info

please do *NOT* backport 9965db26ac05 ("drm/i915: Check for fused or unused pipes")
 2018-02-15  7:47 UTC  (2+ messages)

[PATCH v1] i915: Re-use DEFINE_SHOW_ATTRIBUTE() macro
 2018-02-15  7:21 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 0/5] Fix deadlock on runtime suspend in DRM drivers
 2018-02-15  5:38 UTC  (10+ messages)
` [PATCH 2/5] drm: Allow determining if current task is output poll worker
  ` [PATCH v2] "

[PATCH 0/8] drm: Add COLOR_ENCODING and COLOR_RANGE plane properties
 2018-02-15  5:34 UTC  (13+ messages)
` [PATCH 1/8] drm: Add optional COLOR_ENCODING and COLOR_RANGE properties to drm_plane
` [PATCH 2/8] drm: Add BT.2020 constant luminance enum value for the COLOR_ENCODING property
` [PATCH 3/8] drm/atomic: Include color encoding/range in plane state dump
` [PATCH 4/8] drm/i915: Correctly handle limited range YCbCr data on VLV/CHV
` [PATCH 5/8] drm/i915: Fix plane YCbCr->RGB conversion for GLK
` [PATCH 6/8] drm/i915: Add support for the YCbCr COLOR_ENCODING property
` [PATCH 7/8] drm/i915: Change the COLOR_ENCODING prop default value to BT.709
` [PATCH 8/8] drm/i915: Add support for the YCbCr COLOR_RANGE property
` ✗ Fi.CI.CHECKPATCH: warning for drm: Add COLOR_ENCODING and COLOR_RANGE plane properties
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: fix rsvd2 mask when out-fence is returned
 2018-02-15  4:55 UTC  (9+ messages)
` [PATCH i-g-t] tests/gem_exec_fence: test that in-fence is not overwritten
` ✓ Fi.CI.BAT: success for drm/i915: fix rsvd2 mask when out-fence is returned
` ✗ Fi.CI.BAT: failure for tests/gem_exec_fence: test that in-fence is not overwritten
` ✓ Fi.CI.IGT: success for drm/i915: fix rsvd2 mask when out-fence is returned

[PULL] drm-intel-fixes
 2018-02-15  1:59 UTC 

[PATCH 1/2] drm/i915/psr2: Fix max resolution supported
 2018-02-14 23:45 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915/psr2: Fix max resolution supported. (rev2)

[PATCH 00/20] ICL GEM enabling (v2)
 2018-02-14 23:41 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for ICL GEM enabling (v2) (rev4)

[PATCH 08/20] drm/i915/icl: new context descriptor support
 2018-02-14 23:34 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] drm/i915/cnl: Sync PCI ID with Spec
 2018-02-14 23:21 UTC  (2+ messages)

[PATCH] drm/i915: Fixup kerneldoc for intel_pm.c
 2018-02-14 21:06 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH xf86-video-intel] sna/video: Actually use the NV12 shader on gen8
 2018-02-14 20:50 UTC  (2+ messages)

[PATCH igt v2] igt/gem_exec_fence: Test that the in-fence is not overwritten
 2018-02-14 20:46 UTC 

[PATCH 1/2] drm/i915/atomic: Fixup kerneldoc
 2018-02-14 20:26 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH xf86-video-intel] sna: Add XV_COLORSPACE attribute support for sprite Xv adaptors
 2018-02-14 20:16 UTC  (4+ messages)

Adding a couple of DSI panel fixes to drm-intel-fixes
 2018-02-14 19:45 UTC  (4+ messages)

[PATCH 00/43] drm/i915: Implement HDCP2.2
 2018-02-14 19:40 UTC  (4+ messages)
` [PATCH 01/43] drm: hdcp2.2 authentication msg definitions

[PULL] git-fixes for 4.16-rc2
 2018-02-14 19:32 UTC  (2+ messages)

[PATCH] drm/i915: Fixup kerneldoc for intel_uc_fw_upload()
 2018-02-14 19:00 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Fixup kerneldoc for intel_uc_fw_upload() (rev2)

[PATCH] drm/i915: Add missing kerneldoc parameters for huc_ucode_xfer
 2018-02-14 18:56 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for "


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