intel-gfx
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v2 07/19] drm/i915/overlay: Use struct drm_gem_object as the type
Ville Syrjala
[PATCH v2 09/19] drm/i915/overlay: Extract i915_overlay_setup()
Ville Syrjala
[PATCH v2 08/19] drm/i915/overlay: Extract i915_overlay_reset()
Ville Syrjala
[PATCH v2 10/19] drm/i915/overlay: Extract i915_overlay_cleanup()
Ville Syrjala
[PATCH v2 11/19] drm/i915/overlay: Abstract buffer (un)pinning
Ville Syrjala
[PATCH v2 12/19] drm/i915/overlay: Rename low level i915 specific functions
Ville Syrjala
[PATCH v2 13/19] drm/i915/overlay: Adjust i915 specific interfaces
Ville Syrjala
[PATCH v2 14/19] drm/i915/overlay: Make i830_overlay_clock_gating() i915 specific
Ville Syrjala
[PATCH v2 15/19] drm/i915/overlay: s/dev_priv/i915/
Ville Syrjala
[PATCH v2 16/19] drm/i915/overlay: Split 'struct intel_overlay'
Ville Syrjala
[PATCH v2 17/19] drm/i915/overlay: Don't use fetch_and_zero() in display code
Ville Syrjala
[PATCH v3 17/19] drm/i915/overlay: Don't use fetch_and_zero() in display code
Ville Syrjala
[PATCH v2 18/19] drm/i915/overlay: Move i915 specific code into i915_overlay.c
Ville Syrjala
[PATCH v3 18/19] drm/i915/overlay: Move i915 specific code into i915_overlay.c
Ville Syrjala
[PATCH v2 19/19] drm/i915/overlay: Convert overlay to parent interface
Ville Syrjala
[PATCH v3 19/19] drm/i915/overlay: Convert overlay to parent interface
Ville Syrjala
✗ i915.CI.BAT: failure for drm/i915/overlay: Convert to parent interface (rev2)
Patchwork
✗ i915.CI.BAT: failure for drm/i915/overlay: Convert to parent interface (rev5)
Patchwork
[PATCH 0/8] drm/{i915,xe}: refactor register helpers
Jani Nikula
[PATCH 1/8] drm/i915/reg: make masked field helpers constexpr
Jani Nikula
Re: [PATCH 1/8] drm/i915/reg: make masked field helpers constexpr
Michał Grzelak
[PATCH 3/8] drm/{i915, xe}/reg: rename masked field helpers REG_MASKED_FIELD*()
Jani Nikula
Re: [PATCH 3/8] drm/{i915, xe}/reg: rename masked field helpers REG_MASKED_FIELD*()
Michał Grzelak
[PATCH 2/8] drm/i915/lrc: switch to _MASKED_BIT_ENABLE() and _MASKED_BIT_DISABLE()
Jani Nikula
Re: [PATCH 2/8] drm/i915/lrc: switch to _MASKED_BIT_ENABLE() and _MASKED_BIT_DISABLE()
Michał Grzelak
[PATCH 4/8] drm/i915/perf: prefer REG_MASKED_FIELD_ENABLE() and REG_MASKED_FIELD_DISABLE()
Jani Nikula
Re: [PATCH 4/8] drm/i915/perf: prefer REG_MASKED_FIELD_ENABLE() and REG_MASKED_FIELD_DISABLE()
Michał Grzelak
[PATCH 5/8] drm/xe/oa: prefer REG_MASKED_FIELD_ENABLE() and REG_MASKED_FIELD_DISABLE()
Jani Nikula
Re: [PATCH 5/8] drm/xe/oa: prefer REG_MASKED_FIELD_ENABLE() and REG_MASKED_FIELD_DISABLE()
Michał Grzelak
[PATCH 6/8] drm/intel: add reg_bits.h for the various register content helpers
Jani Nikula
Re: [PATCH 6/8] drm/intel: add reg_bits.h for the various register content helpers
Michał Grzelak
[PATCH 7/8] drm/intel: add pick.h for the various "picker" helpers
Jani Nikula
Re: [PATCH 7/8] drm/intel: add pick.h for the various "picker" helpers
Michał Grzelak
[PATCH 8/8] drm/i915/gt: prefer _PICK_EVEN() over _PICK()
Jani Nikula
Re: [PATCH 8/8] drm/i915/gt: prefer _PICK_EVEN() over _PICK()
Michał Grzelak
✗ i915.CI.BAT: failure for drm/{i915,xe}: refactor register helpers
Patchwork
Re: [PATCH 0/8] drm/{i915,xe}: refactor register helpers
Rodrigo Vivi
Re: [PATCH 0/8] drm/{i915,xe}: refactor register helpers
Jani Nikula
[PATCH v3 00/20] drm/i915/dp: Fix few SST HPD IRQ handling issues
Imre Deak
[PATCH v3 01/20] drm/i915/dp_mst: Reprobe connector if the IRQ ESI read failed
Imre Deak
[PATCH v3 04/20] drm/i915/dp: Handle a tunneling IRQ after acking it
Imre Deak
[PATCH v3 02/20] drm/i915/dp_mst: Verify the link status always the same way
Imre Deak
[PATCH v3 03/20] drm/i915/dp_mst: Reuse intel_dp_check_link_state() in the HPD IRQ handler
Imre Deak
[PATCH v3 05/20] drm/i915/dp: Handle the RX_CAP_CHANGED HPD IRQ
Imre Deak
[PATCH v3 07/20] drm/i915/dp: Don't clobber the encoder state in the HPD IRQ handler
Imre Deak
[PATCH v3 06/20] drm/i915/dp: Handle the DOWNSTREAM_PORT_STATUS_CHANGED event
Imre Deak
[PATCH v3 11/20] drm/i915/dp: Reprobe connector if getting/acking device IRQs fails
Imre Deak
[PATCH v3 10/20] drm/i915/dp: Fix the link service IRQ DPCD_REV check
Imre Deak
[PATCH v3 08/20] drm/i915/dp: Remove the device service IRQ handling from connector detect
Imre Deak
[PATCH v3 09/20] drm/i915/dp: Fix the device service IRQ DPCD_REV check
Imre Deak
[PATCH v3 14/20] drm/i915/dp: Return early if getting/ackink link service IRQs fails
Imre Deak
[PATCH v3 12/20] drm/i915/dp: Reprobe connector if getting/acking link service IRQs fails
Imre Deak
[PATCH v3 15/20] drm/i915/dp: Read/ack sink count and sink IRQs for SST as it's done for MST
Imre Deak
[PATCH v3 13/20] drm/i915/dp: Return early if getting/acking device service IRQs fails
Imre Deak
[PATCH v3 18/20] drm/i915/dp_mst: Reuse intel_dp_handle_link_service_irq()
Imre Deak
[PATCH v3 19/20] drm/i915/dp: Ack only the handled device service IRQs
Imre Deak
[PATCH v3 17/20] drm/i915/dp: Check SST link status while handling link service IRQs
Imre Deak
[PATCH v3 20/20] drm/i915/dp: Ack only the handled link service IRQs
Imre Deak
[PATCH v3 16/20] drm/i915/dp: Print debug message for a sink connected off request
Imre Deak
✓ i915.CI.BAT: success for drm/i915/dp: Fix few SST HPD IRQ handling issues (rev3)
Patchwork
[PATCH v2 00/20] drm/i915/dp: Fix few SST HPD IRQ handling issues
Imre Deak
[PATCH v2 01/20] drm/i915/dp_mst: Reprobe connector if the IRQ ESI read failed
Imre Deak
[PATCH v2 03/20] drm/i915/dp_mst: Reuse intel_dp_check_link_state() in the HPD IRQ handler
Imre Deak
[PATCH v2 04/20] drm/i915/dp: Handle a tunneling IRQ after acking it
Imre Deak
[PATCH v2 07/20] drm/i915/dp: Don't clobber the encoder state in the HPD IRQ handler
Imre Deak
[PATCH v2 08/20] drm/i915/dp: Remove the device service IRQ handling from connector detect
Imre Deak
[PATCH v2 05/20] drm/i915/dp: Handle the RX_CAP_CHANGED HPD IRQ
Imre Deak
[PATCH v2 06/20] drm/i915/dp: Handle the DOWNSTREAM_PORT_STATUS_CHANGED event
Imre Deak
[PATCH v2 09/20] drm/i915/dp: Fix the device service IRQ DPCD_REV check
Imre Deak
[PATCH v2 02/20] drm/i915/dp_mst: Verify the link status always the same way
Imre Deak
[PATCH v2 12/20] drm/i915/dp: Reprobe connector if getting/acking link service IRQs fails
Imre Deak
[PATCH v2 11/20] drm/i915/dp: Reprobe connector if getting/acking device IRQs fails
Imre Deak
[PATCH v2 13/20] drm/i915/dp: Return early if getting/acking device service IRQs fails
Imre Deak
[PATCH v2 14/20] drm/i915/dp: Return early if getting/acking link service IRQs fails
Imre Deak
[PATCH v2 10/20] drm/i915/dp: Fix the link service IRQ DPCD_REV check
Imre Deak
[PATCH v2 17/20] drm/i915/dp: Check SST link status while handling link service IRQs
Imre Deak
[PATCH v2 20/20] drm/i915/dp: Ack only the handled link service IRQs
Imre Deak
[PATCH v2 15/20] drm/i915/dp: Read/ack sink count and sink IRQs for SST as it's done for MST
Imre Deak
[PATCH v2 18/20] drm/i915/dp_mst: Reuse intel_dp_handle_link_service_irq()
Imre Deak
[PATCH v2 16/20] drm/i915/dp: Print debug message for a sink connected off request
Imre Deak
[PATCH v2 19/20] drm/i915/dp: Ack only the handled device service IRQs
Imre Deak
Re: [PATCH v2 00/20] drm/i915/dp: Fix few SST HPD IRQ handling issues
Imre Deak
[i915-ci-only NO-REVIEW 00/25] Test PREEMPT_RT on i915 with selftest fix.
Maarten Lankhorst
[i915-ci-only NO-REVIEW 04/25] drm/intel/display: Convert vblank event handling to 2-stage arming
Maarten Lankhorst
[i915-ci-only NO-REVIEW 03/25] drm/intel/display: Make intel_crtc_arm_vblank_event static
Maarten Lankhorst
[i915-ci-only NO-REVIEW 02/25] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
Maarten Lankhorst
[i915-ci-only NO-REVIEW 05/25] drm/i915/display: Move vblank put until after critical section
Maarten Lankhorst
[i915-ci-only NO-REVIEW 01/25] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
Maarten Lankhorst
[i915-ci-only NO-REVIEW 09/25] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
Maarten Lankhorst
[i915-ci-only NO-REVIEW 13/25] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
Maarten Lankhorst
[i915-ci-only NO-REVIEW 10/25] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
Maarten Lankhorst
[i915-ci-only NO-REVIEW 11/25] drm/i915/display: Make icl_dsi_frame_update use _fw too
Maarten Lankhorst
[i915-ci-only NO-REVIEW 06/25] drm/i915/display: Remove locking from intel_vblank_evade critical section
Maarten Lankhorst
[i915-ci-only NO-REVIEW 15/25] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
Maarten Lankhorst
[i915-ci-only NO-REVIEW 12/25] drm/i915/display: Use intel_de_read/write_fw in colorops
Maarten Lankhorst
[i915-ci-only NO-REVIEW 08/25] drm/i915: Use preempt_disable/enable_rt() where recommended
Maarten Lankhorst
[i915-ci-only NO-REVIEW 21/25] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
Maarten Lankhorst
[i915-ci-only NO-REVIEW 19/25] drm/i915/gt: Fix selftests on PREEMPT_RT
Maarten Lankhorst
[i915-ci-only NO-REVIEW 20/25] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
Maarten Lankhorst
[i915-ci-only NO-REVIEW 22/25] drm/i915: Use sleeping selftests for igt_atomic on PREEMPT_RT
Maarten Lankhorst
[i915-ci-only NO-REVIEW 17/25] drm/i915: Drop the irqs_disabled() check
Maarten Lankhorst
[i915-ci-only NO-REVIEW 07/25] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
Maarten Lankhorst
[i915-ci-only NO-REVIEW 14/25] drm/i915/display: Make set_pipeconf use the fw variants
Maarten Lankhorst
[i915-ci-only NO-REVIEW 25/25] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
Maarten Lankhorst
[i915-ci-only NO-REVIEW 23/25] Revert "drm/i915: Depend on !PREEMPT_RT."
Maarten Lankhorst
[i915-ci-only NO-REVIEW 16/25] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
Maarten Lankhorst
[i915-ci-only NO-REVIEW 24/25] PREEMPT_RT injection
Maarten Lankhorst
Re: [i915-ci-only NO-REVIEW 24/25] PREEMPT_RT injection
kernel test robot
Re: [i915-ci-only NO-REVIEW 24/25] PREEMPT_RT injection
kernel test robot
Re: [i915-ci-only NO-REVIEW 24/25] PREEMPT_RT injection
kernel test robot
Re: [i915-ci-only NO-REVIEW 24/25] PREEMPT_RT injection
kernel test robot
[i915-ci-only NO-REVIEW 18/25] drm/i915/guc: Consider also RCU depth in busy loop.
Maarten Lankhorst
✗ i915.CI.BAT: failure for Test PREEMPT_RT on i915 with selftest fix.
Patchwork
[PATCH 1/2] drm/dp: Add definition for Panel Replay full-line granularity
Jouni Högander
[PATCH 2/2] drm/i915/psr: Fix for Panel Replay X granularity DPCD register handling
Jouni Högander
RE: [PATCH 2/2] drm/i915/psr: Fix for Panel Replay X granularity DPCD register handling
Shankar, Uma
✗ i915.CI.BAT: failure for series starting with [1/2] drm/dp: Add definition for Panel Replay full-line granularity
Patchwork
✓ i915.CI.BAT: success for series starting with [1/2] drm/dp: Add definition for Panel Replay full-line granularity (rev2)
Patchwork
RE: [PATCH 1/2] drm/dp: Add definition for Panel Replay full-line granularity
Shankar, Uma
Re: [PATCH 1/2] drm/dp: Add definition for Panel Replay full-line granularity
Hogander, Jouni
Re: [PATCH 1/2] drm/dp: Add definition for Panel Replay full-line granularity
Maarten Lankhorst
Re: [PATCH 1/2] drm/dp: Add definition for Panel Replay full-line granularity
Hogander, Jouni
[PATCH] drm/i915/hdcp: Take force_hdcp14 into account during check_link
Suraj Kandpal
✗ i915.CI.BAT: failure for drm/i915/hdcp: Take force_hdcp14 into account during check_link
Patchwork
[PATCH v8 00/25] gpu: nova-core: Add memory management support
Joel Fernandes
[PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
Joel Fernandes
Re: [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
Alexandre Courbot
[PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
Joel Fernandes
Re: [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
Alexandre Courbot
[PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
Joel Fernandes
Re: [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
Alexandre Courbot
[PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
Joel Fernandes
[PATCH v8 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
Joel Fernandes
[PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
Joel Fernandes
Re: [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
Alexandre Courbot
[PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
Joel Fernandes
[PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
Joel Fernandes
Re: [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
Alexandre Courbot
Re: [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
Alexandre Courbot
[PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
Joel Fernandes
[PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
Joel Fernandes
[PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 page table types
Joel Fernandes
[PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
Joel Fernandes
[PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
Joel Fernandes
[PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
Joel Fernandes
[PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
Joel Fernandes
Re: [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
Gary Guo
Re: [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
Joel Fernandes
Re: [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
Gary Guo
[PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
Joel Fernandes
[PATCH v8 08/25] gpu: nova-core: mm: Add common memory management types
Joel Fernandes
[PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Joel Fernandes
Re: [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Alexandre Courbot
Re: [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Alexandre Courbot
[PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
Joel Fernandes
[PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
Joel Fernandes
[PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
Joel Fernandes
[PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API to VMM
Joel Fernandes
[PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests
Joel Fernandes
Re: [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests
Alexandre Courbot
[PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
Joel Fernandes
[PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
Joel Fernandes
✗ Fi.CI.BUILD: failure for gpu: nova-core: Add memory management support
Patchwork
[PATCH v11 0/4] Rust GPU buddy allocator bindings
Joel Fernandes
[reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
Joel Fernandes
[reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
Joel Fernandes
[PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
✗ Fi.CI.BUILD: failure for Rust GPU buddy allocator bindings
Patchwork
[PATCH v11 0/2] rust: clist patches for nova-core memory management
Joel Fernandes
[PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
Joel Fernandes
[PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Alvin Sun
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Joel Fernandes
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Alvin Sun
✗ i915.CI.BAT: failure for rust: clist patches for nova-core memory management
Patchwork
[PATCH v2] drm/i915/gem: Explicitly return error value from eb_relocate helpers
Jonathan Cavitt
✗ i915.CI.BAT: failure for drm/i915/gem: Explicitly return error value from eb_relocate helpers (rev3)
Patchwork
[PATCH v4 00/16] drm/i915/display: convert a bunch of W/A checks to the new framework
Luca Coelho
[PATCH v4 01/16] drm/i915/display: remove enum macro magic in intel_display_wa()
Luca Coelho
[PATCH v4 02/16] drm/i915/display: convert audio workaround to new framework
Luca Coelho
[PATCH v4 04/16] drm/i915/display: convert W/As in intel_cdclk.c to new framework
Luca Coelho
[PATCH v4 03/16] drm/i915/display: convert W/As in intel_display_power.c to new framework
Luca Coelho
[PATCH v4 08/16] drm/i915/display: convert W/As in intel_display_device.c to new framework
Luca Coelho
[PATCH v4 07/16] drm/i915/display: convert W/As in intel_display.c to new framework
Luca Coelho
[PATCH v4 05/16] drm/i915/display: convert W/As in intel_cursor.c to new framework
Luca Coelho
[PATCH v4 06/16] drm/i915/display: convert W/As in intel_ddi.c to new framework
Luca Coelho
[PATCH v4 09/16] drm/i915/display: convert W/As in intel_dp_mst.c to new framework
Luca Coelho
[PATCH v4 13/16] drm/i915/display: convert W/As in intel_pmdemand.c to new framework
Luca Coelho
[PATCH v4 11/16] drm/i915/display: convert W/As in intel_flipq.c to new framework
Luca Coelho
[PATCH v4 15/16] drm/i915/display: convert W/As in skl_universal_plane.c to new framework
Luca Coelho
Earlier messages
Later messages