intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-23 14:33:45 to 2020-09-25 13:02:25 UTC [more...]

[Intel-gfx] [PATCH rdma-next v3 0/2] Dynamicaly allocate SG table from the pages
 2020-09-25 12:33 UTC  (10+ messages)
` [Intel-gfx] [PATCH rdma-next v3 1/2] lib/scatterlist: Add support in dynamic allocation of SG table from pages

[Intel-gfx] remove alloc_vm_area v2
 2020-09-25 13:01 UTC  (16+ messages)
` [Intel-gfx] [PATCH 01/11] mm: update the documentation for vfree
` [Intel-gfx] [PATCH 02/11] mm: add a VM_MAP_PUT_PAGES flag for vmap
` [Intel-gfx] [PATCH 03/11] mm: add a vmap_pfn function
` [Intel-gfx] [PATCH 04/11] mm: allow a NULL fn callback in apply_to_page_range
` [Intel-gfx] [PATCH 05/11] zsmalloc: switch from alloc_vm_area to get_vm_area
` [Intel-gfx] [PATCH 06/11] drm/i915: use vmap in shmem_pin_map
` [Intel-gfx] [PATCH 07/11] drm/i915: stop using kmap in i915_gem_object_map
` [Intel-gfx] [PATCH 08/11] drm/i915: use vmap "
` [Intel-gfx] [PATCH 09/11] xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pv
` [Intel-gfx] [PATCH 10/11] x86/xen: open code alloc_vm_area in arch_gnttab_valloc
` [Intel-gfx] [PATCH 11/11] mm: remove alloc_vm_area
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] mm: update the documentation for vfree
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC 0/7] Add support for DP-HDMI2.1 PCON
 2020-09-25 13:01 UTC  (10+ messages)
` [Intel-gfx] [RFC 1/7] drm/edid: Add additional HFVSDB fields for HDMI2.1
` [Intel-gfx] [RFC 2/7] drm/edid: Parse MAX_FRL field from HFVSDB block
` [Intel-gfx] [RFC 3/7] drm/dp_helper: Add FRL training support for a DP-HDMI2.1 PCON
` [Intel-gfx] [RFC 4/7] drm/i915: Add support for starting FRL training for HDMI2.1 via PCON
` [Intel-gfx] [RFC 5/7] drm/i915: Check for FRL training before DP Link training
` [Intel-gfx] [RFC 6/7] drm/dp_helper: Add support for link status and link recovery
` [Intel-gfx] [RFC 7/7] drm/i915: Add support for enabling link status and recovery
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add support for DP-HDMI2.1 PCON
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Intel-gfx] [PATCH 1/2] drm/i915: Make intel_{enable, disable}_sagv() static
 2020-09-25 12:55 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Don't hide the intel_crtc_atomic_check() call
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915: Make intel_{enable, disable}_sagv() static
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v3 0/4] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-25 12:30 UTC  (8+ messages)
` [Intel-gfx] [PATCH v3 1/4] dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr
` [Intel-gfx] [PATCH v3 2/4] dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
` [Intel-gfx] [PATCH v3 3/4] dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces
` [Intel-gfx] [PATCH v3 4/4] dma-buf: Document struct dma_buf_map
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for dma-buf: Flag vmap'ed memory as system or I/O memory (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI 1/2] drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"
 2020-09-25 12:03 UTC  (4+ messages)
` [Intel-gfx] [CI 2/2] drm/i915/gem: Hold request reference for canceling an active context
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2 0/3] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-25 11:32 UTC  (11+ messages)
` [Intel-gfx] [PATCH v2 1/3] dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr
` [Intel-gfx] [PATCH v2 2/3] dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
` [Intel-gfx] [PATCH v2 3/3] dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces
` [Intel-gfx] ✓ Fi.CI.IGT: success for dma-buf: Flag vmap'ed memory as system or I/O memory (rev2)

[Intel-gfx] [PATCH 1/2] drm/atomic: document and enforce rules around "spurious" EBUSY
 2020-09-25 11:12 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/atomic: debug output for EBUSY
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/atomic: document and enforce rules around "spurious" EBUSY
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_persistence: Exercise cleanup after disabling heartbeats
 2020-09-25 11:10 UTC  (2+ messages)
` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH 1/4] drm/i915/gem: Hold request reference for canceling an active context
 2020-09-25 11:04 UTC  (11+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915: Cancel outstanding work after disabling heartbeats on an engine
` [Intel-gfx] [PATCH 3/4] drm/i915/gt: Always send a pulse down the engine after disabling heartbeat
` [Intel-gfx] [PATCH 4/4] drm/i915/gem: Always test execution status on closing the context

[Intel-gfx] [PATCH] drm/i915: Implement display WA #1142:kbl, cfl, cml
 2020-09-25 11:00 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH i-g-t] lib: Only avoid relocations with full-ppgtt
 2020-09-25  9:25 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/atomic: document and enforce rules around "spurious" EBUSY
 2020-09-25  8:45 UTC  (17+ messages)
` [Intel-gfx] [PATCH 2/2] drm/atomic: debug output for EBUSY
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/atomic: document and enforce rules around "spurious" EBUSY
` [Intel-gfx] [PATCH] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with drm/atomic: document and enforce rules around "spurious" EBUSY (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3 00/22] Convert all remaining drivers to GEM object functions
 2020-09-25  8:40 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Add plane .{min, max}_width() and .max_height() vfuncs
 2020-09-25  4:02 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 0/6] drm/i915: Add support for LTTPR non-transparent link training mode
 2020-09-25  3:13 UTC  (11+ messages)
` [Intel-gfx] [PATCH v2 1/6] drm/i915: Fix DP link training pattern mask
` [Intel-gfx] [PATCH v2 2/6] drm/i915: Simplify the link training functions
` [Intel-gfx] [PATCH v2 3/6] drm/i915: Factor out a helper to disable the DPCD training pattern
` [Intel-gfx] [PATCH v2 4/6] drm/dp: Add LTTPR helpers
` [Intel-gfx] [PATCH v2 5/6] drm/i915: Switch to LTTPR transparent mode link training
` [Intel-gfx] [PATCH v2 6/6] drm/i915: Switch to LTTPR non-transparent "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Add support for LTTPR non-transparent link training mode (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-24 23:46 UTC  (12+ messages)

[Intel-gfx] [PATCH] drm/i915: Uninitialized variable in i915_gem_object_map_page()
 2020-09-24 23:15 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PATCH v9 01/11] HAX to make DSC work on the icelake test system
 2020-09-24 23:05 UTC  (15+ messages)
` [Intel-gfx] [PATCH v9 02/11] drm/i915/display: Rename pipe_timings to transcoder_timings
` [Intel-gfx] [PATCH v9 03/11] drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split
` [Intel-gfx] [PATCH v9 04/11] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3
` [Intel-gfx] [PATCH v9 05/11] drm/i915: Try to make bigjoiner work in atomic check
` [Intel-gfx] [PATCH v9 06/11] drm/i915: Enable big joiner support in enable and disable sequences
` [Intel-gfx] [PATCH v9 07/11] drm/i915: Make hardware readout work on i915
` [Intel-gfx] [PATCH v9 08/11] drm/i915: Link planes in a bigjoiner configuration, v3
` [Intel-gfx] [PATCH v9 09/11] drm/i915: Add bigjoiner aware plane clipping checks
` [Intel-gfx] [PATCH v9 10/11] drm/i915: Add intel_update_bigjoiner handling
` [Intel-gfx] [PATCH v9 11/11] drm/i915: Add debugfs dumping for bigjoiner, v3
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v9,01/11] HAX to make DSC work on the icelake test system
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/3] drm/i915: Nuke lspcon_downsampling
 2020-09-24 22:14 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Nuke lspcon_ycbcr420_config()
` [Intel-gfx] [PATCH 3/3] drm/i915: Inline intel_dp_ycbcr420_config()
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915: Nuke lspcon_downsampling
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v4 1/3] drm/i915/display: Ignore IGNORE_PSR2_HW_TRACKING for platforms without sel fetch
 2020-09-24 21:49 UTC  (5+ messages)
` [Intel-gfx] [PATCH v4 2/3] drm/i915/display: Check PSR parameter and flag only in state compute phase
` [Intel-gfx] [PATCH v4 3/3] drm/i915/display: Program PSR2 selective fetch registers
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v4,1/3] drm/i915/display: Ignore IGNORE_PSR2_HW_TRACKING for platforms without sel fetch
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-24 19:36 UTC  (23+ messages)

[Intel-gfx] [V14 0/5] Add support for mipi dsi cmd mode
 2020-09-24 19:35 UTC  (8+ messages)
