intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-28 05:16:19 to 2022-02-01 08:17:10 UTC [more...]

[Intel-gfx] [PULL] drm-misc-next
 2022-02-01  8:17 UTC  (3+ messages)

[Intel-gfx] [PATCH 00/21] some fbcon patches, mostly locking
 2022-02-01  8:13 UTC  (27+ messages)
` [Intel-gfx] [PATCH 01/21] MAINTAINERS: Add entry for fbdev core
` [Intel-gfx] [PATCH 02/21] fbcon: Resurrect fbcon accelerated scrolling code
` [Intel-gfx] [PATCH 03/21] fbcon: Restore fbcon scrolling acceleration
` [Intel-gfx] [PATCH 04/21] fbcon: delete a few unneeded forward decl
` [Intel-gfx] [PATCH 05/21] fbcon: Introduce wrapper for console->fb_info lookup
` [Intel-gfx] [PATCH 06/21] fbcon: delete delayed loading code
` [Intel-gfx] [PATCH 07/21] fbdev/sysfs: Fix locking
` [Intel-gfx] [PATCH 08/21] fbcon: Use delayed work for cursor
` [Intel-gfx] [PATCH 09/21] fbcon: Replace FBCON_FLAGS_INIT with a boolean
` [Intel-gfx] [PATCH 10/21] fb: Delete fb_info->queue
` [Intel-gfx] [PATCH 11/21] fbcon: Extract fbcon_open/release helpers
` [Intel-gfx] [PATCH 12/21] fbcon: Ditch error handling for con2fb_release_oldinfo
` [Intel-gfx] [PATCH 13/21] fbcon: move more common code into fb_open()
` [Intel-gfx] [PATCH 14/21] fbcon: use lock_fb_info in fbcon_open/release
` [Intel-gfx] [PATCH 15/21] fbcon: Consistently protect deferred_takeover with console_lock()
` [Intel-gfx] [PATCH 16/21] fbcon: Move console_lock for register/unlink/unregister
` [Intel-gfx] [PATCH 17/21] fbcon: Move more code into fbcon_release
` [Intel-gfx] [PATCH 18/21] fbcon: untangle fbcon_exit
` [Intel-gfx] [PATCH 19/21] fbcon: Maintain a private array of fb_info
` [Intel-gfx] [PATCH 20/21] Revert "fbdev: Prevent probing generic drivers if a FB is already registered"
` [Intel-gfx] [PATCH 21/21] fbdev: Make registered_fb[] private to fbmem.c
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for some fbcon patches, mostly locking
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 00/15] drm/i915: Fix bandwith related cdclk calculations
 2022-02-01  8:11 UTC  (7+ messages)
` [Intel-gfx] [PATCH 07/15] drm/i915: Tweak plane ddb allocation tracking
` [Intel-gfx] [PATCH 08/15] drm/i915: Split plane data_rate into data_rate+data_rate_y
` [Intel-gfx] [PATCH 09/15] drm/i915: Pre-calculate plane relative data rate

[Intel-gfx] [RFC PATCH] drm/i915: Remove all frontbuffer tracking calls from the gem code
 2022-02-01  8:06 UTC  (5+ messages)

[Intel-gfx] [PATCH v2 0/4] Minor Fixes and Refactoring for HDMI PCON stuff
 2022-02-01  7:54 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 1/4] drm/i915/hdmi: Fix the definition of intel_hdmi_dsc_get_bpp
` [Intel-gfx] [PATCH v2 2/4] drm/edid: Add helper to get max FRL rate for an HDMI sink
` [Intel-gfx] [PATCH v2 3/4] drm/i915/dp: Use the drm helpers for getting max FRL rate
` [Intel-gfx] [PATCH v2 4/4] drm/i915/display: Simplify helpers for getting DSC slices and bpp
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Minor Fixes and Refactoring for HDMI PCON stuff (rev2)

[Intel-gfx] [PATCH] drm/i915/ttm: Return some errors instead of trying memcpy move
 2022-02-01  7:48 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH 1/3] drm: add writeback pointers to drm_connector
 2022-02-01  5:23 UTC  (8+ messages)
` [Intel-gfx] [PATCH 3/3] drm/vkms: change vkms driver to use drm_writeback_connector.base pointer

