Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-10 13:22:44 to 2018-04-12 13:17:08 UTC [more...]

[RFC v4 00/25] drm: Add generic fbdev emulation
 2018-04-12 13:17 UTC  (7+ messages)
` [RFC v4 01/25] drm: provide management functions for drm_file
` [RFC v4 02/25] drm/file: Don't set master on in-kernel clients
` [RFC v4 03/25] drm/fb-helper: No need to cache rotation and sw_rotations
` [RFC v4 04/25] drm/fb-helper: Remove drm_fb_helper_debug_enter/leave()
` [RFC v4 05/25] drm/fb-helper: dpms_legacy(): Only set on connectors in use
` [RFC v4 06/25] drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()

[PATCH v1 6/6] drm/i915: Enable Display WA 0528
 2018-04-12 11:10 UTC  (3+ messages)
      ` [PATCH v1 5/6] drm/i915: Do not do fb src adjustments for NV12

[PATCH v2] drm/i915/execlists: Set queue priority from secondary port
 2018-04-12  9:36 UTC  (8+ messages)
  ` [PATCH v3] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/execlists: Set queue priority from secondary port (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 1/2] drm/i915/bios: filter out invalid DDC pins from VBT child devices
 2018-04-12  9:29 UTC  (7+ messages)
` [PATCH v2 2/2] drm/i915/bios: reduce the scope of some local variables in parse_ddi_port()
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915/bios: filter out invalid DDC pins from VBT child devices
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/psr: vbt change for psr
 2018-04-12  9:26 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/psr: vbt change for psr (rev2)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/edp: Do not do link training fallback or prune modes on EDP
 2018-04-12  9:10 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/9] GPU-bound energy efficiency improvements for the intel_pstate driver
 2018-04-12  8:58 UTC  (8+ messages)

[PATCH igt] igt/kms_plane_scaling: Open DRM_MASTER
 2018-04-12  8:43 UTC 

[PATCH 1/1] drm/i915: move audio component intialization before audio driver use it
 2018-04-12  8:22 UTC  (15+ messages)

[PATCH v8 00/10] drm/i915: Implement proper fallback training for MST
 2018-04-12  4:30 UTC  (13+ messages)
` [PATCH v8 01/10] drm/atomic: Print debug message on atomic check failure
` [PATCH v8 02/10] drm/i915: Move DP modeset retry work into intel_dp
` [PATCH v8 03/10] drm/dp_mst: Fix naming on drm_atomic_get_mst_topology_state()
` [PATCH v8 04/10] drm/dp_mst: Remove all evil duplicate state pointers
  ` [PATCH v8 05/10] drm/dp_mst: Make drm_dp_mst_topology_state subclassable
` [PATCH v8 06/10] drm/dp_mst: Add reset_state callback to topology mgr
` [PATCH v8 07/10] drm/i915: Only use one link bw config for MST topologies
` [PATCH v8 08/10] drm/i915: Make intel_dp_mst_atomic_check() idempotent
` [PATCH v8 09/10] drm/dp_mst: Add MST fallback retraining helpers
` [PATCH v8 10/10] drm/i915: Implement proper fallback training for MST
` ✓ Fi.CI.BAT: success for drm/i915: Implement proper fallback training for MST (rev3)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/edp: Only use alternate fixed mode when requested
 2018-04-12  3:55 UTC  (8+ messages)
` ✗ Fi.CI.BAT: warning for "
` ✗ Fi.CI.IGT: "
` ✓ Fi.CI.BAT: success for drm/i915/edp: Only use alternate fixed mode when requested (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Pack params to engine->schedule() into a struct
 2018-04-12  3:18 UTC  (8+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
` [PATCH v2] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Pack params to engine->schedule() into a struct (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v7 00/10] drm/i915: Implement proper fallback training for MST
 2018-04-12  2:42 UTC  (14+ messages)