` [Intel-gfx] [V14 1/5] drm/i915/dsi: Add details about TE in get_config
` [Intel-gfx] [V14 2/5] i915/dsi: Configure TE interrupt for cmd mode
` [Intel-gfx] [V14 3/5] drm/i915/dsi: Add TE handler for dsi "
` [Intel-gfx] [V14 4/5] drm/i915/dsi: Initiate frame request in "
` [Intel-gfx] [V14 5/5] drm/i915/dsi: Enable software vblank counter
` [Intel-gfx] ✓ Fi.CI.BAT: success for Add support for mipi dsi cmd mode (rev14)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 00/14] drm/i915: PCI ID cleanup
 2020-09-24 17:54 UTC  (30+ messages)
` [Intel-gfx] [PATCH 01/14] drm/i915: Update Haswell PCI IDs
` [Intel-gfx] [PATCH 03/14] drm/i915: Reclassify SKL 0x1923 and 0x1927 as ULT
` [Intel-gfx] [PATCH 04/14] drm/i915: Add SKL GT1.5 PCI IDs
` [Intel-gfx] [PATCH 05/14] drm/i915: Try to fix the SKL GT3/4 vs. GT3e/4e comments
` [Intel-gfx] [PATCH 06/14] drm/i915: Ocd the HSW PCI ID hex numbers
` [Intel-gfx] [PATCH 07/14] drm/i915: Sort HSW PCI IDs
` [Intel-gfx] [PATCH 08/14] drm/i915: Sort SKL "
` [Intel-gfx] [PATCH 09/14] drm/i915: Sort KBL "
` [Intel-gfx] [PATCH 10/14] drm/i915: Sort CML "
` [Intel-gfx] [PATCH 11/14] drm/i915: Sort CFL "
` [Intel-gfx] [PATCH 12/14] drm/i915: Sort CNL "
` [Intel-gfx] [PATCH 13/14] drm/i915: Sort ICL "
` [Intel-gfx] [PATCH 14/14] drm/i915: Sort EHL/JSL "

[Intel-gfx] [PATCH v3 1/3] drm/i915/display: Ignore IGNORE_PSR2_HW_TRACKING for platforms without sel fetch
 2020-09-24 17:38 UTC  (7+ messages)
` [Intel-gfx] [PATCH v3 3/3] drm/i915/display: Program PSR2 selective fetch registers

[Intel-gfx] [PATCH 0/4] Allow privileged user to map the OA buffer
 2020-09-24 16:29 UTC  (2+ messages)

[Intel-gfx] remove alloc_vm_area
 2020-09-24 13:23 UTC  (8+ messages)
` [Intel-gfx] [PATCH 4/6] drm/i915: use vmap in i915_gem_object_map

[Intel-gfx] [PATCH] drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"
 2020-09-24 13:16 UTC  (2+ messages)

[Intel-gfx] [V13 0/5] Add support for mipi dsi cmd mode
 2020-09-24 11:50 UTC  (6+ messages)
` [Intel-gfx] [V13 4/5] drm/i915/dsi: Initiate fame request in "

[Intel-gfx] [PULL] drm-misc-fixes
 2020-09-24 10:47 UTC 

[Intel-gfx] [PATCH v4 0/2] HDCP misc
 2020-09-24 10:28 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for HDCP misc (rev4)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PULL] drm-intel-fixes
 2020-09-24  9:12 UTC 

[Intel-gfx] [PATCH] drm/i915/selftests: Switch 4k kmalloc to use get_free_page for alignment
 2020-09-24  9:01 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH v3 0/6] Convert the intel iommu driver to the dma-iommu api
 2020-09-24  2:35 UTC  (5+ messages)

[Intel-gfx] [RFC PATCH 0/1] Remove DPCD Aux Backlight Control PWM_PIN check
 2020-09-24  1:58 UTC  (4+ messages)
` [Intel-gfx] [RFC PATCH 1/1] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] Fix NULL pointer found by static analysis
 2020-09-24  1:08 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fix NULL pointer found by static analysis (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v6 01/11] HAX to make DSC work on the icelake test system
 2020-09-23 22:58 UTC  (4+ messages)
` [Intel-gfx] [PATCH v6 05/11] drm/i915: Try to make bigjoiner work in atomic check

[Intel-gfx] [PATCH v2 0/4] Gen12 HDCP 1.4 support on DP MST
 2020-09-23 15:20 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Gen12 HDCP 1.4 support on DP MST (rev2)

[Intel-gfx] [PATCH v6 02/11] drm/i915: Remove hw.mode
 2020-09-23 14:54 UTC  (11+ messages)


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