Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 14:15:00 to 2024-04-12 21:34:31 UTC [more...]

[PATCH v1] drm/xe: no need to call fixup_initial_plane_config in XE
 2024-04-12 21:33 UTC 

[linux-next:master] BUILD REGRESSION 9ed46da14b9b9b2ad4edb3b0c545b6dbe5c00d39
 2024-04-12 20:04 UTC 

[PATCH 00/18] drm/i915: PLL refactoring
 2024-04-12 18:27 UTC  (19+ messages)
` [PATCH 01/18] drm/i915: Replace hand rolled PLL state dump with intel_dpll_dump_hw_state()
` [PATCH 02/18] drm/i915: Use printer for the rest of PLL debugfs dump
` [PATCH 03/18] drm/i915: Rename PLL hw_state variables/arguments
` [PATCH 04/18] drm/i915: Introduce some local PLL state variables
` [PATCH 05/18] drm/i915: Extract ilk_fb_cb_factor()
` [PATCH 06/18] drm/i915: Extract ilk_dpll_compute_fp()
` [PATCH 07/18] drm/i915: Extract i9xx_dpll_get_hw_state()
` [PATCH 08/18] drm/i915: Pass the PLL hw_state to pll->enable()
` [PATCH 09/18] drm/i915: Extract i965_dpll_md()
` [PATCH 10/18] drm/i915: Extract {i9xx,i8xx,ilk}_dpll()
` [PATCH 11/18] drm/i915: Inline {i9xx,ilk}_update_pll_dividers()
` [PATCH 12/18] drm/i915: Modernize i9xx_pll_refclk()
` [PATCH 13/18] drm/i915: Drop pointless 'crtc' argument from *_crtc_clock_get()
` [PATCH 14/18] drm/i915: s/pipe_config/crtc_state/ in legacy PLL code
` [PATCH 15/18] drm/i915: Add local DPLL 'hw_state' variables
` [PATCH 16/18] drm/i915: Carve up struct intel_dpll_hw_state
` [PATCH 17/18] drm/i915: Unionize dpll_hw_state
` [PATCH 18/18] drm/i915: Suck snps/cx0 PLL states into dpll_hw_state

[PATCH 0/8] drm/i915: BXT/GLK per-lane vswing and PHY reg cleanup
 2024-04-12 17:58 UTC  (9+ messages)
` [PATCH 1/8] drm/i915/dpio: Clean up bxt/glk PHY registers
` [PATCH 2/8] drm/i915/dpio: Add per-lane PHY TX register definitons for bxt/glk
` [PATCH 3/8] drm/i915/dpio: Extract bxt_dpio_phy_regs.h
` [PATCH 4/8] drm/i915/dpio: Introdude bxt_ddi_phy_rmw_grp()
` [PATCH 5/8] drm/i915/dpio: Use intel_de_rmw() for BXT DPIO latency optim setup
` [PATCH 6/8] drm/i915/dpio: s/ddi/dpio/ for bxt/glk PHY stuff
` [PATCH 7/8] drm/i915/dpio: Program bxt/glk PHY TX registers per-lane
` [PATCH 8/8] drm/i915: Enable per-lane DP drive settings for bxt/glk

[PATCH 0/3] Implement CMRR Support
 2024-04-12 17:31 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: Define and compute Transcoder CMRR registers
` [PATCH 2/3] drm/i915: Add Enable/Disable for CMRR based on VRR state
` [PATCH 3/3] drm/i915: Compute CMRR and calculate vtotal

[PATCH 0/6] drm/i915: i915_reg.h cleanups
 2024-04-12 16:26 UTC  (15+ messages)
` [PATCH 1/6] drm/i915/audio: move LPE audio regs to intel_audio_regs.h
` [PATCH 2/6] drm/i915/color: move palette registers to intel_color_regs.h
` [PATCH 3/6] drm/i915/display: split out intel_fbc_regs.h from i915_reg.h
` [PATCH 4/6] drm/i915/display: split out intel_sprite_regs.h "
` [PATCH 5/6] drm/i915/display: split out intel_dpio_regs.h "
` [PATCH 6/6] drm/i915/display: split out bxt_phy_regs.h "

[PATCH v2 0/6] Link off between frames for edp
 2024-04-12 15:52 UTC  (7+ messages)
` [PATCH v2 1/6] drm/i915/alpm: Move alpm parameters from intel_psr
` [PATCH v2 2/6] drm/i915/alpm: Move alpm related code to a new file
` [PATCH v2 3/6] drm/display: Add missing aux less alpm wake related bits
` [PATCH v2 4/6] drm/i915/alpm: Add compute config for lobf
` [PATCH v2 5/6] drm/i915/alpm: Enable lobf from source in ALPM_CTL
` [PATCH v2 6/6] drm/i915/alpm: Add debugfs for LOBF

[v2] drm/i915: Implement Audio WA_14020863754
 2024-04-12 15:24 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Implement Audio WA_14020863754 (rev2)
