Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-15 00:39:53 to 2021-02-18 09:49:22 UTC [more...]

[Intel-gfx] Issue with cec_register_adapter calling request_module() from an async context when called from intel_dp_detect
 2021-02-18  8:59 UTC  (8+ messages)

[Intel-gfx] [RFC PATCH 0/9] drm/i915/spi: discrete graphics internal spi
 2021-02-18  9:49 UTC  (30+ messages)
` [Intel-gfx] [RFC PATCH 1/9] drm/i915/spi: add spi device for discrete graphics
` [Intel-gfx] [RFC PATCH 2/9] drm/i915/spi: intel_spi_region map
` [Intel-gfx] [RFC PATCH 3/9] drm/i915/spi: add driver for on-die spi device
` [Intel-gfx] [RFC PATCH 4/9] drm/i915/spi: implement region enumeration
` [Intel-gfx] [RFC PATCH 5/9] drm/i915/spi: implement spi access functions
` [Intel-gfx] [RFC PATCH 6/9] drm/i915/spi: spi register with mtd
` [Intel-gfx] [RFC PATCH 7/9] drm/i915/spi: mtd: implement access handlers
` [Intel-gfx] [RFC PATCH 8/9] drm/i915/spi: serialize spi access
` [Intel-gfx] [RFC PATCH 9/9] mtd: use refcount to prevent corruption
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/spi: discrete graphics internal spi
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/vbt: update DP max link rate table
 2021-02-18  9:21 UTC  (15+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/vbt: update DP max link rate table (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "
` [Intel-gfx] [PATCH v3] drm/i915/vbt: update DP max link rate table
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/vbt: update DP max link rate table (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
` [Intel-gfx] [PATCH v4] drm/i915/vbt: update DP max link rate table
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/vbt: update DP max link rate table (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC v4 00/11] drm: Extract DPCD backlight helpers from i915, add support in nouveau
 2021-02-18  8:35 UTC  (5+ messages)
` [Intel-gfx] [RFC v4 10/11] drm/dp: Extract i915's eDP backlight code into DRM helpers

[Intel-gfx] [PATCH v3 1/2] drm/i915/gen9bc: Handle TGP PCH during suspend/resume
 2021-02-18  4:36 UTC  (12+ messages)
` [Intel-gfx] [PATCH v3 2/2] drm/i915/icp+: Use icp_hpd_irq_setup() instead of spt_hpd_irq_setup()
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v3,1/2] drm/i915/gen9bc: Handle TGP PCH during suspend/resume
` [Intel-gfx] ✓ Fi.CI.IGT: "
` [Intel-gfx] [PATCH v4] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v4] drm/i915/gen9bc: Handle TGP PCH during suspend/resume (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/3] drm/i915/display/adl_s: Fix dpclka_cfgcr0_clk_off mapping
 2021-02-17 22:14 UTC  (13+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915: Fix plane watermark mismatches
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915/display/adl_s: Fix dpclka_cfgcr0_clk_off mapping

[Intel-gfx] [PATCH] drm/i915: Nuke INTEL_OUTPUT_FORMAT_INVALID
 2021-02-17 22:10 UTC  (3+ messages)

[Intel-gfx] [PATCH 00/12] drm/i915/bios: vbt child device rework
 2021-02-17 20:52 UTC  (26+ messages)
` [Intel-gfx] [PATCH 01/12] drm/i915/bios: mass convert dev_priv to i915
` [Intel-gfx] [PATCH 02/12] drm/i915/bios: store bdb version in i915
` [Intel-gfx] [PATCH 03/12] drm/i915/bios: limit default outputs by platform on missing VBT
` [Intel-gfx] [PATCH 04/12] drm/i915/bios: limit default outputs to ports A through F
` [Intel-gfx] [PATCH 05/12] drm/i915/bios: create fake child devices on missing VBT
` [Intel-gfx] [PATCH 06/12] drm/i915/bios: rename display_device_data to intel_bios_encoder_data
` [Intel-gfx] [PATCH 07/12] drm/i915/bios: add i915 backpointer "
` [Intel-gfx] [PATCH 08/12] drm/i915/vbt: add helper functions to check output support
` [Intel-gfx] [PATCH 09/12] drm/i915/bios: save a higher level pointer in ddi_vbt_port_info[]
` [Intel-gfx] [PATCH 10/12] drm/i915/bios: start using the intel_bios_encoder_data directly
` [Intel-gfx] [PATCH 11/12] drm/i915/bios: start using intel_bios_encoder_data for Type-C USB and TBT
` [Intel-gfx] [PATCH 12/12] drm/i915/bios: add intel_bios_encoder_data to encoder, use for iboost
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/bios: vbt child device rework
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/display: Compute aux ch power domain during DDI initialization
 2021-02-17 20:51 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915: Wait for scanout to stop when sanitizing planes
 2021-02-17 20:11 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/dp_mst: Tune down the WARN modesetting a port with full_pbn=0
 2021-02-17 18:27 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v1 1/3] string: Consolidate yesno() helpers under string.h hood
 2021-02-17 17:13 UTC  (12+ messages)
` [Intel-gfx] [PATCH v1 2/3] string: Move onoff() helper "
` [Intel-gfx] [PATCH v1 3/3] string: Move enableddisabled() "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v1,1/3] string: Consolidate yesno() helpers "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/3] drm/i915: Wrap all access to i915_vma.node.start|size
 2021-02-17 16:33 UTC  (15+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Introduce guard pages to i915_vma
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 3/3] drm/i915: Refine VT-d scanout workaround
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Wrap all access to i915_vma.node.start|size
` [Intel-gfx] ✓ Fi.CI.IGT: "
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Wrap all access to i915_vma.node.start|size (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Wrap all access to i915_vma.node.start|size (rev3)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Enable -Wuninitialized
 2021-02-17 15:51 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] Issue with cec_register_adapter calling request_module() from an async context when called from intel_dp_detect
 2021-02-17 12:23 UTC 

[Intel-gfx] [PATCH libdrm 0/2] Update i915_pciids.h and support ADLS
 2021-02-17 12:06 UTC  (3+ messages)
` [Intel-gfx] [PATCH libdrm 1/2] intel: sync i915_pciids.h with kernel
` [Intel-gfx] [PATCH libdrm 2/2] intel: add INTEL_ADLS_IDS to the pciids list

[Intel-gfx] [PATCH] drm/i915: Enable WaProgramMgsrForCorrectSliceSpecificMmioReads for Gen9
 2021-02-17 10:24 UTC  (10+ messages)
` [Intel-gfx] [drm/i915] 04ff178484: phoronix-test-suite.supertuxkart.1024x768.Fullscreen.Ultimate.1.GranParadisoIsland.frames_per_second -30.4% regression
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Enable WaProgramMgsrForCorrectSliceSpecificMmioReads for Gen9 (rev2)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Enable WaProgramMgsrForCorrectSliceSpecificMmioReads for Gen9 (rev3)

[Intel-gfx] [PATCH v2] drm/i915/gen9bc: Handle TGP PCH during suspend/resume
 2021-02-17  7:52 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm-buf: Add debug option
 2021-02-17  3:34 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Readout conn_state->max_bpc
 2021-02-16 19:52 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/3] Simplify intel_setup_outputs()
 2021-02-16 19:50 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/display: move vbt check to intel_ddi_init()

[Intel-gfx] [PATCH] drm/i915: Remove unused function pointer typedef long_pulse_detect_func
 2021-02-16 19:12 UTC  (7+ messages)
  ` [Intel-gfx] [v2] drm/i915: Use function pointer typedef long_pulse_detect_func in intel_get_hpd_pins
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Remove unused function pointer typedef long_pulse_detect_func
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Remove unused function pointer typedef long_pulse_detect_func (rev2)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC PATCH 1/2] drm/dp: Make number of AUX retries configurable by display drivers
 2021-02-16 19:06 UTC  (6+ messages)

