public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-10-03 17:58:52 to 2019-10-04 15:48:11 UTC [more...]

[PATCH] drm/i915: customize DPCD brightness control for specific panel
 2019-10-04 21:58 UTC  (2+ messages)

[PATCH v10 RESEND 0/6] DC3CO Support for TGL test with DC3CO IGT
 2019-10-04 15:48 UTC  (3+ messages)
` [PATCH v10 1/6] drm/i915/tgl: Add DC3CO required register and bits

[RFC v3 9/9] Gen-12 display can decompress surfaces compressed by the media engine
 2019-10-04 15:36 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 0/4] fix broken state checker and enable state checker for icl+
 2019-10-04 15:20 UTC  (9+ messages)
` [PATCH 1/4] [v2] drm/i915/color: fix broken gamma state-checker during boot
` [PATCH 2/4] drm/i915/color: move check of gamma_enable to specific func/platform
` [PATCH 3/4] [v5] drm/i915/color: Extract icl_read_luts()
` [PATCH 4/4] FOR_TESTING_ONLY: Print rgb values of hw and sw blobs
` ✗ Fi.CI.CHECKPATCH: warning for fix broken state checker and enable state checker for icl+
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] i915/gem_ctx_isolation: Bump support for Tigerlake
 2019-10-04 15:19 UTC  (8+ messages)
` [igt-dev] "

[RFC v3 0/9] Gen12 E2E compression
 2019-10-04 15:10 UTC  (8+ messages)
` [RFC v3 3/9] drm/i915: Move CCS stride alignment W/A inside intel_fb_stride_alignment
` [RFC v3 5/9] drm/i915: Extract framebufer CCS offset checks into a function
` [RFC v3 7/9] drm/i915: Skip rotated offset adjustment for unsupported modifiers

struct_mutex, last round?
 2019-10-04 14:49 UTC  (24+ messages)
` [PATCH 01/20] drm/i915: Only track bound elements of the GTT
` [PATCH 02/20] drm/i915: Mark up address spaces that may need to allocate
` [PATCH 03/20] drm/i915: Pull i915_vma_pin under the vm->mutex
` [PATCH 04/20] drm/i915: Push the i915_active.retire into a worker
` [PATCH 05/20] drm/i915: Coordinate i915_active with its own mutex
` [PATCH 06/20] drm/i915: Move idle barrier cleanup into engine-pm
` [PATCH 07/20] drm/i915: Drop struct_mutex from around i915_retire_requests()
` [PATCH 08/20] drm/i915: Remove the GEM idle worker
` [PATCH 09/20] drm/i915: Merge wait_for_timelines with retire_request
` [PATCH 10/20] drm/i915/gem: Retire directly for mmap-offset shrinking
` [PATCH 11/20] drm/i915: Move request runtime management onto gt
` [PATCH 12/20] drm/i915: Move global activity tracking from GEM to GT
` [PATCH 13/20] drm/i915: Remove logical HW ID
` [PATCH 14/20] drm/i915: Move context management under GEM
` [PATCH 15/20] drm/i915/overlay: Drop struct_mutex guard
` [PATCH 16/20] drm/i915: Drop struct_mutex guard from debugfs/framebuffer_info
` [PATCH 17/20] drm/i915: Remove struct_mutex guard for debugfs/opregion
` [PATCH 18/20] drm/i915: Drop struct_mutex from suspend state save/restore
` [PATCH 19/20] drm/i915/selftests: Drop vestigal struct_mutex guards
` [PATCH 20/20] drm/i915: Drop struct_mutex from around GEM initialisation
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/20] drm/i915: Only track bound elements of the GTT
` ✗ Fi.CI.BAT: failure "

[PATCH TRIVIAL v2] gpu: Fix Kconfig indentation
 2019-10-04 14:45 UTC 

[PATCH] drm/i915: Use helpers for drm_mm_node booleans
 2019-10-04 14:33 UTC  (2+ messages)

[PATCH 00/24] Enable bigjoiner support, second approach
 2019-10-04 14:23 UTC  (32+ messages)
` [PATCH 01/24] HAX to make DSC work on the icelake test system
` [PATCH 02/24] drm/i915: Fix for_each_intel_plane_mask definition
` [PATCH 03/24] drm/i915: Introduce and use intel_atomic_crtc_state_for_each_plane_state
` [PATCH 04/24] drm/i915: Remove cursor use of properties for coordinates
` [PATCH 05/24] drm/i915: Use intel_plane_state in prepare and cleanup plane_fb
` [PATCH 06/24] drm/i915: Remove begin/finish_crtc_commit, v4
` [PATCH 07/24] drm/i915: Introduce intel_atomic_get_plane_state_after_check()
` [PATCH 08/24] drm/i915: Prepare to split crtc state in uapi and hw state
` [PATCH 09/24] drm/i915: Handle a few more cases for crtc hw/uapi split
` [PATCH 10/24] drm/i915: Complete crtc hw/uapi split, v2
` [PATCH 11/24] drm/i915: Preparation for plane split
` [PATCH 12/24] drm/i915: Split plane hw and uapi state
` [PATCH 13/24] drm/i915: Stop using drm_atomic_helper_check_planes()
` [PATCH 14/24] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v2
` [PATCH 15/24] drm/i915: Try to make bigjoiner work in atomic check, v2
` [PATCH 16/24] drm/i915: Enable big joiner support in enable and disable sequences
` [PATCH 17/24] drm/i915: Make hardware readout work on i915
` [PATCH 18/24] drm/i915: Remove special case slave handling during hw programming
` [PATCH 19/24] drm/i915: Link planes in a bigjoiner configuration, v2
` [PATCH 20/24] drm/i915: Add bigjoiner aware plane clipping checks
` [PATCH 21/24] drm/i915: Ensure color blobs are copied to slave before planes are checked
` [PATCH 22/24] drm/i915: Add intel_update_bigjoiner handling
` [PATCH 23/24] drm/i915: Add debugfs dumping for bigjoiner, v2
` [PATCH 24/24] semi-hax: drm/i915: Always verify ddb allocation
  ` [PATCH] "