` [PATCH v7 01/10] drm/atomic: Print debug message on atomic check failure
` [PATCH v7 02/10] drm/i915: Move DP modeset retry work into intel_dp
` [PATCH v7 03/10] drm/dp_mst: Fix naming on drm_atomic_get_mst_topology_state()
` [PATCH v7 04/10] drm/dp_mst: Remove all evil duplicate state pointers
` [PATCH v7 05/10] drm/dp_mst: Make drm_dp_mst_topology_state subclassable
` [PATCH v7 06/10] drm/dp_mst: Add reset_state callback to topology mgr
` [PATCH v7 07/10] drm/i915: Only use one link bw config for MST topologies
` [PATCH v7 08/10] drm/i915: Make intel_dp_mst_atomic_check() idempotent
` [PATCH v7 09/10] drm/dp_mst: Add MST fallback retraining helpers
` [PATCH v7 10/10] drm/i915: Implement proper fallback training for MST
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Implement proper fallback training for MST (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: Move a bunch of workaround-related code to its own file
 2018-04-12  0:55 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Split out functions for different kinds of workarounds
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Move a bunch of workaround-related code to its own file
` ✗ Fi.CI.SPARSE: "

[CI 1/2] drm/i915: Move a bunch of workaround-related code to its own file
 2018-04-12  0:52 UTC  (5+ messages)
` [CI 2/2] drm/i915: Split out functions for different kinds of workarounds
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915: Move a bunch of workaround-related code to its own file
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v6 00/10] drm/i915: Implement proper fallback training for MST
 2018-04-11 23:02 UTC  (14+ messages)
` [PATCH v6 01/10] drm/atomic: Print debug message on atomic check failure
` [PATCH v6 02/10] drm/i915: Move DP modeset retry work into intel_dp
` [PATCH v6 03/10] drm/dp_mst: Fix naming on drm_atomic_get_mst_topology_state()
` [PATCH v6 04/10] drm/dp_mst: Remove all evil duplicate state pointers
` [PATCH v6 05/10] drm/dp_mst: Make drm_dp_mst_topology_state subclassable
` [PATCH v6 06/10] drm/dp_mst: Add reset_state callback to topology mgr
` [PATCH v6 07/10] drm/i915: Only use one link bw config for MST topologies
` [PATCH v6 08/10] drm/i915: Make intel_dp_mst_atomic_check() idempotent
` [PATCH v6 09/10] drm/dp_mst: Add MST fallback retraining helpers
` [PATCH v6 10/10] drm/i915: Implement proper fallback training for MST
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[RFC v1] Data port coherency control for UMDs
 2018-04-11 20:02 UTC  (12+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add Exec param to control data port coherency. (rev3)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/audio: Fix audio detection issue on GLK
 2018-04-11 19:27 UTC  (8+ messages)

[PATCH] drm/i915/psr: enable psr1 on psr2 panels
 2018-04-11 17:58 UTC  (6+ messages)

[RFC] drm/i915: Engine discovery query
 2018-04-11 16:32 UTC  (6+ messages)
` [RFC v2] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Engine discovery query (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Wait for idle between idle resets as well
 2018-04-11 16:18 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[RFC v1] drm/i915: Add Exec param to control data port coherency
 2018-04-11 15:46 UTC  (2+ messages)
` [PATCH v2] "

[PULL] drm-misc-next-fixes
 2018-04-11 14:03 UTC 

✗ Fi.CI.BAT: failure for drm/i915/cnl: Add Wa_2201832410
 2018-04-11 13:53 UTC  (3+ messages)
` [PATCH] "

[PATCH i-g-t v3] tests/perf_pmu: Avoid RT thread for accuracy test
 2018-04-11 13:52 UTC  (4+ messages)
` [PATCH i-g-t v4] "

[PATCH] drm/i915/bios: remove duplicated code
 2018-04-11 13:12 UTC  (3+ messages)

[PATCH] drm/i915/bios: filter out invalid DDC pins from VBT child devices
 2018-04-11 13:04 UTC  (7+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.IGT: success "
` [Intel-gfx] [PATCH] "

[RESEND PATCH 1/1] drm/i915/glk: Add MODULE_FIRMWARE for Geminilake
 2018-04-11 13:04 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for series starting with [RESEND,1/1] "
` ✓ Fi.CI.IGT: "

Still trying for context->preempt_timeout
 2018-04-11 11:33 UTC  (7+ messages)
` [PATCH 01/18] drm/i915/execlists: Set queue priority from secondary port

[PATCH] selftests/i915_gem_gtt: Create igt_ggtt_scratch subtest
 2018-04-11 11:24 UTC  (7+ messages)
` [PATCH i-g-t] gem_cs_prefetch: Remove gem_cs_prefetch from IGT
` [igt-dev] [PATCH] selftests/i915_gem_gtt: Create igt_ggtt_scratch subtest
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH igt] igt/gem_exec_schedule: Exercise "deep" preemption
 2018-04-11 10:13 UTC 

[PATCH v2 0/4] HDCP1.4 fixes
 2018-04-11  8:27 UTC  (7+ messages)
` [PATCH v2 3/4] drm/i915: Check hdcp key loadability

[PATCH] drm/i915: set minimum CD clock to twice the BCLK
 2018-04-11  3:00 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v1 00/14] Preparation patches for NV12
 2018-04-11  2:46 UTC  (9+ messages)

[PATCH 1/2] drm/i915/fbc/cnl: Add GLK and CNL+ hardware tracking size
 2018-04-11  0:44 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/fbc: Resize CFB in non-full modeset paths

[PATCH] drm/i915/guc: Replace %phn with %phN
 2018-04-10 22:09 UTC  (4+ messages)
` [PATCH v2] drm/i915/guc: Replace %phn with %ph
` ✗ Fi.CI.IGT: warning for drm/i915/guc: Replace %phn with %phN (rev2)

[PATCH CI 0/7] ICL reviewed mergeable patches
 2018-04-10 21:29 UTC  (8+ messages)
` [PATCH 4/7] drm/i915/icl: Add Voltage swing table for MG PHY DDI Buffer

[PATCH 1/2] drm/i915: Move a bunch of workaround-related code to its own file
 2018-04-10 19:27 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Split out functions for different kinds of workarounds
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Move a bunch of workaround-related code to its own file
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: warning "

[PATCH v3 1/4] drm/i915: Enable edp psr error interrupts on hsw
 2018-04-10 18:29 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4] drm/i915: Enable edp psr error interrupts on hsw (rev3)

[PATCH] drm/i915: Disable LVDS on Radiant P845
 2018-04-10 16:27 UTC  (3+ messages)

[CI] drm/i915: Don't fiddle with rps/rc6 across GPU reset
 2018-04-10 16:13 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "

[PATCH v5 1/2] drm/i915/cnl: Implement WaProgramMgsrForCorrectSliceSpecificMmioReads
 2018-04-10 16:00 UTC  (3+ messages)
` [PATCH v6 "

[PATCH] drm/i915: Replace use of pipe_crc->lock with an atomic
 2018-04-10 15:42 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t] tools/aubdump: Fix ISO C90 forbids mixed declarations and code warning
 2018-04-10 14:57 UTC  (4+ messages)
  ` [igt-dev] "

[PATCH] drm/i915: Add debugfs file to clear FIFO underruns
 2018-04-10 14:31 UTC  (5+ messages)

[PATCH] drm/i915/gvt: fix memory leak of a cmd_entry struct on error exit path
 2018-04-10 14:31 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "

[PATCH] drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6
 2018-04-10 13:54 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6 (rev3)

[PATCH v4] drm/i915/dp: Send DPCD ON for MST before phy_up
 2018-04-10 13:50 UTC  (2+ messages)

[PATCH v3] drm/i915/dp: Send DPCD ON for MST before phy_up
 2018-04-10 13:49 UTC  (2+ messages)

[PATCH v2] drm/i915/dp: Send DPCD ON for MST before phy_up
 2018-04-10 13:49 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