[Intel-gfx] [PATCH i-g-t] tests/i915/perf_pmu: Subtest to measure sampling error for 100% busy
 2021-02-16 17:53 UTC  (6+ messages)

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_reloc: Verify relocations with pinned scanout framebuffers
 2021-02-16 17:20 UTC  (4+ messages)
` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH v3 00/15] drm/i915: Clean up the DDI clock routing mess
 2021-02-16 13:00 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3 01/15] drm/i915: Use intel_ddi_clk_select() for FDI

[Intel-gfx] [PATCH] drm/i915/gem: Add a check for object size for corner cases
 2021-02-16 12:07 UTC  (6+ messages)

[Intel-gfx] [PATCH] kernel: Expose SYS_kcmp by default
 2021-02-16  9:02 UTC  (7+ messages)
` [Intel-gfx] [PATCH v3] kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE

[Intel-gfx] [PATCH] drm/i915/selftest: Fix an error code in mock_context_barrier()
 2021-02-15 20:32 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC v3 00/10] drm: Extract DPCD backlight helpers from i915, add support in nouveau
 2021-02-15 20:26 UTC  (6+ messages)
` [Intel-gfx] [RFC v3 10/10] drm/dp: Extract i915's eDP backlight code into DRM helpers

[Intel-gfx] [PATCH 5.10 013/104] drm/dp_mst: Dont report ports connected if nothing is attached to them
 2021-02-15 15:26 UTC 

[Intel-gfx] [5.10.y regression] i915 clear-residuals mitigation is causing gfx issues
 2021-02-15 14:26 UTC  (11+ messages)

[Intel-gfx] linux-next: build warning after merge of the pm tree
 2021-02-15 10:24 UTC  (3+ messages)

[Intel-gfx] vram management
 2021-02-15  5:14 UTC 

[Intel-gfx] [PATCH v4] drm/i915/debugfs : PM_REQ and PM_RES registers
 2021-02-15  5:13 UTC  (4+ messages)
` [Intel-gfx] [PATCH v5] drm/i915/debugfs : PCU "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox