messages from 2020-11-01 07:00:36 to 2020-11-03 10:34:23 UTC [more...]
[Intel-gfx] [patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
2020-11-03 9:27 UTC (38+ messages)
` [Intel-gfx] [patch V3 01/37] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [Intel-gfx] [patch V3 02/37] highmem: Remove unused functions
` [Intel-gfx] [patch V3 03/37] fs: Remove asm/kmap_types.h includes
` [Intel-gfx] [patch V3 04/37] sh/highmem: Remove all traces of unused cruft
` [Intel-gfx] [patch V3 05/37] asm-generic: Provide kmap_size.h
` [Intel-gfx] [patch V3 06/37] highmem: Provide generic variant of kmap_atomic*
` [Intel-gfx] [patch V3 07/37] highmem: Make DEBUG_HIGHMEM functional
` [Intel-gfx] [patch V3 08/37] x86/mm/highmem: Use generic kmap atomic implementation
` [Intel-gfx] [patch V3 09/37] arc/mm/highmem: "
` [Intel-gfx] [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic
` [Intel-gfx] [patch V3 11/37] csky/mm/highmem: "
` [Intel-gfx] [patch V3 12/37] microblaze/mm/highmem: "
` [Intel-gfx] [patch V3 13/37] mips/mm/highmem: "
` [Intel-gfx] [patch V3 14/37] nds32/mm/highmem: "
` [Intel-gfx] [patch V3 15/37] powerpc/mm/highmem: "
` [Intel-gfx] [patch V3 16/37] sparc/mm/highmem: "
` [Intel-gfx] [patch V3 17/37] xtensa/mm/highmem: "
` [Intel-gfx] [patch V3 18/37] highmem: Get rid of kmap_types.h
` [Intel-gfx] [patch V3 19/37] mm/highmem: Remove the old kmap_atomic cruft
` [Intel-gfx] [patch V3 20/37] io-mapping: Cleanup atomic iomap
` [Intel-gfx] [patch V3 21/37] Documentation/io-mapping: Remove outdated blurb
` [Intel-gfx] [patch V3 22/37] highmem: High implementation details and document API
` [Intel-gfx] [patch V3 23/37] sched: Make migrate_disable/enable() independent of RT
` [Intel-gfx] [patch V3 24/37] sched: highmem: Store local kmaps in task struct
` [Intel-gfx] [patch V3 25/37] mm/highmem: Provide kmap_local*
` [Intel-gfx] [patch V3 26/37] io-mapping: Provide iomap_local variant
` [Intel-gfx] [patch V3 27/37] x86/crashdump/32: Simplify copy_oldmem_page()
` [Intel-gfx] [patch V3 28/37] mips/crashdump: "
` [Intel-gfx] [patch V3 29/37] ARM: mm: Replace kmap_atomic_pfn()
` [Intel-gfx] [patch V3 30/37] highmem: Remove kmap_atomic_pfn()
` [Intel-gfx] [patch V3 31/37] drm/ttm: Replace kmap_atomic() usage
` [Intel-gfx] [patch V3 32/37] drm/vmgfx: Replace kmap_atomic()
` [Intel-gfx] [patch V3 33/37] highmem: Remove kmap_atomic_prot()
` [Intel-gfx] [patch V3 34/37] drm/qxl: Replace io_mapping_map_atomic_wc()
` [Intel-gfx] [patch V3 35/37] drm/nouveau/device: "
` [Intel-gfx] [patch V3 36/37] drm/i915: "
` [Intel-gfx] [patch V3 37/37] io-mapping: Remove io_mapping_map_atomic_wc()
[Intel-gfx] [PATCH 1/2] drm/i915/gt: Expose more parameters for emitting writes into the ring
2020-11-03 10:12 UTC (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Flush xcs before tgl breadcrumbs
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/gt: Expose more parameters for emitting writes into the ring
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v4 0/7] Convert the intel iommu driver to the dma-iommu api
2020-11-03 9:58 UTC (9+ messages)
[Intel-gfx] linux-next: build warning after merge of the drm-misc-fixes tree
2020-11-03 9:36 UTC (2+ messages)
[Intel-gfx] [PATCH v4 00/61] drm/i915: Remove obj->mm.lock!
2020-11-03 9:09 UTC (36+ messages)
` [Intel-gfx] [PATCH v4 14/61] drm/i915: Reject UNSYNCHRONIZED for userptr
` [Intel-gfx] [PATCH v4 20/61] drm/i915: Rework clflush to work correctly without obj->mm.lock
` [Intel-gfx] [PATCH v4 27/61] drm/i915: Take obj lock around set_domain ioctl
` [Intel-gfx] [PATCH v4 28/61] drm/i915: Defer pin calls in buffer pool until first use by caller
` [Intel-gfx] [PATCH v4 29/61] drm/i915: Fix pread/pwrite to work with new locking rules
` [Intel-gfx] [PATCH v4 30/61] drm/i915: Fix workarounds selftest, part 1
` [Intel-gfx] [PATCH v4 31/61] drm/i915: Prepare for obj->mm.lock removal
` [Intel-gfx] [PATCH v4 32/61] drm/i915: Add igt_spinner_pin() to allow for ww locking around spinner
` [Intel-gfx] [PATCH v4 33/61] drm/i915: Add ww locking around vm_access()
` [Intel-gfx] [PATCH v4 34/61] drm/i915: Increase ww locking for perf
` [Intel-gfx] [PATCH v4 35/61] drm/i915: Lock ww in ucode objects correctly
` [Intel-gfx] [PATCH v4 36/61] drm/i915: Add ww locking to dma-buf ops
` [Intel-gfx] [PATCH v4 37/61] drm/i915: Add missing ww lock in intel_dsb_prepare
` [Intel-gfx] [PATCH v4 38/61] drm/i915: Fix ww locking in shmem_create_from_object
` [Intel-gfx] [PATCH v4 39/61] drm/i915: Use a single page table lock for each gtt
[Intel-gfx] [PATCH] drm/i915/tgl, rkl, dg1: Apply WA_1406941453 to TGL, RKL and DG1
2020-11-03 7:53 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 1/2] drm/i915/display: Support PSR Multiple Transcoders
2020-11-03 7:44 UTC (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/display: Support Multiple Transcoders' PSR status on debugfs
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/display: Support PSR Multiple Transcoders
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v14 00/13] End to end Big Joiner enabling
2020-11-03 7:34 UTC (18+ messages)
` [Intel-gfx] [PATCH v14 01/13] drm/i915/dp: Some reshuffling in mode_valid as prep for bigjoiner modes
` [Intel-gfx] [PATCH v14 02/13] drm/i915: Move encoder->get_config to a new function
` [Intel-gfx] [PATCH v14 03/13] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
` [Intel-gfx] [PATCH v14 04/13] drm/i915: Pass intel_atomic_state instead of drm_atomic_state
` [Intel-gfx] [PATCH v14 05/13] drm/i915/dp: Prep for bigjoiner atomic check
` [Intel-gfx] [PATCH v14 06/13] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3
` [Intel-gfx] [PATCH v14 07/13] drm/i915: Try to make bigjoiner work in atomic check
` [Intel-gfx] [PATCH v14 08/13] drm/i915/dp: Modify VDSC helpers to configure DSC for Bigjoiner slave
` [Intel-gfx] [PATCH v14 09/13] drm/i915/dp: Master/Slave enable/disable sequence for bigjoiner
` [Intel-gfx] [PATCH v14 10/13] drm/i915: HW state readout for Bigjoiner case
` [Intel-gfx] [PATCH v14 11/13] drm/i915: Link planes in a bigjoiner configuration, v3
` [Intel-gfx] [PATCH v14 12/13] drm/i915: Add bigjoiner aware plane clipping checks
` [Intel-gfx] [PATCH v14 13/13] drm/i915: Add debugfs dumping for bigjoiner, v3
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for End to end Big Joiner enabling
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH v5 1/6] drm/i915/dp: Some reshuffling in mode_valid as prep for bigjoiner modes
2020-11-03 7:25 UTC (12+ messages)
` [Intel-gfx] [PATCH v5 2/6] drm/i915: Move encoder->get_config to a new function
` [Intel-gfx] [PATCH v5 3/6] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
` [Intel-gfx] [PATCH v6 "
` [Intel-gfx] [PATCH v5 4/6] drm/i915: Pass intel_atomic_state instead of drm_atomic_state
` [Intel-gfx] [PATCH v5 5/6] drm/i915/dp: Prep for bigjoiner atomic check
` [Intel-gfx] [PATCH v5 6/6] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v5,1/6] drm/i915/dp: Some reshuffling in mode_valid as prep for bigjoiner modes
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v5,1/6] drm/i915/dp: Some reshuffling in mode_valid as prep for bigjoiner modes (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH] drm/i915/display: Use initial_fastset_check() to compute and apply the initial PSR state
2020-11-03 7:07 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v4 00/16] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
2020-11-03 7:05 UTC (17+ messages)
` [Intel-gfx] [PATCH v4 01/16] drm/i915/hdcp: Update CP property in update_pipe
` [Intel-gfx] [PATCH v4 02/16] drm/i915/hdcp: Get conn while content_type changed
` [Intel-gfx] [PATCH v4 06/16] drm/i915/hdcp: HDCP stream encryption support
` [Intel-gfx] [PATCH v4 07/16] drm/i915/hdcp: Enable Gen12 HDCP 1.4 DP MST support
` [Intel-gfx] [PATCH v4 12/16] drm/i915/hdcp: MST streams support in hdcp port_data
` [Intel-gfx] [PATCH v4 15/16] drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks
` [Intel-gfx] ✓ Fi.CI.IGT: success for HDCP 2.2 and HDCP 1.4 Gen12 DP MST support (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for HDCP 2.2 and HDCP 1.4 Gen12 DP MST support (rev3)
[Intel-gfx] linux-next: manual merge of the drm-misc tree with the amdgpu tree
2020-11-03 3:21 UTC
[Intel-gfx] [PATCH] drm/i915/ehl: Remove invalid PCI ID
2020-11-03 3:04 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/ehl: Remove invalid PCI ID (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH V2] drm/i915/jsl: Disable cursor clock gating in HDR mode
2020-11-03 0:01 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/jsl: Disable cursor clock gating in HDR mode (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH] drm/i915: Hold onto an explicit ref to i915_vma_work.pinned
2020-11-02 23:44 UTC (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH] drm/i915: Tweaked Wa_14010685332 for PCHs used on gen11 platforms
2020-11-02 23:34 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Tweaked Wa_14010685332 for PCHs used on gen11 platforms (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH v3 0/3] Reduce context clear batch size to avoid gpu hang
2020-11-02 19:57 UTC (9+ messages)
` [Intel-gfx] [PATCH v3 1/3] drm/i915: Introduce quirk QUIRK_RENDERCLEAR_REDUCED
` [Intel-gfx] [PATCH v3 2/3] drm/i915/display: Add function quirk_renderclear_reduced
` [Intel-gfx] [PATCH v3 3/3] drm/i915/gt: Force reduced batch size if new QUIRK_RENDERCLEAR_REDUCED is set
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Reduce context clear batch size to avoid gpu hang (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH] drm/i915/ehl: Remove invalid PCI ID
2020-11-02 19:29 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[Intel-gfx] [PATCH v2 1/6] drm/i915/display/psr: Calculate selective fetch plane registers
2020-11-02 19:18 UTC (3+ messages)
[Intel-gfx] [PATCH i-g-t] gem_wsim: Use CTX_TIMESTAMP for timed spinners
2020-11-02 18:13 UTC (3+ messages)
[Intel-gfx] [PATCH 1/3] drm/i915/dg1: map/unmap pll clocks
2020-11-02 16:59 UTC (3+ messages)
[Intel-gfx] [PATCH v2] vfio/pci: Refine Intel IGD OpRegion support
2020-11-02 18:01 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for vfio/pci: Refine Intel IGD OpRegion support (rev3)
` [Intel-gfx] ✓ Fi.CI.IGT: "
` [Intel-gfx] [PATCH v3] vfio/pci: Bypass IGD init in case of -ENODEV
[Intel-gfx] [PATCH] drm: Remove SCATTERLIST_MAX_SEGMENT
2020-11-02 14:49 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915/rkl: new rkl ddc map for different PCH
2020-11-02 14:31 UTC (9+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] [PATCH v3] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/rkl: new rkl ddc map for different PCH (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] linux-next: build failure after merge of the drm-misc tree
2020-11-02 11:05 UTC (10+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [bug report] drm/i915: Replace some gamma_mode ifs with switches
2020-11-02 13:08 UTC (2+ messages)
[Intel-gfx] linux-next: build warning after merge of the drm-misc tree
2020-11-02 8:05 UTC (2+ messages)
[Intel-gfx] [PATCH v3 0/3] Reduce context clear batch size to avoid gpu hang
2020-11-01 14:42 UTC (3+ messages)
` [Intel-gfx] [PATCH v3 1/3] drm/i915: Introduce quirk QUIRK_RENDERCLEAR_REDUCED
` [Intel-gfx] [PATCH v3 2/3] drm/i915/display: Add function quirk_renderclear_reduced
[Intel-gfx] [PATCH v2 00/13] Add support for DP-HDMI2.1 PCON
2020-11-01 12:43 UTC (18+ messages)
` [Intel-gfx] [PATCH v2 01/13] drm/edid: Add additional HFVSDB fields for HDMI2.1
` [Intel-gfx] [PATCH v2 02/13] drm/edid: Parse MAX_FRL field from HFVSDB block
` [Intel-gfx] [PATCH v2 03/13] drm/edid: Parse DSC1.2 cap fields "
` [Intel-gfx] [PATCH v2 04/13] drm/dp_helper: Add Helpers for FRL Link Training support for DP-HDMI2.1 PCON
` [Intel-gfx] [PATCH v2 05/13] drm/dp_helper: Add support for link failure detection
` [Intel-gfx] [PATCH v2 06/13] drm/dp_helper: Add support for Configuring DSC for HDMI2.1 Pcon
` [Intel-gfx] [PATCH v2 07/13] drm/i915: Capture max frl rate for PCON in dfp cap structure
` [Intel-gfx] [PATCH v2 08/13] drm/i915: Add support for starting FRL training for HDMI2.1 via PCON
` [Intel-gfx] [PATCH v2 09/13] drm/i915: Check for FRL training before DP Link training
` [Intel-gfx] [PATCH v2 10/13] drm/i915: Add support for enabling link status and recovery
` [Intel-gfx] [PATCH v2 11/13] drm/i915: Read DSC capabilities of the HDMI2.1 PCON encoder
` [Intel-gfx] [PATCH v2 12/13] drm/i915: Add helper functions for calculating DSC parameters for HDMI2.1
` [Intel-gfx] [PATCH v2 13/13] drm/i915: Configure PCON for DSC1.1 to DSC1.2 encoding
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add support for DP-HDMI2.1 PCON (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 1/5] drm/radeon: Stop changing the drm_driver struct
2020-11-01 10:01 UTC (9+ messages)
` [Intel-gfx] [PATCH 3/5] drm/amdgpu: Paper over the drm_driver mangling for virt
[Intel-gfx] [RFC 00/13] Add support for DP-HDMI2.1 PCON
2020-11-01 7:14 UTC (9+ messages)
` [Intel-gfx] [RFC 10/13] drm/dp_helper: Add support for Configuring DSC for HDMI2.1 Pcon
` [Intel-gfx] [RFC 11/13] drm/i915: Read DSC capabilities of the HDMI2.1 PCON encoder
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;
as well as URLs for NNTP newsgroup(s).