` ✓ Fi.CI.IGT: "

[CI-only 1/8] drm: Add drm_vblank_work_flush_all()
 2024-04-12 13:09 UTC  (8+ messages)
` [CI-only 2/8] drm/i915: Use vblank worker to unpin old legacy cursor fb safely
` [CI-only 3/8] drm/i915: Use the same vblank worker for atomic unpin
` [CI-only 4/8] drm/xe/display: Preparations for preallocating dpt bo
` [CI-only 5/8] drm/xe: Remove safety check from __xe_ttm_stolen_io_mem_reserve_stolen
` [CI-only 6/8] drm/xe: Use simple xchg to cache DPT
` [CI-only 7/8] drm/xe/display: Prevent overwriting original GGTT when taking over initial FB
` [CI-only 8/8] drm/xe/display: Re-use display vmas when possible

[PATCH v5 0/4] drm/i915/display: DMC wakelock implementation
 2024-04-12 12:27 UTC  (7+ messages)
` [PATCH v5 1/4] drm/i915/display: add support for DMC wakelocks
` [PATCH v5 2/4] drm/i915/display: don't allow DMC wakelock on older hardware
` [PATCH v5 3/4] drm/i915/display: add module parameter to enable DMC wakelock
` [PATCH v5 4/4] drm/i915/display: tie DMC wakelock to DC5/6 state transitions

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-12  6:41 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH] drm/i915/vma: Fix UAF on reopen vs destroy race
 2024-04-12 10:17 UTC 

[Intel-gfx] [PATCH 0/4] log2: make is_power_of_2() more generic
 2024-04-12 10:01 UTC  (7+ messages)
          `  "

[PATCH] drm/edid: Parse topology block for all DispID structure v1.x
 2024-04-12  8:25 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v4 0/4] drm/i915/display: DMC wakelock implementation
 2024-04-12  8:23 UTC  (8+ messages)
` [PATCH v4 1/4] drm/i915/display: add support for DMC wakelocks
` [PATCH v4 2/4] drm/i915/display: don't allow DMC wakelock on older hardware
` [PATCH v4 4/4] drm/i915/display: tie DMC wakelock to DC5/6 state transitions

[PATCH v2 0/4] drm/edid & drm/i915: vendor and product id logging improvements
 2024-04-12  8:06 UTC  (7+ messages)
` ✗ Fi.CI.BAT: failure for drm/edid & drm/i915: vendor and product id logging improvements (rev3)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

linux-next: build warning after merge of the drm-misc tree
 2024-04-12  7:01 UTC  (2+ messages)

[PATCH 0/6] Enable Aux Based EDP HDR
 2024-04-12  6:12 UTC  (11+ messages)
` [PATCH 1/6] drm/i915/dp: Make has_gamut_metadata_dip() non static
` [PATCH 2/6] drm/i915/dp: Add TCON HDR capability checks
` [PATCH 3/6] drm/i915/dp: Fix Register bit naming
` [PATCH 4/6] drm/i915/dp: Drop comments on EDP HDR DPCD registers
` [PATCH 5/6] drm/i915/dp: Enable AUX based backlight for HDR
` [PATCH 6/6] drm/i915/dp: Write panel override luminance values
` ✗ Fi.CI.SPARSE: warning for Enable Aux Based EDP HDR (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 00/10] drm: move Intel drm headers to a subdirectory
 2024-04-12  2:17 UTC  (20+ messages)
` [PATCH 02/10] drm: move intel-gtt.h under include/drm/intel
` [PATCH 03/10] drm: move i915_gsc_proxy_mei_interface.h "
` [PATCH 04/10] drm: move i915_component.h "
  ` [PATCH v2] "
` [PATCH 05/10] drm: move intel_lpe_audio.h "
` ✗ Fi.CI.IGT: failure for drm: move Intel drm headers to a subdirectory (rev2)
` [PATCH 11/10] MAINTAINERS: update i915 and xe entries for include/drm/intel
` ✗ Fi.CI.CHECKPATCH: warning for drm: move Intel drm headers to a subdirectory (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3 0/3] Add support for partial mapping
 2024-04-12  1:36 UTC  (6+ messages)
` [PATCH v3 1/3] drm/i915/gem: Increment vma offset when mapping fb objects
` [PATCH v3 2/3] drm/i915/gem: Do not look for the exact address in node
` [PATCH v3 3/3] drm/i915/gem: Calculate object page offset for partial memory mapping
` ✗ Fi.CI.CHECKPATCH: warning for Add support for partial mapping (rev4)
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t] i915/gem_mmap_offset: Partial mmap and munmap
 2024-04-12  0:42 UTC 

[linux-next:master] BUILD REGRESSION 4118d9533ff3a5d16efb476a0d00afceecd92cf5
 2024-04-11 19:51 UTC 

