Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-19 19:56:15 to 2018-09-20 23:35:45 UTC [more...]

[PATCH 0/6] Fix legacy DPMS changes with MST
 2018-09-20 23:35 UTC  (4+ messages)
` [PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()

[PATCH 0/8] drm/i915: Preparations for adding gen11 planar formats
 2018-09-20 23:19 UTC  (18+ messages)
` [PATCH 1/8] drm/i915: Clean up casts to crtc_state in intel_atomic_commit_tail()
` [PATCH 2/8] drm/i915: Handle cursor updating active_planes correctly, v2
` [PATCH 3/8] drm/i915: Unconditionally clear plane visibility, v2
` [PATCH 4/8] drm/i915: Make intel_crtc_disable_planes() use active planes mask
` [PATCH 5/8] drm/i915: Replace call to commit_planes_on_crtc with internal update, v2
` [PATCH 6/8] drm/i915: Clean up scaler setup
` [PATCH 7/8] drm/i915: Move programming plane scaler to its own function
` [PATCH 8/8] drm/i915: Force planar YUV coordinates to be a multiple of 2, v2
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Preparations for adding gen11 planar formats
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Make sure fb gtt offsets stay within 32bits
 2018-09-20 23:14 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/8] drm/i915/psr: Share PSR and PSR2 exit mask
 2018-09-20 23:01 UTC  (12+ messages)
` [PATCH 2/8] drm/i915/psr: Do not set MASK_DISP_REG_WRITE in ICL
` [PATCH 3/8] drm/i915/psr: Enable sink to trigger a interruption on PSR2 CRC mismatch
` [PATCH 4/8] drm/i915/psr: Remove PSR2 TODO error handling
` [PATCH 5/8] drm/i915/psr: Do not enable PSR2 if sink requires selective update X granularity
` [PATCH 6/8] drm/i915/psr: Use WA to force HW tracking to exit PSR2
` [PATCH 7/8] drm/i915/psr: Don't tell sink that main link will be active in PSR2
` [PATCH 8/8] drm/i915/psr: Remove alpm from i915_psr
` ✗ Fi.CI.SPARSE: warning for series starting with [1/8] drm/i915/psr: Share PSR and PSR2 exit mask
` ✓ Fi.CI.BAT: success "

[PATCH 00/18] drm/i915: Infoframe precompute/check
 2018-09-20 22:30 UTC  (23+ messages)
` [PATCH 01/18] video/hdmi: Constify 'buffer' to the unpack functions
` [PATCH 02/18] video/hdmi: Pass buffer size to infoframe "
` [PATCH 03/18] video/hdmi: Constify infoframe passed to the log functions
` [PATCH 04/18] video/hdmi: Constify infoframe passed to the pack functions
` [PATCH 05/18] video/hdmi: Add an enum for HDMI packet types
` [PATCH 06/18] video/hdmi: Handle the MPEG Source infoframe
` [PATCH 07/18] video/hdmi: Handle the NTSC VBI infoframe
` [PATCH 08/18] drm/i915: Use memmove() for punching the hole into infoframes
` [PATCH 09/18] drm/i915: Pass intel_encoder to infoframe functions
` [PATCH 10/18] drm/i915: Add the missing HDMI gamut metadata packet stuff
` [PATCH 11/18] drm/i915: Return the mask of enabled infoframes from ->inforame_enabled()
` [PATCH 12/18] drm/i915: Store mask of enabled infoframes in the crtc state
` [PATCH 13/18] drm/i915: Precompute HDMI infoframes
` [PATCH 14/18] drm/i915: Read out "
` [PATCH 15/18] drm/i915/sdvo: Precompute "
` [PATCH 16/18] drm/i915/sdvo: Read out "
` [PATCH 17/18] drm/i915: Check infoframe state in intel_pipe_config_compare()
` [PATCH 18/18] drm/i915: Include infoframes in the crtc state dump
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Infoframe precompute/check
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[CI] drm/i915: Park the GPU on module load
 2018-09-20 21:15 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Park the GPU on module load (rev2)