` ✗ Fi.CI.BUILD: failure for Enable bigjoiner support, second approach

[PATCH 1/4] drm/edid: Make drm_get_cea_aspect_ratio() static
 2019-10-04 14:19 UTC  (4+ messages)
` [PATCH 2/4] drm/edid: Extract drm_mode_cea_vic()
` [PATCH 3/4] drm/edid: Fix HDMI VIC handling
` [PATCH 4/4] drm/edid: Prep for HDMI VIC aspect ratio (WIP)

[CI 1/3] drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem()
 2019-10-04 13:55 UTC  (5+ messages)
` [CI 2/3] drm/i915: split out i915_switcheroo.[ch] from i915_drv.c
` [CI 3/3] drm/i915: move gmbus setup down to intel_modeset_init()
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem()
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Add Sphinx-compatible references to struct fields
 2019-10-04 13:26 UTC  (3+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH v2 1/2] drm/i915: Fix audio power up sequence for gen10+ display
 2019-10-04 12:48 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [v2,1/2] "

[PATCH] drm/i915/dp: remove static variable for aux last status
 2019-10-04 12:11 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/dp: remove static variable for aux last status (rev3)

[PATCH] drm/i915: Restrict L3 remapping sysfs interface to dwords
 2019-10-04 12:11 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v2 00/22] LMEM basics
 2019-10-04 12:08 UTC  (38+ messages)
` [PATCH v2 01/22] drm/i915/stolen: make the object creation interface consistent
` [PATCH v2 02/22] drm/i915: introduce intel_memory_region
` [PATCH v2 03/22] drm/i915/region: support contiguous allocations
` [PATCH v2 04/22] drm/i915/region: support volatile objects
` [PATCH v2 05/22] drm/i915: Add memory region information to device_info
` [PATCH v2 06/22] drm/i915: support creating LMEM objects
` [PATCH v2 07/22] drm/i915: setup io-mapping for LMEM
` [PATCH v2 08/22] drm/i915/lmem: support kernel mapping
` [PATCH v2 09/22] drm/i915/selftests: add write-dword test for LMEM
` [PATCH v2 10/22] drm/i915/selftests: extend coverage to include LMEM huge-pages
` [PATCH v2 11/22] drm/i915: enumerate and init each supported region
` [PATCH v2 12/22] drm/i915: treat shmem as a region
` [PATCH v2 13/22] drm/i915: treat stolen "
` [PATCH v2 14/22] drm/i915: define HAS_MAPPABLE_APERTURE
` [PATCH v2 15/22] drm/i915: do not map aperture if it is not available
` [PATCH v2 16/22] drm/i915: set num_fence_regs to 0 if there is no aperture
` [PATCH v2 17/22] drm/i915: error capture with no ggtt slot
` [PATCH v2 18/22] drm/i915: Don't try to place HWS in non-existing mappable region
` [PATCH v2 19/22] drm/i915: don't allocate the ring in stolen if we lack aperture
` [PATCH v2 20/22] drm/i915/selftests: fallback to using the gpu to trash stolen
` [PATCH v2 21/22] drm/i915/selftests: check for missing aperture
` [PATCH v2 22/22] HAX drm/i915: add the fake lmem region
` ✗ Fi.CI.CHECKPATCH: warning for LMEM basics (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/5] drm/i915/execlists: Skip redundant resubmission
 2019-10-04 12:01 UTC  (20+ messages)
` [PATCH 2/5] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
  ` [PATCH] "
` [PATCH 3/5] drm/mm: Use helpers for drm_mm_node booleans
` [PATCH 4/5] drm/mm: Convert drm_mm_node booleans to bitops
` [PATCH 5/5] drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node()
        ` [Intel-gfx] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915/execlists: Skip redundant resubmission
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915/execlists: Skip redundant resubmission (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure for series starting with [1/5] drm/i915/execlists: Skip redundant resubmission

[PATCH] TGL HAX drm/i915/tgl: Interrupts are overrated
 2019-10-04 11:27 UTC  (16+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for TGL HAX drm/i915/tgl: Interrupts are overrated (rev2)
` ✗ Fi.CI.CHECKPATCH: warning for TGL HAX drm/i915/tgl: Interrupts are overrated (rev4)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for TGL HAX drm/i915/tgl: Interrupts are overrated (rev5)
` ✗ Fi.CI.CHECKPATCH: warning for TGL HAX drm/i915/tgl: Interrupts are overrated (rev7)
` ✗ Fi.CI.BAT: failure for TGL HAX drm/i915/tgl: Interrupts are overrated (rev5)
` ✓ Fi.CI.BAT: success for TGL HAX drm/i915/tgl: Interrupts are overrated (rev7)

[RESEND PATCH v2] drm: Add getfb2 ioctl
 2019-10-04 11:20 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/tgl: Add the Thunderbolt PLL divider values
 2019-10-04 10:49 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/tgl: Add the Thunderbolt PLL divider values (rev3)

[PATCH 16/22] drm/i915: Move context management under GEM
 2019-10-04 10:27 UTC  (3+ messages)
` [PATCH] "

[PATCH v2] lib/string-choice: add yesno(), onoff(), enableddisabled(), plural() helpers
 2019-10-04  9:09 UTC  (3+ messages)
` [PATCH v3] string-choice: "

[CI v6 1/6] drm/i915/display/icl: Save Master transcoder in slave's crtc_state for Transcoder Port Sync
 2019-10-04  6:34 UTC  (8+ messages)
` [CI v6 2/6] drm/i915/display/icl: Enable TRANSCODER PORT SYNC for tiled displays across separate ports
` [CI v6 3/6] drm/i915/display/icl: HW state readout for transcoder port sync config
` [CI v6 4/6] drm/i915/display/icl: Enable master-slaves in trans port sync
` [CI v6 5/6] drm/i915/display/icl: Disable transcoder port sync as part of crtc_disable() sequence
` [CI v6 6/6] drm/i915/display/icl: In port sync mode disable slaves first then master
` ✓ Fi.CI.BAT: success for series starting with [CI,v6,1/6] drm/i915/display/icl: Save Master transcoder in slave's crtc_state for Transcoder Port Sync
` ✗ Fi.CI.IGT: failure "

[RFC 0/6] DP Phy compliace auto test
 2019-10-04  3:07 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

struct_mutex batch
 2019-10-04  2:13 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v3] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) (rev9)

[PATCH] drm/i915: Implement a better i945gm vblank irq vs. C-states workaround
 2019-10-04  1:24 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

linux-next: manual merge of the drm-misc tree with the admgpu tree
 2019-10-04  1:10 UTC 

[PATCH] drm/i915/execlists: Skip redundant resubmission
 2019-10-03 22:44 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH 04/11] drm: convert drm_mm_interval_tree to half closed intervals
 2019-10-03 20:18 UTC 

[PULL] drm-intel-fixes
 2019-10-03 19:52 UTC  (3+ messages)

[PATCH i-g-t v2 1/2] tests/kms_getfb: Add getfb2 tests
 2019-10-03 18:46 UTC  (2+ messages)
` [PATCH i-g-t v2 2/2] NOMERGE: Import drm.h up to 54ecb8f7028c

[PULL] drm-intel-fixes
 2019-10-03 18:12 UTC  (2+ messages)


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