[Intel-gfx] [PATCH v2] drm/i915/display/vrr: Reset VRR capable property on a long hpd
 2022-02-01  0:12 UTC  (3+ messages)

[Intel-gfx] [drm-intel:for-linux-next-fixes 6/7] drivers/gpu/drm/i915/i915_vma.c:451:4: error: 'ret' undeclared; did you mean 'net'?
 2022-01-31 23:31 UTC 

[Intel-gfx] linux-next: build failure after merge of the drm-intel-fixes tree
 2022-01-31 22:27 UTC 

[Intel-gfx] [PATCH v6 0/5] discrete card 64K page support
 2022-01-31 21:14 UTC  (9+ messages)
` [Intel-gfx] [PATCH v6 1/5] drm/i915: add needs_compact_pt flag
` [Intel-gfx] [PATCH v6 2/5] drm/i915: enforce min GTT alignment for discrete cards
` [Intel-gfx] [PATCH v6 3/5] drm/i915: support 64K GTT pages "
` [Intel-gfx] [PATCH v6 4/5] drm/i915: add gtt misalignment test
` [Intel-gfx] [PATCH v6 5/5] drm/i915/uapi: document behaviour for DG2 64K support
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for discrete card 64K page support (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3 0/3] drm/i915: Fix header test and log spam on !x86
 2022-01-31 19:38 UTC  (6+ messages)
` [Intel-gfx] [PATCH v3 1/3] drm: Stop spamming log with drm_cache message
` [Intel-gfx] [PATCH v3 2/3] drm/i915: Fix header test for !CONFIG_X86
` [Intel-gfx] [PATCH v3 3/3] drm/i915: Do not spam log with missing arch support
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Fix header test and log spam on !x86 (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 00/17] drm/i915: M/N cleanup
 2022-01-31 18:42 UTC  (29+ messages)
` [Intel-gfx] [PATCH v2 01/17] drm/i915: Nuke intel_dp_set_m_n()
` [Intel-gfx] [PATCH v2 02/17] drm/i915: Nuke intel_dp_get_m_n()
` [Intel-gfx] [PATCH v2 03/17] drm/i915: Nuke ilk_get_fdi_m_n_config()
` [Intel-gfx] [PATCH v2 04/17] drm/i915: Split intel_cpu_transcoder_set_m_n() into M1/N1 vs. M2/N2 variants
` [Intel-gfx] [PATCH v2 05/17] drm/i915: Split intel_cpu_transcoder_get_m_n() "
` [Intel-gfx] [PATCH v2 06/17] drm/i915: Pass crtc+cpu_transcoder to intel_cpu_transcoder_set_m_n()
` [Intel-gfx] [PATCH v2 07/17] drm/i915: Move PCH transcoder M/N setup into the PCH code
` [Intel-gfx] [PATCH v2 08/17] drm/i915: Move M/N setup to a more logical place on ddi platforms
` [Intel-gfx] [PATCH v2 09/17] drm/i915: Extract {i9xx, ilk}_configure_cpu_transcoder()
` [Intel-gfx] [PATCH v2 10/17] drm/i915: Disable DRRS on IVB/HSW port != A
` [Intel-gfx] [PATCH v2 11/17] drm/i915: Extract can_enable_drrs()
` [Intel-gfx] [PATCH v2 12/17] drm/i915: Fix intel_cpu_transcoder_has_m2_n2()
` [Intel-gfx] [PATCH v2 13/17] drm/i915: Clear DP M2/N2 when not doing DRRS
` [Intel-gfx] [PATCH v2 14/17] drm/i915: Program pch transcoder m2/n2
` [Intel-gfx] [PATCH v2 15/17] drm/i915: Dump dp_m2_n2 always
` [Intel-gfx] [PATCH v2 16/17] drm/i915: Always check dp_m2_n2 on pre-bdw
` [Intel-gfx] [PATCH v2 17/17] drm/i915: Document BDW+ DRRS M/N programming requirements
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: M/N cleanup (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: M/N cleanup (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/dg2: s/engine->i915/i915/ for engine workarounds
 2022-01-31 18:10 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 0/4] Use drm_clflush* instead of clflush
 2022-01-31 17:02 UTC  (17+ messages)
` [Intel-gfx] [PATCH v2 1/4] drm/i915/gt: Re-work intel_write_status_page
` [Intel-gfx] [PATCH v2 2/4] drm/i915/gt: Re-work invalidate_csb_entries
` [Intel-gfx] [PATCH v2 3/4] drm/i915/gt: Re-work reset_csb
` [Intel-gfx] [PATCH v2 4/4] drm/i915/: Re-work clflush_write32
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Use drm_clflush* instead of clflush (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 00/20] Initial support for small BAR recovery
 2022-01-31 16:12 UTC  (8+ messages)
` [Intel-gfx] [PATCH 04/20] drm/i915: add io_size plumbing
` [Intel-gfx] [PATCH 06/20] drm/i915: add I915_BO_ALLOC_TOPDOWN
` [Intel-gfx] [PATCH 07/20] drm/i915/buddy: track available visible size

