intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-17 08:27:18 to 2018-09-19 14:32:21 UTC [more...]

[PULL] drm-misc-fixes
 2018-09-19 14:32 UTC 

[PATCH 00/15] drm/i915/gen11: Implement planar format support
 2018-09-19 14:21 UTC  (18+ messages)
` [PATCH 01/15] drm/i915: Clean up casts to crtc_state in intel_atomic_commit_tail()
` [PATCH 02/15] drm/i915: Handle cursor updating active_planes correctly
` [PATCH 03/15] drm/i915: Make intel_crtc_disable_planes() use active planes mask
` [PATCH 04/15] drm/i915: Replace call to commit_planes_on_crtc with internal update, v2
` [PATCH 05/15] drm/i915: Clean up scaler setup
` [PATCH 06/15] drm/i915: Force NV12 coordinates to be a multiple of 2
` [PATCH 07/15] drm/i915: Unconditionally clear plane_state->visible flag
` [PATCH 08/15] drm/i915/gen11: Enable 6 sprites on gen11
` [PATCH 09/15] drm/i915/gen11: Link nv12 Y and UV planes in the atomic state, v2
` [PATCH 10/15] drm/i915/gen11: Handle watermarks correctly for separate Y/UV planes
` [PATCH 11/15] drm/i915: Move programming plane scaler to its own function
` [PATCH 12/15] drm/i915/gen11: Program the scalers correctly for planar formats
` [PATCH 13/15] drm/i915/gen11: Program the chroma upsampler for HDR planes
` [PATCH 14/15] drm/i915/gen11: Program the Y and UV plane for planar mode correctly
` [PATCH 15/15] drm/i915/gen11: Expose planar format support on gen11
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gen11: Implement planar format support
` ✗ Fi.CI.SPARSE: "

[PATCH v4 0/3] add LG panel to dpcd quirk database
 2018-09-19 13:46 UTC  (2+ messages)

[BUG] i915 HDMI connector status is connected after disconnection
 2018-09-19 12:40 UTC  (10+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for i915 HDMI connector status is connected after disconnection (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: re-check the hotplug with a delayed work
 2018-09-19 12:27 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: use for_each_pipe loop to assign crtc_mask
 2018-09-19 11:55 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: use for_each_pipe loop to assign crtc_mask (rev5)
` ✓ Fi.CI.IGT: "

[PATCH 0/6] Fix legacy DPMS changes with MST
 2018-09-19 11:10 UTC  (10+ messages)
  ` [PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()
  ` [PATCH 2/6] drm/nouveau: Unbreak nv50_mstc->best_encoder()
` [PATCH 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
` [PATCH 4/6] drm/i915: Skip vcpi allocation for MSTB ports that are gone
` [PATCH 5/6] drm/i915: Fix intel_dp_mst_best_encoder()
` [PATCH 6/6] drm/amdgpu/dm/mst: Use drm_dp_mst_connector_atomic_check()
` ✗ Fi.CI.CHECKPATCH: warning for Fix legacy DPMS changes with MST
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v4 00/25] Display Stream Compression enabling on eDP/DP
 2018-09-19 10:57 UTC  (9+ messages)
` [PATCH v4 19/25] drm/i915/dsc: Add a power domain for VDSC on eDP/MIPI DSI

[PATCH v4 1/6] drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake
 2018-09-19 10:27 UTC  (10+ messages)
` [PATCH v4 2/6] drm/i915: Unset reset pch handshake when PCH is not present in one place
` [PATCH v4 3/6] drm/i915: Do not modifiy reserved bit in gens that do not have IPC
` [PATCH v4 4/6] drm/i915: Move SKL IPC WA to HAS_IPC()
` [PATCH v4 5/6] drm/i915: Move IPC WA #1141 to init_ipc()
` [PATCH v4 6/6] drm/i915: Remove duplicated definition of intel_update_rawclk
` ✓ Fi.CI.BAT: success for series starting with [v4,1/6] drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: set i915 driver probe to asynchronous
 2018-09-19  9:12 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v4] drm/i915: use for_each_pipe loop to assign crtc_mask
 2018-09-19  8:31 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v8 1/2] drm: Add connector property to limit max bpc
 2018-09-19  8:15 UTC  (8+ messages)
` [PATCH v8 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp
` ✗ Fi.CI.SPARSE: warning for series starting with [v8,1/2] drm: Add connector property to limit max bpc
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PULL] gvt-fixes for 4.19-rc5
 2018-09-19  6:34 UTC  (3+ messages)

[PATCH] drm/i915: implement EXTENDED_RECEIVER_CAPABILITY_FIELD_PRESENT
 2018-09-18 21:36 UTC  (3+ messages)

[PATCH v3 1/6] drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake
 2018-09-18 20:07 UTC  (12+ messages)
` [PATCH v3 2/6] drm/i915: Unset reset pch handshake when PCH is not present in one place
` [PATCH v3 3/6] drm/i915: Do not modifiy reserved bit in gens that do not have IPC
` [PATCH v3 4/6] drm/i915: Move SKL IPC WA to HAS_IPC()
` [PATCH v3 5/6] drm/i915: Move IPC WA #1141 to init_ipc()
` [PATCH v3 6/6] drm/i915: Remove duplicated definition of intel_update_rawclk
` ✗ Fi.CI.BAT: failure for series starting with [v3,1/6] drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake

[PATCH 1/5] drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
 2018-09-18 19:03 UTC  (11+ messages)
` [PATCH 2/5] drm/i915/dp: Restrict link retrain workaround to external monitors
` [PATCH 3/5] drm/i915/dp: Remove intel_dp->detect_done flag
` [PATCH 4/5] drm/i915/dp: Fix duplication of DEVICE_SERVICE_IRQ handling
` [PATCH 5/5] drm/i915/dp: Move hdcp link check function into short pulse handler
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
` ✗ Fi.CI.BAT: failure "

[PATCH v3] drm: Return -EOPNOTSUPP in drm_setclientcap() when driver do not support KMS
 2018-09-18 18:20 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm: Return -EOPNOTSUPP in drm_setclientcap() when driver do not support KMS (rev2)

[PATCH 1/2] drm/i915/sdvo: Fix multi function encoder stuff
 2018-09-18 18:10 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/sdvo: Utilize intel_panel for fixed_mode
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/sdvo: Fix multi function encoder stuff
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Check fb stride against plane max stride
 2018-09-18 17:32 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Fix logic fumble in rotation vs. ccs check
 2018-09-18 17:22 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 2/2] i915: rename modifiers to follow the naming convention
 2018-09-18 17:22 UTC 

[PATCH v7 1/2] drm: Add connector property to limit max bpc
 2018-09-18 17:13 UTC  (4+ messages)
` [PATCH v7 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp
` ✗ Fi.CI.SPARSE: warning for series starting with [v7,1/2] drm: Add connector property to limit max bpc
` ✓ Fi.CI.BAT: success "

[PATCH] headers: Sync with drm-next
 2018-09-18 17:06 UTC 

[PATCH v6 1/2] drm: Add connector property to limit max bpc
 2018-09-18 16:49 UTC  (7+ messages)
` [PATCH v6 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,1/2] drm: Add connector property to limit max bpc
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[RFC v5 0/8] Add Plane Color Properties
 2018-09-18 16:08 UTC  (4+ messages)
` [RFC v5 2/8] drm: Add Plane Degamma properties

[PATCH v13 0/6] Per context dynamic (sub)slice power-gating
 2018-09-18 16:05 UTC  (19+ messages)
` [PATCH 1/6] drm/i915/execlists: Move RPCS setup to context pin
` [PATCH 2/6] drm/i915: Record the sseu configuration per-context & engine
` [PATCH 3/6] drm/i915/perf: lock powergating configuration to default when active
` [PATCH 4/6] drm/i915: Add timeline barrier support
` [PATCH 5/6] drm/i915: Expose RPCS (SSEU) configuration to userspace
  ` [PATCH v18 5/6] drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
` [PATCH 6/6] drm/i915/icl: Support co-existence between per-context SSEU and OA
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev4)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev5)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATH i-g-t v12 2/2] tests: add slice power programming test
 2018-09-18 13:41 UTC  (8+ messages)