[PULL] drm-xe-fixes
 2024-04-11 17:34 UTC 

[PATCH] drm/dp: correct struct member name in documentation
 2024-04-11 16:55 UTC  (3+ messages)

[PATCH 06/10] drm: move i915_drm.h under include/drm/intel
 2024-04-11 15:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Add support for partial mapping
 2024-04-11 15:31 UTC  (6+ messages)
` [PATCH v2 2/2] drm/i915/gem: Calculate object page offset for partial memory mapping
` ✗ Fi.CI.CHECKPATCH: warning for Add support for partial mapping (rev3)
` ✓ Fi.CI.BAT: success "

[PATCH v1 0/1] iommu/vt-d: Fix WARN_ON in iommu probe path
 2024-04-11 15:25 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH v3 0/6] drm/i915: Bigjoiner modeset sequence redesign and MST support
 2024-04-11 14:28 UTC  (7+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Bigjoiner modeset sequence redesign and MST support (rev4)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 00/13] spi: add driver for Intel discrete graphics
 2024-04-11 13:43 UTC  (3+ messages)
` [PATCH 01/13] spi: add auxiliary device for intel dg spi

[PATCH V2] drm/ttm: remove unused paramter
 2024-04-11 11:18 UTC  (2+ messages)

[PATCH] drm/i915: Don't enable hwmon for selftests
 2024-04-11 10:47 UTC  (4+ messages)

[PATCH] drm/i915/psr: Use crtc_state->port_clock instead of intel_dp->link_rate
 2024-04-11  9:20 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/psr: Use crtc_state->port_clock instead of intel_dp->link_rate (rev2)

[PULL] drm-misc-fixes
 2024-04-11  7:34 UTC 

[PATCH 0/3] drm/i915/dsi: stop relying on implicit dev_priv variable
 2024-04-11  5:28 UTC  (7+ messages)
` [PATCH 1/3] drm/i915/dsi: remove unused _MIPIA_AUTOPWG register definition
` [PATCH 2/3] drm/i915/dsi: add VLV_ prefix to VLV only register macros
` [PATCH 3/3] drm/i915/dsi: pass i915 to register macros instead of implicit variable
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsi: stop relying on implicit dev_priv variable
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Don't enable hwmon for selftests
 2024-04-11  4:59 UTC  (3+ messages)

[PATCH 1/2] drm/print: drop include debugfs.h and include where needed
 2024-04-10 23:53 UTC  (6+ messages)
` [PATCH 2/2] drm/print: drop include seq_file.h
` ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/print: drop include debugfs.h and include where needed
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/dg2: wait for HuC load completion before running selftests
 2024-04-10 22:28 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t v2] lib/kunit: Read results from debugfs
 2024-04-10 22:28 UTC  (3+ messages)

[PATCH 00/10] drm/i915: PREEMPT_RT related fixups
 2024-04-10 22:16 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: PREEMPT_RT related fixups. (rev6)

[PATCH] drm/i915: Don't enable hwmon for selftests
 2024-04-10 21:59 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: Don't enable hwmon for selftests (rev4)
` ✗ Fi.CI.BAT: failure "

[PULL] drm-intel-fixes
 2024-04-10 21:51 UTC 

[PATCH 0/3] Avoid unwanted lspcon init and probe warnings
 2024-04-10 20:45 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Avoid unwanted lspcon init and probe warnings (rev3)

[PATCHv3] drm/xe/display: use mul_u32_u32 for multiplying operands
 2024-04-10 20:31 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] drm/i915/pps: pass display to PPS register macros
 2024-04-10 20:07 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/pps: pass display to PPS register macros (rev2)
` ✗ Fi.CI.BAT: failure "

[CI-only 1/3] drm: Add drm_vblank_work_flush_all()
 2024-04-10 18:12 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [CI-only,1/3] "

[linux-next:master] BUILD REGRESSION 6ebf211bb11dfc004a2ff73a9de5386fa309c430
 2024-04-10 17:33 UTC 

[PATCH v3 0/7] drm/i915: better high level abstraction for display
 2024-04-10 17:22 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: better high level abstraction for display (rev2)

[PATCH v2 0/7] drm: debug logging improvements
 2024-04-10 17:14 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm: debug logging improvements (rev4)

[PATCH] drm/i915/pps: pass display to PPS register macros
 2024-04-10 17:09 UTC  (2+ messages)

[PATCH 0/6] drm/i915/dp: Add jitter WAs for MST/FEC/DSC links
 2024-04-10 16:30 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[CI-only 1/4] drm: Add drm_vblank_work_flush_all()
 2024-04-10 16:10 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [CI-only,1/4] "

[PATCH v8 0/6] drm/{i915,xe}: Convert fbdev to DRM client
 2024-04-10 15:56 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] drm/i915/audio: 'scheduling while atomic' during system resume
 2024-04-10 15:06 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PULL] drm-misc-next
 2024-04-10 14:59 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).