` ✓ Fi.CI.IGT: "

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

[CI] drm/i915/selftests: Live tests emit requests and so require rpm
 2018-09-20 20:56 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 00/10] ICL interrupt handling improvements
 2018-09-20 20:52 UTC  (23+ messages)
` [PATCH 01/10] drm/i915/icl: No need to ack intr through master control
` [PATCH 02/10] drm/i915/icl: Disable master intr early
` [PATCH 03/10] drm/i915/icl: No need to early bailout on interrupt
` [PATCH 04/10] drm/i915/icl: Add helper to enable/disable master irq
` [PATCH 05/10] drm/i915/icl: Trim down posting reads on master intr control
` [PATCH 06/10] drm/i915/icl: Streamline guc irq handling
` [PATCH 07/10] drm/i915/icl: Make own function for display irq handler
` [PATCH 08/10] drm/i915/icl: Handle GT interrupts after enabling master
` [PATCH 09/10] drm/i915/icl: Handle display "
` [PATCH 10/10] drm/i915/icl: Only ack irq identities we did handle
` ✓ Fi.CI.BAT: success for ICL interrupt handling improvements
` ✓ Fi.CI.IGT: "

[CI] drm/i915/execlists: Onion unwind for logical_ring_init() failure
 2018-09-20 20:46 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 01/40] drm: Use default dma_fence hooks where possible for null syncobj
 2018-09-20 19:59 UTC  (37+ messages)
` [PATCH 02/40] drm: Fix syncobj handing of schedule() returning 0
` [PATCH 03/40] drm/i915/selftests: Live tests emit requests and so require rpm
` [PATCH 04/40] drm/i915: Park the GPU on module load
` [PATCH 05/40] drm/i915: Handle incomplete Z_FINISH for compressed error states
` [PATCH 06/40] drm/i915: Clear the error PTE just once on finish
` [PATCH 08/40] drm/i915/execlists: Avoid kicking priority on the current context
` [PATCH 09/40] drm/i915/selftests: Free the batch along the contexts error path
` [PATCH 10/40] drm/i915/selftests: Basic stress test for rapid context switching
` [PATCH 11/40] drm/i915/execlists: Onion unwind for logical_ring_init() failure
` [PATCH 12/40] drm/i915/execlists: Assert the queue is non-empty on unsubmitting
` [PATCH 13/40] drm/i915: Reserve some priority bits for internal use
` [PATCH 14/40] drm/i915: Combine multiple internal plists into the same i915_priolist bucket
` [PATCH 16/40] drm/i915: Pull scheduling under standalone lock
` [PATCH 17/40] drm/i915: Priority boost for waiting clients
` [PATCH 33/40] drm/i915: Extend CREATE_CONTEXT to allow inheritance ala clone()
` [PATCH 36/40] drm/i915: Re-arrange execbuf so context is known before engine
` [PATCH 40/40] drm/i915: Load balancing across a virtual engine
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/40] drm: Use default dma_fence hooks where possible for null syncobj
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v2 0/5] drm/i915: drm/i915: GTT remapping for display
 2018-09-20 19:46 UTC  (6+ messages)
` [PATCH v2 5/5] drm/i915: Bump gen4+ fb size limits to 32kx32k

[PATCH 1/2] drm/nouveau: Disable atomic support on a per-device basis
 2018-09-20 18:55 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Use per-device driver_features to disable atomic

[PATCH 1/2] drm/i915: don't assume struct page in i915_sg_trim
 2018-09-20 15:42 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: pass dev_priv to i915_gem_cleanup_stolen
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: don't assume struct page in i915_sg_trim

[RFC] drm/i915: GEM_WARN_ON considered harmful
 2018-09-20 14:30 UTC  (2+ messages)

[CI] drm/i915/selftests: Basic stress test for rapid context switching
 2018-09-20 12:55 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Basic stress test for rapid context switching (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/guc: Restore preempt-context across S3/S4
 2018-09-20 11:55 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 1/5] igt: Exercise creating context with shared GTT
 2018-09-20 10:26 UTC  (5+ messages)
` [PATCH i-g-t 2/5] igt/gem_ctx_switch: Exercise queues
` [PATCH i-g-t 3/5] igt/gem_exec_whisper: Fork all-engine tests one-per-engine
` [PATCH i-g-t 4/5] igt: Add gem_ctx_engines
` [PATCH i-g-t 5/5] igt: Add gem_exec_balancer

[PATCH] drm/i915: Recover batch pool caches from shrinker
 2018-09-20 10:02 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Recover batch pool caches from shrinker (rev3)
` ✓ Fi.CI.IGT: "

[PATCH 0/1] idea for optimize i915 initial time with eDP
 2018-09-20 10:00 UTC  (4+ messages)
` [PATCH 1/1] initial panel_power_off_time should be 0
` ✗ Fi.CI.CHECKPATCH: warning for idea for optimize i915 initial time with eDP
` ✗ Fi.CI.BAT: failure "

[PATCH 00/15] drm/i915/gen11: Implement planar format support
 2018-09-20  9:56 UTC  (10+ 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

[RFC 0/3] Enable ICL DSI PLL
 2018-09-20  8:49 UTC  (4+ messages)
` [RFC 3/3] drm/i915/icl: Calculate DPLL params for DSI

[PATCH] drm/i915: set i915 driver probe to asynchronous
 2018-09-20  8:04 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "
  `  "

[BUG] i915 HDMI connector status is connected after disconnection
 2018-09-20  7:32 UTC  (9+ messages)

[PATCH] drm/i915: Replace some open-coded i915_map_coherent_type()
 2018-09-20  0:24 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v9 1/2] drm: Add connector property to limit max bpc
 2018-09-19 23:58 UTC  (4+ messages)
` [PATCH v9 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp
` ✗ Fi.CI.SPARSE: warning for series starting with [v9,1/2] drm: Add connector property to limit max bpc
` ✗ Fi.CI.BAT: failure "

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

[PATCH 1/2] drm/i915/fbdev: Use an ordinary worker to avoid async deadlock
 2018-09-19 22:55 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/icl: Enable DC9 as lowest possible state during screen-off
 2018-09-19 22:13 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/icl: Enable DC9 as lowest possible state during screen-off (rev3)
` ✓ Fi.CI.IGT: "

[PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check() (fwd)
 2018-09-19 21:59 UTC  (2+ messages)

[PULL] drm-misc-next
 2018-09-19 20:03 UTC 


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