messages from 2019-08-28 14:01:28 to 2019-08-29 13:48:17 UTC [more...]
[PATCH v3 00/11] DSB enablement
2019-08-29 13:48 UTC (27+ messages)
` [PATCH v3 01/11] drm/i915/dsb: feature flag added for display state buffer
` [PATCH v3 02/11] drm/i915/dsb: DSB context creation
` [PATCH v3 03/11] drm/i915/dsb: single register write function for DSB
` [PATCH v3 04/11] drm/i915/dsb: Indexed "
` [PATCH v3 05/11] drm/i915/dsb: Register definition of DSB registers
` [PATCH v3 07/11] drm/i915/dsb: functions to enable/disable DSB engine
` [PATCH v3 08/11] drm/i915/dsb: function to trigger workload execution of DSB
` [PATCH v3 09/11] drm/i915/dsb: Documentation for DSB
` [PATCH v3 10/11] drm/i915/dsb: Enable gamma lut programming using DSB
` ✓ Fi.CI.IGT: success for DSB enablement. (rev3)
[PATCH v3 3/7] drm: report dp downstream port type as a subconnector property
2019-08-29 13:09 UTC (9+ messages)
` [PATCH v3 4/7] drm/i915: utilize subconnector property for DP
` [PATCH v4 1/7] drm: move DP_MAX_DOWNSTREAM_PORTS from i915 to drm core
` [PATCH v4 2/7] drm: always determine branch device with drm_dp_is_branch()
` [PATCH v4 3/7] drm: report dp downstream port type as a subconnector property
` [PATCH v4 4/7] drm/i915: utilize subconnector property for DP
[PATCH i-g-t 1/4] igt/kms_flip_tiling: Check GEM availability before use
2019-08-29 13:05 UTC (4+ messages)
` [PATCH i-g-t 2/4] igt/kms_draw_crc: Test for a working GPU first
` [PATCH i-g-t 3/4] igt/gem_blits: Check for blitter support before use
` [PATCH i-g-t 4/4] igt/kms_frontbuffer_tracking: Skip over IGT_DRAW_BLT when there's no BLT
[PATCH] RFC drm/i915: Put future HW and their uAPIs under STAGING & BROKEN
2019-08-29 13:03 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH] drm/i915: Limit MST to <= 8bpc once again
2019-08-29 12:55 UTC (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[PATCH] drm/i915: add Type-C port to encoder name
2019-08-29 12:49 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH v3 0/7] Tiger Lake batch 3.5
2019-08-29 12:18 UTC (11+ messages)
` [PATCH v3 1/7] drm/i915/psr: Only handle interruptions of the transcoder in use
` [PATCH v3 2/7] drm/i915/tgl: Access the right register when handling PSR interruptions
` [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 v3 7/7] FIXME: drm/i915/tgl: Register state context definition for Gen12
` ✗ Fi.CI.CHECKPATCH: warning for Tiger Lake batch 3.5
` ✓ Fi.CI.BAT: success "
Gratiutuous struct_mutex elimination
2019-08-29 12:11 UTC (40+ messages)
` [PATCH 01/36] drm/i915/execlists: Try rearranging breadcrumb flush
` [PATCH 02/36] drm/i915/gtt: Downgrade Baytrail back to aliasing-ppgtt
` [PATCH 03/36] drm/i915/gtt: Downgrade Cherryview "
` [PATCH 04/36] drm/i915: Remove ppgtt->dirty_engines
` [PATCH 05/36] drm/i915: Use RCU for unlocked vm_idr lookup
` [PATCH 06/36] drm/i915: Replace obj->pin_global with obj->frontbuffer
` [PATCH 07/36] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
` [PATCH 08/36] drm/mm: Pack allocated/scanned boolean into a bitfield
` [PATCH 09/36] drm/i915: Make shrink/unshrink be atomic
` [PATCH 10/36] drm/i915: Only track bound elements of the GTT
` [PATCH 11/36] drm/i915: Make i915_vma.flags atomic_t for mutex reduction
` [PATCH 12/36] drm/i915: Mark up address spaces that may need to allocate
` [PATCH 13/36] drm/i915: Pull i915_vma_pin under the vm->mutex
` [PATCH 14/36] drm/i915: Push the i915_active.retire into a worker
` [PATCH 15/36] drm/i915: Coordinate i915_active with its own mutex
` [PATCH 16/36] drm/i915: Move idle barrier cleanup into engine-pm
` [PATCH 17/36] drm/i915: Drop struct_mutex from around i915_retire_requests()
` [PATCH 18/36] drm/i915: Remove the GEM idle worker
` [PATCH 19/36] drm/i915: Merge wait_for_timelines with retire_request
` [PATCH 20/36] drm/i915: Move request runtime management onto gt
` [PATCH 21/36] drm/i915: Move global activity tracking from GEM to GT
` [PATCH 22/36] drm/i915: Serialise the fill BLT with the vma pinning
` [PATCH 23/36] drm/i915/execlists: Always request completion before marking an error
` [PATCH 24/36] drm/i915: Only enqueue already completed requests
` [PATCH 25/36] drm/i915/execlists: Force preemption
` [PATCH 26/36] drm/i915: Mark up "sentinel" requests
` [PATCH 27/36] drm/i915/execlists: Cancel banned contexts on schedule-out
` [PATCH 28/36] drm/i915: Cancel non-persistent contexts on close
` [PATCH 29/36] drm/i915: Replace hangcheck by heartbeats
` [PATCH 30/36] drm/i915/pmu: Use GT parked for estimating RC6 while asleep
` [PATCH 31/36] drm/i915: Remove logical HW ID
` [PATCH 32/36] drm/i915: Move context management under GEM
` [PATCH 33/36] drm/i915/overlay: Drop struct_mutex guard
` [PATCH 34/36] drm/i915: Drop struct_mutex from suspend state save/restore
` [PATCH 35/36] drm/i915/selftest: Drop vestigal struct_mutex guards
` [PATCH 36/36] drm/i915: Drop struct_mutex from around GEM initialisation
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/36] drm/i915/execlists: Try rearranging breadcrumb flush
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
[PATCH] drm/i915: Prune 2560x2880 mode for 5K tiled dual DP monitors
2019-08-29 11:36 UTC (8+ messages)
[PATCH 0/2] Transcoder Port Sync preparation refactoring/renaming
2019-08-29 11:19 UTC (13+ messages)
` [PATCH 1/2] drm/i915/display: Rename update_crtcs() to commit_modeset_enables()
` [PATCH 2/2] drm/i915/display: Move the commit_tail() disable sequence to commit_modeset_disables() hook
` [PATCH v2 2/2] drm/i915/display: Move the commit_tail() disable sequence to separate function
` ✗ Fi.CI.CHECKPATCH: warning for Transcoder Port Sync preparation refactoring/renaming (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: success for Transcoder Port Sync preparation refactoring/renaming
` ✓ Fi.CI.IGT: success for Transcoder Port Sync preparation refactoring/renaming (rev2)
[PATCH] drm/i915: Clean up HDMI deep color handling a bit
2019-08-29 10:30 UTC (5+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Clean up HDMI deep color handling a bit (rev2)
[PATCH v2] drm/i915: add port info to debugfs
2019-08-29 10:29 UTC (5+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: add port info to debugfs (rev2)
[PATCH v12 0/6] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+
2019-08-29 10:28 UTC (14+ messages)
` [PATCH v12 1/6] drm/i915: mei_hdcp: I915 sends ddi index as per ME FW
` [PATCH v12 2/6] drm: Move port definition back to i915 header
` [PATCH v12 3/6] drm: Extend I915 mei interface for transcoder info
` [PATCH v12 4/6] misc/mei/hdcp: Fill transcoder index in port info
` [PATCH v12 5/6] drm/i915/hdcp: update current transcoder into intel_hdcp
` [PATCH v12 6/6] drm/i915/hdcp: Enable HDCP 1.4 and 2.2 on Gen12+
` ✓ Fi.CI.BAT: success for drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ (rev10)
[PATCH 0/3] Add/modify checks within intel_uc_fini_hw
2019-08-29 10:26 UTC (5+ messages)
` [PATCH 1/3] drm/i915/uc: Extract common code from GuC stop/disable comm
` ✓ Fi.CI.IGT: success for Add/modify checks within intel_uc_fini_hw
[PATCH 0/2] Add module parameter to reduce engine instances
2019-08-29 10:16 UTC (5+ messages)
` [PATCH 2/2] drm/i915: Add ring_mask module parameter
` ✓ Fi.CI.IGT: success for Add module parameter to reduce engine instances
linux-next: manual merge of the drm tree with the drm-misc-fixes tree
2019-08-29 10:11 UTC (2+ messages)
[CI 1/2] drm/i915/selftests: Remove accidental serialization between gpu_fill
2019-08-29 9:45 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,1/2] drm/i915/selftests: Remove accidental serialization between gpu_fill (rev2)
[PATCH v11 0/6] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+
2019-08-29 9:23 UTC (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+ (rev9)
` ✓ Fi.CI.BAT: success "
[RFC PATCH] iommu/vt-d: Fix IOMMU field not populated on device hot re-plug
2019-08-29 9:08 UTC (7+ messages)
[PATCH v2] drm/i915: use a separate context for gpu relocs
2019-08-29 9:00 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: use a separate context for gpu relocs (rev2)
[PATCH v11 00/10] drm/i915: Vulkan performance query support
2019-08-29 6:58 UTC (23+ messages)
` [PATCH v11 01/10] drm/syncobj: add sideband payload
` [PATCH v11 02/10] drm/i915: introduce a mechanism to extend execbuf2
` [PATCH v11 03/10] drm/i915: add syncobj timeline support
` [PATCH v11 04/10] drm/i915/perf: introduce a versioning of the i915-perf uapi
` [PATCH v11 05/10] drm/i915/perf: allow for CS OA configs to be created lazily
` [PATCH v11 06/10] drm/i915/perf: implement active wait for noa configurations
` [PATCH v11 07/10] drm/i915: add a new perf configuration execbuf parameter
` [PATCH v11 08/10] drm/i915/perf: allow holding preemption on filtered ctx
` [PATCH v11 09/10] drm/i915/perf: execute OA configuration from command stream
` [PATCH v11 10/10] drm/i915: add support for perf configuration queries
` ✗ Fi.CI.BUILD: failure for drm/i915: Vulkan performance query support (rev11)
` ✗ Fi.CI.BAT: failure for drm/i915: Vulkan performance query support (rev12)
[PATCH] drm/i915: disable set/get_tiling ioctl on gen12+
2019-08-29 6:50 UTC (10+ messages)
[PULL] drm-intel-fixes
2019-08-29 6:37 UTC
[PATCH v3 00/23] Tiger Lake batch 3
2019-08-29 0:33 UTC (11+ messages)
` [PATCH v3 03/23] drm/i915/psr: Only handle interruptions of the transcoder in use
` [PATCH v3 19/23] drm/i915/tgl: Gen-12 display loses Yf tiling and legacy CCS support
` [PATCH v3 21/23] drm/i915/tgl: Gen-12 render decompression
PR-ICL DMC v1.09
2019-08-28 22:51 UTC
Workqueue - warning splat
2019-08-28 22:01 UTC (3+ messages)
` [Intel-gfx] "
[v8][PATCH 00/10] drm/i915: adding state checker for gamma lut value
2019-08-28 21:48 UTC (19+ messages)
` [v8][PATCH 02/10] drm/i915/display: Add debug log for color parameters
` [v8][PATCH 03/10] drm/i915/display: Add func to compare hw/sw gamma lut
` [v8][PATCH 04/10] drm/i915/display: Add macro to compare gamma hw/sw lut
` [v8][PATCH 05/10] drm/i915/display: Extract i9xx_read_luts()
` [v8][PATCH 06/10] drm/i91/display: Extract i965_read_luts()
` [v8][PATCH 09/10] drm/i915/display: Extract glk_read_luts()
` [v8][PATCH 07/10] drm/i915/display: Extract chv_read_luts()
` [v8][PATCH 08/10] drm/i915/display: Extract ilk_read_luts()
[PATCH] drm/i915: fix broadwell EU computation
2019-08-28 21:40 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: fix broadwell EU computation (rev2)
[PATCH] drm/i915/tgl: Enabling DSC on Pipe A for TGL
2019-08-28 20:12 UTC (2+ messages)
[PULL] drm-misc-fixes
2019-08-28 18:57 UTC
[PATCH] drm/i915/execlists: Flush the post-sync breadcrumb write harder
2019-08-28 18:09 UTC (4+ messages)
[PATCH i-g-t] i915/gem_exec_balancer: Beware the migratory fence
2019-08-28 17:42 UTC
[CI] drm/i915/selftests: Remove accidental serialization between gpu_fill
2019-08-28 17:10 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for "
[PATCH 01/28] drm/i915/selftests: Add the usual batch vma managements to st_workarounds
2019-08-28 17:01 UTC (3+ messages)
` [PATCH 06/28] drm/i915: Protect our local workers against I915_FENCE_TIMEOUT
[PATCH] drm/i915: Align power domain names with port names
2019-08-28 16:39 UTC (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Align power domain names with port names (rev2)
[PATCH v2] drm/i915/tgl: Gen-12 display loses Yf tiling and legacy CCS support
2019-08-28 16:25 UTC (2+ messages)
[PATCH i-g-t] i915/gem_exec_schedule: Switch reorder-wide to sw_sync
2019-08-28 16:18 UTC
[PATCH] drm/i915/selftests: Ignore coherency failures on Broadwater
2019-08-28 16:08 UTC (2+ messages)
[PATCH i-g-t] i915/gem_exec_big: Sync against asynchronous relocations
2019-08-28 15:57 UTC (2+ messages)
linux-next: build failure after merge of the drm-misc tree
2019-08-28 15:27 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH v7 0/9] drm: cec: convert DRM drivers to the new notifier API
2019-08-28 15:05 UTC (3+ messages)
` [PATCH v7 1/9] drm_dp_cec: add connector info support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox