messages from 2019-08-25 06:03:39 to 2019-08-27 10:50:12 UTC [more...]
[PATCH v10 0/6] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+
2019-08-27 10:50 UTC (5+ messages)
` [PATCH v10 1/6] drm/i915: mei_hdcp: I915 sends ddi index as per ME FW
` [PATCH v10 2/6] drm: Move port definition back to i915 header
` [PATCH v10 3/6] drm: Extend I915 mei interface for transcoder info
` [PATCH v10 4/6] misc/mei/hdcp: Fill transcoder index in port info
[PATCH] drm/i915: Prune 2560x2880 mode for 5K tiled dual DP monitors
2019-08-27 10:34 UTC (5+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH v9 0/6] drm/i915: Enable HDCP 1.4 and 2.2 on Gen12+
2019-08-27 10:01 UTC (22+ messages)
` [PATCH v9 1/6] drm/i915: mei_hdcp: I915 sends ddi index as per ME FW
` [PATCH v9 2/6] drm: Move port definition back to i915 header
` [PATCH v9 3/6] drm: Extend I915 mei interface for transcoder info
` [PATCH v9 4/6] misc/mei/hdcp: Fill transcoder index in port info
` [PATCH v9 5/6] drm/i915/hdcp: update current transcoder into intel_hdcp
` [PATCH v9 6/6] drm/i915/hdcp: Enable HDCP 1.4 and 2.2 on Gen12+
[PATCH] drm/i915/selftests: Markup impossible error pointers
2019-08-27 9:56 UTC (2+ messages)
[bug report] drm/i915/selftests: Teach igt_gpu_fill_dw() to take intel_context
2019-08-27 9:45 UTC (2+ messages)
[RFC PATCH] iommu/vt-d: Fix IOMMU field not populated on device hot re-plug
2019-08-27 9:35 UTC (5+ messages)
[PATCH] drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmap
2019-08-27 9:31 UTC (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH] drm/i915: Clean up HDMI deep color handling a bit
2019-08-27 9:30 UTC (2+ messages)
[PATCH 01/28] drm/i915/selftests: Add the usual batch vma managements to st_workarounds
2019-08-27 9:19 UTC (40+ messages)
` [PATCH 02/28] drm/i915/selftests: Remove accidental serialization between gpu_fill
` [PATCH 03/28] drm/i915/selftests: Try to recycle context allocations
` [PATCH 04/28] drm/i915/gtt: Downgrade Baytrail back to aliasing-ppgtt
` [PATCH 05/28] drm/i915/gtt: Downgrade Cherryview "
` [PATCH 06/28] drm/i915: Protect our local workers against I915_FENCE_TIMEOUT
` [PATCH 07/28] drm/i915: Force PD reload on any PD update
` [PATCH 08/28] drm/i915: Replace obj->pin_global with obj->frontbuffer
` [PATCH 09/28] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
` [PATCH 10/28] drm/mm: Pack allocated/scanned boolean into a bitfield
` [PATCH 11/28] drm/i915: Make shrink/unshrink be atomic
` [PATCH 12/28] drm/i915: Only track bound elements of the GTT
` [PATCH 13/28] drm/i915: Make i915_vma.flags atomic_t for mutex reduction
` [PATCH 14/28] drm/i915: Mark up address spaces that may need to allocate
` [PATCH 15/28] drm/i915: Pull i915_vma_pin under the vm->mutex
` [PATCH 16/28] drm/i915: Push the i915_active.retire into a worker
` [PATCH 17/28] drm/i915: Coordinate i915_active with its own mutex
` [PATCH 18/28] drm/i915: Move idle barrier cleanup into engine-pm
` [PATCH 19/28] drm/i915: Drop struct_mutex from around i915_retire_requests()
` [PATCH 20/28] drm/i915: Merge wait_for_timelines with retire_request
` [PATCH 21/28] drm/i915: Serialise the fill BLT with the vma pinning
` [PATCH 22/28] drm/i915/execlists: Always request completion before marking an error
` [PATCH 23/28] drm/i915: Only enqueue already completed requests
` [PATCH 24/28] drm/i915/execlists: Force preemption
` [PATCH 25/28] drm/i915: Mark up "sentinel" requests
` [PATCH 26/28] drm/i915/execlists: Cancel banned contexts on schedule-out
` [PATCH 27/28] drm/i915: Cancel non-persistent contexts on close
` [PATCH 28/28] drm/i915: Replace hangcheck by heartbeats
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/28] drm/i915/selftests: Add the usual batch vma managements to st_workarounds
` ✗ Fi.CI.BAT: failure "
[PATCH 0/2] New cdclk values for gen11+
2019-08-27 9:19 UTC (4+ messages)
` [PATCH 1/2] drm/i915: Allow /2 CD2X divider on gen11+
` [PATCH 2/2] drm/i915: Add 324mhz and 326.4mhz cdclks for gen11+
` ✓ Fi.CI.BAT: success for New cdclk values "
[CI 1/8] drm/i915/tgl: Guard and warn if more than one eDP panel is present
2019-08-27 9:07 UTC (10+ messages)
` [CI 2/8] drm/i915: Do not read PSR2 register in transcoders without PSR2
` [CI 3/8] drm/i915/tgl: Add maximum resolution supported by PSR2 HW
` [CI 4/8] drm: Add for_each_oldnew_intel_crtc_in_state_reverse()
` [CI 5/8] drm/i915: Disable pipes in reverse order
` [CI 6/8] drm/i915/tgl: Implement TGL DisplayPort training sequence
` [CI 7/8] drm/i915/tgl: Do not apply WaIncreaseDefaultTLBEntries from GEN12 onwards
` [CI 8/8] drm/i915/tgl/perf: use the same oa ctx_id format as icl
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/8] drm/i915/tgl: Guard and warn if more than one eDP panel is present
` ✓ Fi.CI.BAT: success "
[PATCH v2] drm/i915/tgl: Gen-12 display loses Yf tiling and legacy CCS support
2019-08-27 8:45 UTC
[PATCH i-g-t] i915/gem_mmap_gtt: Race mmap offset generation against closure
2019-08-27 8:41 UTC (3+ messages)
` [igt-dev] "
[PATCH 1/5] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
2019-08-27 8:31 UTC (15+ messages)
` [PATCH 2/5] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
` [PATCH 3/5] drm/i915: Add cpu fault handler for mmap_offset
` [PATCH 4/5] drm/i915: define HAS_MAPPABLE_APERTURE
` [PATCH 5/5] drm/i915: cpu-map based dumb buffers
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH RESEND 00/14] Next round of associating ddc adapters with connectors
2019-08-26 22:15 UTC (19+ messages)
` [PATCH RESEND 01/14] drm/bridge: ti-tfp410: Update drm_connector_init_with_ddc() error message
` [PATCH RESEND 02/14] drm/radeon: Provide ddc symlink in connector sysfs directory
` [PATCH RESEND 04/14] drm/exynos: Provide ddc symlink in connector's sysfs
` [PATCH RESEND 05/14] drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
` [PATCH RESEND 08/14] drm/mediatek: Provide ddc symlink in hdmi connector "
` [PATCH RESEND 09/14] drm/tegra: Provide ddc symlink in output "
` [PATCH RESEND 10/14] drm/vc4: Provide ddc symlink in "
` [PATCH RESEND 11/14] drm: zte: Provide ddc symlink in hdmi "
` [PATCH RESEND 12/14] drm: zte: Provide ddc symlink in vga "
` [PATCH RESEND 13/14] drm/tilcdc: Provide ddc symlink in "
` [PATCH RESEND 03/14] drm/amdgpu: Provide ddc symlink in dm connector's "
` [PATCH RESEND 06/14] drm: rockchip: Provide ddc symlink in inno_hdmi "
` [PATCH RESEND 07/14] drm/msm/hdmi: Provide ddc symlink in hdmi connector "
` [PATCH RESEND 14/14] drm/i915: "
` ✗ Fi.CI.CHECKPATCH: warning for Next round of associating ddc adapters with connectors
` ✓ Fi.CI.BAT: success "
[PATCH v2 0/6] drm/i915/dp: Support for DP HDR outputs
2019-08-26 19:45 UTC (13+ messages)
` [PATCH v2 1/6] drm/i915/dp: Extend program of VSC Header and DB for Colorimetry Format
` [PATCH v2 2/6] drm/i915/dp: Add support of BT.2020 Colorimetry to DP MSA
` [PATCH v2 3/6] drm: Add DisplayPort colorspace property
` [PATCH v2 4/6] drm/i915/dp: Attach "
` [PATCH v2 5/6] drm/i915/dp: Program an Infoframe SDP Header and DB for HDR Static Metadata
` [PATCH v2 6/6] drm/i915/dp: Attach HDR metadata property to DP connector
[PATCH v8 1/6] drm/dp_mst: Add PBN calculation for DSC modes
2019-08-26 18:36 UTC (2+ messages)
[PATCH] drm/i915: use a separate context for gpu relocs
2019-08-26 18:12 UTC (5+ messages)
[PATCH v2] drm/i915: add port info to debugfs
2019-08-26 17:51 UTC (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: add port info to debugfs (rev2)
` ✓ Fi.CI.BAT: success "
[PATCH v3 00/23] Tiger Lake batch 3
2019-08-26 17:43 UTC (20+ messages)
` [PATCH v3 03/23] drm/i915/psr: Only handle interruptions of the transcoder in use
` [PATCH v3 04/23] drm/i915/bdw+: Enable PSR in any eDP port
` [PATCH v3 05/23] drm/i915: Guard and warn if more than one eDP panel is present
` [PATCH v3 06/23] drm/i915: Do not read PSR2 register in transcoders without PSR2
` [PATCH v3 08/23] drm/i915/tgl: Access the right register when handling PSR interruptions
` [PATCH v3 09/23] drm/i915/tgl: Add maximum resolution supported by PSR2 HW
[PATCH] drm/i915/selftests: Ignore coherency failures on Broadwater
2019-08-26 17:32 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 00/10] drm/i915: Bigjoiner preparations
2019-08-26 16:50 UTC (6+ messages)
` [PATCH 01/10] drm/i915/dp: Fix dsc bpp calculations
` [Intel-gfx] "
[PATCH v7 1/6] drm/dp_mst: Add PBN calculation for DSC modes
2019-08-26 15:17 UTC
[PATCH v6 1/6] drm/dp_mst: Add PBN calculation for DSC modes
2019-08-26 14:08 UTC
[PATCH v3 1/7] drm: move DP_MAX_DOWNSTREAM_PORTS from i915 to drm core
2019-08-26 13:22 UTC (4+ messages)
` [PATCH v3 2/7] drm: always determine branch device with drm_dp_is_branch()
` [PATCH v3 3/7] drm: report dp downstream port type as a subconnector property
` [PATCH v3 4/7] drm/i915: utilize subconnector property for DP
[PATCH v7 0/9] drm: cec: convert DRM drivers to the new notifier API
2019-08-26 12:08 UTC (10+ messages)
` [PATCH v7 1/9] drm_dp_cec: add connector info support
` [PATCH v7 2/9] drm/i915/intel_hdmi: use cec_notifier_conn_(un)register
[PATCH] drm/i915/tgl: Add sysfs interface to control class-of-service
2019-08-26 9:17 UTC (9+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915/tgl: Add sysfs interface to control class-of-service (rev2)
` ✗ Fi.CI.IGT: failure for drm/i915/tgl: Add sysfs interface to control class-of-service
` ✓ Fi.CI.IGT: success for drm/i915/tgl: Add sysfs interface to control class-of-service (rev2)
[v8][PATCH 00/10] drm/i915: adding state checker for gamma lut value
2019-08-26 9:13 UTC (13+ messages)
` [v8][PATCH 01/10] drm/i915/display: Add func to get gamma bit precision
` [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 10/10] FOR_TESTING_ONLY: Print rgb values of hw and sw blobs
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: adding state checker for gamma lut value
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v2] drm/i915: to make vgpu ppgtt notificaiton as atomic operation
2019-08-26 3:12 UTC (4+ messages)
linux-next: manual merge of the drm tree with the drm-misc-fixes tree
2019-08-26 3:06 UTC
[PATCH] dma-buf: Give dma-fence-array distinct lockclasses
2019-08-25 18:09 UTC (5+ messages)
` ✓ Fi.CI.IGT: success for "
[PATCH] dma-buf: Extend selftests to exercise dma-fence-array
2019-08-25 16:37 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for "
[PATCH] drm/i915/selftests: Add the usual batch vma managements to st_workarounds
2019-08-25 13:35 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for "
[CI] drm/i915/selftests: Teach igt_gpu_fill_dw() to take intel_context
2019-08-25 8:17 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/selftests: Teach igt_gpu_fill_dw() to take intel_context (rev5)
[PATCH v4] drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()
2019-08-25 6:03 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for "
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