intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-03 19:58:04 to 2019-09-05 16:41:13 UTC [more...]

[PULL] drm-misc-fixes
 2019-09-05 16:41 UTC 

[PATCH] drm/i915/guc: Fix detection of GuC submission in use
 2019-09-05 16:14 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/tgl: Register state context definition for Gen12
 2019-09-05 16:13 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/2] drm/i915: Future-proof DDC pin mapping
 2019-09-05 16:02 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Unify ICP and MCC hotplug pin tables
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Future-proof DDC pin mapping

[PATCH 1/2] drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled
 2019-09-05 15:35 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Don't advertise modes that exceed the max plane size
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled

drm/i915: deconflate display disable from no display
 2019-09-05 14:40 UTC  (6+ messages)
` [CI 1/3] drm/i915: add INTEL_NUM_PIPES() and use it
` [CI 2/3] drm/i915: convert device info num_pipes to pipe_mask
` [CI 3/3] drm/i915: introduce INTEL_DISPLAY_ENABLED()
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915: add INTEL_NUM_PIPES() and use it
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915: Hook up GT power management
 2019-09-05 14:37 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Hook up GT power management (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH 1/3] drm/atomic: Take the atomic toys away from X
 2019-09-05 14:25 UTC  (10+ messages)
` [PATCH 3/3] drm/atomic: Rename crtc_state->pageflip_flags to async_flip
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/atomic: Take the atomic toys away from X
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

✓ Fi.CI.BAT: success for drm/i915/buddy: add missing call to i915_global_register
 2019-09-05 14:22 UTC  (3+ messages)
` ✓ Fi.CI.IGT: "
` [PATCH] "

[PATCH v14 00/12] drm/i915: Vulkan performance query support
 2019-09-05 14:11 UTC  (14+ messages)
` [PATCH v14 01/12] drm/i915: introduce a mechanism to extend execbuf2
` [PATCH v14 02/12] drm/i915: add syncobj timeline support
` [PATCH v14 03/12] drm/i915/perf: drop list of streams
` [PATCH v14 04/12] drm/i915/perf: store the associated engine of a stream
` [PATCH v14 05/12] drm/i915/perf: introduce a versioning of the i915-perf uapi
` [PATCH v14 06/12] drm/i915/perf: allow for CS OA configs to be created lazily
` [PATCH v14 07/12] drm/i915/perf: implement active wait for noa configurations
` [PATCH v14 08/12] drm/i915: add wait flags to i915_active_request_retire
` [PATCH v14 09/12] drm/i915/perf: execute OA configuration from command stream
` [PATCH v14 10/12] drm/i915: add a new perf configuration execbuf parameter
` [PATCH v14 11/12] drm/i915/perf: allow holding preemption on filtered ctx
` [PATCH v14 12/12] drm/i915: add support for perf configuration queries
` ✗ Fi.CI.BUILD: failure for drm/i915: Vulkan performance query support (rev15)

[PATCH v5 0/3] Send a hotplug when edid changes
 2019-09-05 13:44 UTC  (7+ messages)
` [PATCH v5 1/3] drm: Add helper to compare edids
` [PATCH v5 2/3] drm: Introduce change counter to drm_connector
` [PATCH v5 3/3] drm/i915: Send hotplug event if edid had changed
` ✗ Fi.CI.CHECKPATCH: warning for Send a hotplug when edid changes (rev6)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Convert ICL-style DSI to use phy namespace
 2019-09-05 13:00 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 00/15] drm/i915: Expose margin connector properties for underscan
 2019-09-05 12:52 UTC  (26+ messages)
` [PATCH 01/15] drm/edid: Add drm_hdmi_avi_infoframe_bars()
` [PATCH 02/15] drm/i915: Parametrize PFIT_PIPE
` [PATCH 03/15] drm/i915: Replace some accidental I915_READ_FW()s with the normal version
` [PATCH 04/15] drm/i915: Fix skl+ non-scaled pfit modes
` [PATCH 05/15] drm/i915: Flatten a bunch of the pfit functions
` [PATCH 06/15] drm/i915: Use drm_rect to store the pfit window pos/size
` [PATCH 07/15] drm/i915: Check pipe source size against pfit limits
  ` [PATCH v2 "
` [PATCH 08/15] drm/i915: Check pfit scaling factors
  ` [PATCH v2 "
` [PATCH 09/15] drm/i915: Check pfit minimum timings
  ` [PATCH v2 "
` [PATCH 10/15] drm/i915: s/pipe_config/crtc_state/ in pfit functions
` [PATCH 11/15] drm/i915: Pass connector state to pfit calculations
` [PATCH 12/15] drm/i915: Have pfit calculations return an error code
` [PATCH 13/15] drm/i915: Expose margin properties on ilk+ HDMI
` [PATCH 14/15] drm/i915: Expose margin properties on ilk+ DP SST
` [PATCH 15/15] drm/i915: Expose margin properties on DP MST
` ✗ Fi.CI.SPARSE: warning for drm/i915: Expose margin connector properties for underscan
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
` ✗ Fi.CI.SPARSE: warning for drm/i915: Expose margin connector properties for underscan (rev4)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/4] drm/i915: deconflate display disable from no display
 2019-09-05 12:28 UTC  (10+ messages)
` [PATCH 1/4] drm/i915: add INTEL_NUM_PIPES() and use it
` [PATCH 2/4] drm/i915: convert device info num_pipes to pipe_mask
` [PATCH 3/4] drm/i915: introduce INTEL_DISPLAY_ENABLED()
` [PATCH 4/4] drm/i915: stop conflating HAS_DISPLAY() and disabled display

[PATCH i-g-t] lib: Don't use full reset on simulated hardware
 2019-09-05 12:07 UTC 

[PATCH v4 0/3] Send a hotplug when edid changes
 2019-09-05 11:21 UTC  (6+ messages)
` [PATCH v4 1/3] drm: Add helper to compare edids
` [PATCH v4 2/3] drm: Introduce change counter to drm_connector
` [PATCH v4 3/3] drm/i915: Send hotplug event if edid had changed

[PATCH 00/19] drm/i915: Plane cdclk requirements and fp16 for gen4+
 2019-09-05 11:00 UTC  (8+ messages)
` [PATCH 02/19] drm/atomic-helper: Make crtc helper funcs optional
` [PATCH 03/19] drm/i915: Remove pointless planes_changed=true assignment
` [PATCH 08/19] drm/i915: Stop using drm_atomic_helper_check_planes()

[PATCH 1/2] drm/i915: Apply FBC WA for TGL too
 2019-09-05 10:51 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/mst: Do not hardcoded the crtcs that encoder can connect
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Apply FBC WA for TGL too
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Don't unwedge if reset is disabled
 2019-09-05 10:50 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Prune 2560x2880 mode for 5K tiled dual DP monitors
 2019-09-05  5:33 UTC  (11+ messages)

[BACKPORT 4.14.y 0/8] Candidates from Spreadtrum 4.14 product kernel
 2019-09-05  1:47 UTC  (6+ messages)
` [BACKPORT 4.14.y 1/8] drm/i915/fbdev: Actually configure untiled displays

[PATCH 0/6] Tiger Lake batch 3.5 v2
 2019-09-05  0:13 UTC  (12+ messages)
` [PATCH 1/6] drm/i915/psr: Only handle interruptions of the transcoder in use
` [PATCH 2/6] drm/i915/tgl: Access the right register when handling PSR interruptions
` [PATCH 3/6] drm/i915: protect access to DP_TP_* on non-dp
` [PATCH 4/6] drm/i915/tgl: move DP_TP_* to transcoder
` [PATCH 5/6] drm/i915/tgl: disable SAGV temporarily
` [PATCH 6/6] drm/i915/tgl: add gen12 to stolen initialization
` ✗ Fi.CI.CHECKPATCH: warning for Tiger Lake batch 3.5 (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3 0/7] Tiger Lake batch 3.5
 2019-09-04 21:04 UTC  (20+ messages)
` [PATCH v3 1/7] drm/i915/psr: Only handle interruptions of the transcoder in use
` [PATCH v3 3/7] drm/i915: protect access to DP_TP_* on non-dp
` [PATCH v3 4/7] drm/i915/tgl: move DP_TP_* to transcoder
` [PATCH v3 5/7] drm/i915/tgl: disable SAGV temporarily
` [PATCH v3 6/7] drm/i915/tgl: add gen12 to stolen initialization

[PATCH] drm/i915: disable set/get_tiling ioctl on gen12+
 2019-09-04 19:56 UTC  (16+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: disable set/get_tiling ioctl on gen12+ (rev2)

[PATCH 0/2] drm/i915: Engine relative MMIO
 2019-09-04 19:33 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Engine relative MMIO (rev7)

[PATCH] drm/i915: Document locking guidelines
 2019-09-04 16:55 UTC  (2+ messages)

[PATCH v6 0/5] EHL port programming
 2019-09-04 16:47 UTC  (5+ messages)
` [PATCH v6 3/5] drm/i915/gen11: Convert combo PHY logic to use new 'enum phy' namespace

[PATCH v11 00/10] drm/i915: Vulkan performance query support
 2019-09-04 16:08 UTC  (4+ messages)
` [PATCH v11 01/10] drm/syncobj: add sideband payload

[PATCH] Revert "drm/i915: Fix DP-MST crtc_mask"
 2019-09-04 15:57 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for "

[RFC 0/2] Enable Nearest-neighbor for Integer mode scaling
 2019-09-04 15:17 UTC  (12+ messages)
` [RFC 1/2] drm/i915: Indicate integer up-scaling ratios
` [RFC 2/2] drm/i915: Pick nearest-neighbor mode for integer scaling ratios

[PATCH] drm/i915: Protect debugfs per_file_stats with RCU lock
 2019-09-04 13:19 UTC  (3+ messages)

[PATCH] drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+
 2019-09-04 12:35 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+ (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 1/2] linux/kernel.h: add yesno(), onoff(), enableddisabled(), plural() helpers
 2019-09-04 10:47 UTC  (3+ messages)

[PATCH 1/5] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
 2019-09-04 10:33 UTC  (2+ messages)

[PATCH v4 00/10] DSB enablement
 2019-09-04 10:30 UTC  (4+ messages)
` [PATCH v4 08/10] drm/i915/dsb: Enable gamma lut programming using DSB

[PATCH] drm/i915: Fix corruption lines on the screen on Gen9 chromebooks
 2019-09-04 10:21 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix corruption lines on the screen on Gen9 chromebooks (rev3)
` ✗ Fi.CI.BAT: failure "

[PATCH v3 0/3] Send a hotplug when edid changes
 2019-09-04 10:14 UTC  (14+ messages)

[v10][PATCH 0/8] drm/i915: adding state checker for gamma lut values
 2019-09-04  9:45 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: adding state checker for gamma lut values (rev14)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: If the first pin in map_ggtt doesn't success, try again
 2019-09-04  9:05 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Fix corruption lines on the screen on Gen9 chromebooks
 2019-09-04  8:44 UTC 

[PATCH] drm/i915: Fix corruption lines on the screen on Gen9 chromebooks
 2019-09-04  8:30 UTC  (3+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH] drm/i915/execlists: Ignore lost completion events
 2019-09-04  7:16 UTC  (2+ messages)

[PATCH i-g-t 3/6] i915/gem_tiled_swapped: Tweak mlocked size
 2019-09-04  6:47 UTC  (3+ messages)
` [PATCH i-g-t] i915/gem_tiled_swapping: "

PR - HuC Updates and ICL DMC v1.09
 2019-09-03 22:24 UTC 

[PATCH v2 00/27] DP MST Refactors + debugging tools + suspend/resume reprobing
 2019-09-03 20:46 UTC  (2+ messages)
` [PATCH v2 25/27] drm/dp_mst: Add basic topology reprobing when resuming


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