[Intel-gfx] [PATCH 00/19] drm/i915: Refactor the display power domain mappings
 2022-01-31 16:00 UTC  (25+ messages)
` [Intel-gfx] [PATCH 01/19] drm/i915: Fix the VDSC_PW2 power domain enum value
` [Intel-gfx] [PATCH 02/19] drm/i915: Unexport the for_each_power_well() macros
` [Intel-gfx] [PATCH 03/19] drm/i915: Move the i915_power_well_regs struct into i915_power_well_ops
` [Intel-gfx] [PATCH 04/19] drm/i915: Move the power domain->well mappings to intel_display_power_map.c
` [Intel-gfx] [PATCH 05/19] drm/i915: Move the dg2 fixed_enable_delay power well param to a common bitfield
` [Intel-gfx] [PATCH 06/19] drm/i915: Move the HSW power well flags "
` [Intel-gfx] [PATCH 07/19] drm/i915: Rename the power domain names to end with pipes/ports
` [Intel-gfx] [PATCH 08/19] drm/i915: Sanitize the power well names
` [Intel-gfx] [PATCH 09/19] drm/i915: Convert the power well descriptor domain mask to a list
` [Intel-gfx] [PATCH 10/19] drm/i915: Convert the u64 power well domains mask to a bitmap
` [Intel-gfx] [PATCH 11/19] drm/i915: Simplify power well definitions by adding power well instances
` [Intel-gfx] [PATCH 12/19] drm/i915: Allow platforms to share power well descriptors
` [Intel-gfx] [PATCH 13/19] drm/i915: Simplify the DG1 "
` [Intel-gfx] [PATCH 14/19] drm/i915: Sanitize the ADL-S power well definition
` [Intel-gfx] [PATCH 15/19] drm/i915: Sanitize the port -> DDI/AUX power domain mapping for each platform
` [Intel-gfx] [PATCH 16/19] drm/i915: Remove the aliasing of power domain enum values
` [Intel-gfx] [PATCH 17/19] drm/i915: Remove the ICL specific TBT power domains
` [Intel-gfx] [PATCH 18/19] drm/i915: Remove duplicate DDI/AUX power domain mappings
` [Intel-gfx] [PATCH 19/19] drm/i915: Remove the XELPD specific AUX and DDI power domains
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Refactor the display power domain mappings
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v5 0/5] discrete card 64K page support
 2022-01-31 14:58 UTC  (9+ messages)
` [Intel-gfx] [PATCH v5 1/5] drm/i915: add needs_compact_pt flag
` [Intel-gfx] [PATCH v5 3/5] drm/i915: support 64K GTT pages for discrete cards

[Intel-gfx] [PATCH - v3] drm/i915: Discard large BIOS framebuffers causing display corruption
 2022-01-30  9:27 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/5] Misc DG2 enabling patches
 2022-01-31 11:06 UTC  (13+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915/dg2: Add Wa_22011450934
` [Intel-gfx] [PATCH 2/5] drm/i915: align the plane_vma to min_page_size of stolen mem
` [Intel-gfx] [PATCH 3/5] drm/i915: More gt idling time with guc submission
` [Intel-gfx] [PATCH 4/5] drm/i915/dg2: Add Wa_22011100796
` [Intel-gfx] [PATCH 5/5] drm/i915/guc: Allow user to override driver load failure without GuC
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Misc DG2 enabling patches
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/3] i915/gvt: Introduce the mmio_table.c to support VFIO new mdev API
 2022-01-31  6:38 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] i915/gvt: save the initial HW state snapshot in i915

[Intel-gfx] [PATCH v3 0/2] Add support for querying hw info that UMDs need
 2022-01-30 23:22 UTC  (3+ messages)
` [Intel-gfx] [PATCH v3 2/2] drm/i915/uapi: Add query for hwconfig table

[Intel-gfx] [PATCH] drm/i915: Fix a race between vma / object destruction and unbinding
 2022-01-29 11:38 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH 10/11] drm/i915: use dma_fence extractor functions
 2022-01-29  8:31 UTC  (2+ messages)
` [Intel-gfx] [drm/i915] 9366257fc0: igt.i915_pm_rc6_residency.rc6-idle.fail

[Intel-gfx] [PATCH 0/2] Use drm_clflush* instead of clflush
 2022-01-29  7:20 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/gt: Re-work intel_write_status_page
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Re-work invalidate_csb_entries

[Intel-gfx] [PATCH 1/2] drm/i915/pmu: Fix KMD and GuC race on accessing busyness
 2022-01-28 22:46 UTC  (5+ messages)

[Intel-gfx] Enable DisplayPort MST on low cost USB-C docks
 2022-01-28 19:50 UTC 

[Intel-gfx] [PATCH] drm/i915: Allow dead vm to unbind vma's without lock
 2022-01-28 17:59 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/dg2: Add Wa_14015227452
 2022-01-28 16:54 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/dg2: Add Wa_14015227452 (rev2)

[Intel-gfx] [PATCH v5 00/10] Add GuC Error Capture Support
 2022-01-28 16:54 UTC  (6+ messages)
` [Intel-gfx] [PATCH v5 02/10] drm/i915/guc: Add XE_LP registers for GuC error state capture

[Intel-gfx] [PATCH v4 RESEND] drm/i915/gem: Don't try to map and fence large scanout buffers (v4)
 2022-01-28 16:33 UTC  (2+ messages)

[Intel-gfx] [CI v3 0/6] Second round of i915_reg.h splitting
 2022-01-28 16:07 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Second round of i915_reg.h splitting (rev3)

[Intel-gfx] [PATCH v11 1/5] drm: improve drm_buddy_alloc function
 2022-01-28 14:18 UTC  (3+ messages)
` [Intel-gfx] [PATCH v11 5/5] drm/amdgpu: add drm buddy support to amdgpu

[Intel-gfx] [PATCH] drm/i915: delete shadow "ret" variable
 2022-01-28 13:50 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: Lock dpt_obj around set_cache_level, v2
 2022-01-28  8:54 UTC  (8+ messages)

[Intel-gfx] [PATCH 00/19] drm/i915/guc: Refactor ADS access to use dma_buf_map
 2022-01-28  8:34 UTC  (10+ messages)
` [Intel-gfx] [PATCH 01/19] dma-buf-map: Add read/write helpers
` [Intel-gfx] [PATCH 02/19] dma-buf-map: Add helper to initialize second map

[Intel-gfx] [PATCH] drm/i915/selftests: fix some error codes in __cancel_reset()
 2022-01-28  5:16 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/selftests: fix some error codes in __cancel_reset() (rev2)


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