` [PATCH i-g-t v13 2/2] tests/gem_ctx_sseu: Dynamic (sub)slice programming tests
  ` [igt-dev] "
    ` [PATCH i-g-t v14 "
      ` [igt-dev] "
      ` [PATCH i-g-t v15 "

[PATCH i-g-t 1/2] tests/gem_ctx_bad_exec: Consolidate to gem_ctx_exec
 2018-09-18 11:21 UTC  (14+ messages)
` [PATCH i-g-t 2/2] gem_ctx_exec: Remove lrc-lite-restore
` [igt-dev] [PATCH i-g-t 1/2] tests/gem_ctx_bad_exec: Consolidate to gem_ctx_exec
                ` [PATCH i-g-t v3 "
                    ` [PATCH i-g-t v4 "

[PATCH] drm/i915: Replace some PAGE_SHIFTs with I915_GTT_PAGE_SIZE
 2018-09-18 10:57 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm: Use default dma_fence hooks where possible for null syncobj
 2018-09-18 10:46 UTC  (3+ messages)
` [PATCH 2/2] drm: Fix syncobj handing of schedule() returning 0
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm: Use default dma_fence hooks where possible for null syncobj

[PATCH v2] drm: Return -EOPNOTSUPP in drm_setclientcap() when driver do not support KMS
 2018-09-18  8:34 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

FW: linux-firmware pull request(ICL:DMC)
 2018-09-18  1:42 UTC  (3+ messages)
  `  "

linux-next: manual merge of the drm-misc tree with the drm tree
 2018-09-18  1:31 UTC 

[PATCH] drm/i915/psr: Enable PSR1 on gen-9+ HW
 2018-09-18  0:39 UTC  (4+ messages)

[PATCH xf86-video-intel] sna/io: Align the linear source buffer to cache line for 2d blt
 2018-09-18  0:11 UTC  (2+ messages)
` [PATCH xf86-video-intel] sna/io: Align the linear source buffer to cache line for 2d source copy

[PATCH v2 1/6] drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake
 2018-09-17 21:28 UTC  (4+ messages)

[PATCH] drm/i915/icl: Enable DC9 as lowest possible state during screen-off
 2018-09-17 18:45 UTC  (3+ messages)

[PATCH] [intel-gfx] drm/i915/csr Added DC5 and DC6 counter register for ICL in debugfs entry
 2018-09-17 18:15 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 1/2] drm/nouveau: Disable atomic support on a per-device basis
 2018-09-17 17:34 UTC  (4+ messages)

[PATCH v6 00/20] ICELAKE DSI DRIVER
 2018-09-17 11:32 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for ICELAKE DSI DRIVER (rev6)
` ✓ Fi.CI.IGT: "

[STABLE v4.14 PATCH] drm/i915: set DP Main Stream Attribute for color range on DDI platforms
 2018-09-17 11:29 UTC  (2+ messages)

[PATCH 0/6] Per context dynamic (sub)slice power-gating
 2018-09-17  9:21 UTC  (4+ messages)
` [PATCH 5/6] drm/i915: Expose RPCS (SSEU) configuration to userspace

[PATCH v10 0/2] Add XYUV format support
 2018-09-17  8:51 UTC  (12+ messages)
        ` [Intel-gfx] "


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