public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-10-14 20:46:04 to 2019-10-15 19:31:16 UTC [more...]

[PATCH v2 00/13] drm/i915: Plane cdclk requirements and fp16 for gen4+
 2019-10-15 19:30 UTC  (13+ messages)
` [PATCH v2 01/13] drm/i915: Add debugs to distingiush a cd2x update from a full cdclk pll update
` [PATCH v2 02/13] drm/i915: Rework global state locking
` [PATCH v2 03/13] drm/i915: Move check_digital_port_conflicts() earier
` [PATCH v2 04/13] drm/i915: Allow planes to declare their minimum acceptable cdclk
` [PATCH v2 05/13] drm/i915: Eliminate skl_check_pipe_max_pixel_rate()
` [PATCH v2 06/13] drm/i915: Simplify skl_max_scale()
` [PATCH v2 07/13] drm/i915: Add support for half float framebuffers for skl+
` [PATCH v2 08/13] drm/i915: Add support for half float framebuffers for gen4+ primary planes
` [PATCH v2 09/13] drm/i915: Add support for half float framebuffers for ivb+ sprites
` [PATCH v2 10/13] drm/i915: Add support for half float framebuffers on snb sprites
` [PATCH v2 11/13] drm/i915: Move more cdclk state handling into intel_modeset_calc_cdclk()
` [PATCH v2 12/13] drm/i915: Consolidate more cdclk state handling

[RFC 0/7] Add mipi dsi command mode support
 2019-10-15 19:20 UTC  (15+ messages)
` [RFC 1/7] drm/i915/dsi: Define command mode registers
` [RFC 2/7] drm/i915/dsi: Configure transcoder operation for command mode
` [RFC 3/7] drm/i915/dsi: Add vblank calculation "
` [RFC 4/7] drm/i915/dsi: Helper to find dsi encoder in cmd mode
` [RFC 6/7] drm/i915/dsi: Add TE handler for dsi "
` ✓ Fi.CI.IGT: success for Add mipi dsi command mode support

[PATCH] drm/i915/ehl: Don't forget to set TC long detect function
 2019-10-15 19:07 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Fix MST oops due to MSA changes
 2019-10-15 19:05 UTC 

[PATCH] drm/i915: Introduce Jasper Lake PCH
 2019-10-15 18:57 UTC  (10+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
` ✗ Fi.CI.BAT: failure for "
` ✓ Fi.CI.BAT: success for drm/i915: Introduce Jasper Lake PCH (rev2)
` ✓ Fi.CI.IGT: "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Introduce Jasper Lake PCH (rev3)

[PATCH] drm/i915/selftests: Drop stale struct_mutex
 2019-10-15 18:30 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH] kernel-doc: rename the kernel-doc directive 'functions' to 'specific'
 2019-10-15 18:27 UTC  (11+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v3 v2 0/5] Small fixes before fixing MST
 2019-10-15 18:24 UTC  (8+ messages)
` [PATCH v3 v2 1/5] drm/i915: simplify setting of ddi_io_power_domain
` [PATCH v3 v2 2/5] drm/i915: fix port checks for MST support on gen >= 11
` [PATCH v3 v2 3/5] drm/i915: remove extra new line on pipe_config mismatch
` [PATCH v3 v2 4/5] drm/i915: add pipe id/name to pipe mismatch logs
` [PATCH v3 v2 5/5] drm/i915: prettify MST debug message

[PATCH 01/11] drm/i915/tgl: Add IS_TGL_REVID
 2019-10-15 18:21 UTC  (22+ messages)
` [PATCH 02/11] drm/i915/tgl: Include ro parts of l3 to invalidate
` [PATCH 03/11] drm/i915/tgl: Add HDC Pipeline Flush
` [PATCH 04/11] drm/i915/tgl: Add extra hdc flush workaround
` [PATCH 05/11] drm/i915/tgl: Keep FF dop clock enabled for A0
` [PATCH 06/11] drm/i915/tgl: Wa_1409420604
` [PATCH 07/11] drm/i915/tgl: Wa_1409170338
` [PATCH 08/11] drm/i915/tgl: Wa_1409600907
` [PATCH 09/11] drm/i915/tgl: Wa_1607138336
` [PATCH 10/11] drm/i915/tgl: Wa_1607030317, Wa_1607186500, Wa_1607297627
` [PATCH 11/11] drm/i915/tgl: Wa_1607138340
` ✗ Fi.CI.BUILD: failure for series starting with [01/11] drm/i915/tgl: Add IS_TGL_REVID

[PATCH] drm/i915/icl: Wa_1607087056
 2019-10-15 18:20 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Move the cursor rotation handling into intel_cursor_check_surface()
 2019-10-15 18:07 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH V3 0/7] mdev based hardware virtio offloading support
 2019-10-15 17:26 UTC  (21+ messages)
` [PATCH V3 1/7] mdev: class id support
` [PATCH V3 2/7] mdev: bus uevent support
` [PATCH V3 4/7] mdev: introduce device specific ops
` [PATCH V3 5/7] mdev: introduce virtio device and its device ops
` [PATCH V3 6/7] virtio: introduce a mdev based transport

[PATCH v3 1/5] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
 2019-10-15 16:43 UTC  (13+ messages)
` [PATCH v3 2/5] drm/i915: define HAS_MAPPABLE_APERTURE
` [PATCH v3 3/5] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
` [PATCH v3 4/5] drm/i915: cpu-map based dumb buffers
` [PATCH v3 5/5] drm/i915: Add cpu fault handler for mmap_offset
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/5] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v4 0/2] Refactor Gen11+ SAGV support
 2019-10-15 16:26 UTC  (6+ messages)
` [PATCH v4 1/2] drm/i915: Refactor intel_can_enable_sagv
` [PATCH v4 2/2] drm/i915: Restrict qgv points which don't have enough bandwidth
` ✗ Fi.CI.CHECKPATCH: warning for Refactor Gen11+ SAGV support
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Flush tasklet submission before sleeping on i915_request_wait
 2019-10-15 16:14 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[RESEND PATCH v2] drm: Add getfb2 ioctl
 2019-10-15 15:12 UTC  (5+ messages)

Using Intel GPU "TearFree" option changes my detected screens / edid information
 2019-10-15 15:11 UTC  (2+ messages)

[PATCH 0/4] fix broken state checker and enable state checker for icl+
 2019-10-15 14:53 UTC  (8+ messages)
` [PATCH 3/4] [v5] drm/i915/color: Extract icl_read_luts()

[PATCH 1/7] drm/i915: Expose engine properties via sysfs
 2019-10-15 13:46 UTC  (10+ messages)
` [PATCH 2/7] drm/i915/execlists: Force preemption
` [PATCH 3/7] drm/i915/gt: Introduce barrier pulses along engines
` [PATCH 4/7] drm/i915/execlists: Cancel banned contexts on schedule-out
` [PATCH 5/7] drm/i915/gem: Cancel contexts when hangchecking is disabled
` [PATCH 6/7] drm/i915: Replace hangcheck by heartbeats
` [PATCH 7/7] drm/i915/gem: Make context persistence optional
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/7] drm/i915: Expose engine properties via sysfs
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH i-g-t] i915_hangman: Force error capture
 2019-10-15 13:31 UTC  (2+ messages)
` [igt-dev] "

[PATCH v9 0/8] drm/i915/dp: Support for DP HDR outputs
 2019-10-15 13:27 UTC  (3+ messages)

[PATCH i-g-t 1/2] lib: Generalise rapl interface
 2019-10-15 13:23 UTC  (2+ messages)

[PATCH] drm/i915: Remove leftover vma->obj->pages_pin_count on insert/remove
 2019-10-15 13:15 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Drop obj.page_pin_count after a failed vma->set_pages()
 2019-10-15 13:14 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t 1/2] i915_drm.h sync
 2019-10-15 13:05 UTC  (3+ messages)
` [PATCH i-g-t 2/2] Add i915/gem_ctx_persistence

[PATCH 01/10] drm/i915/gem: Distinguish each object type
 2019-10-15 12:49 UTC  (20+ messages)
` [PATCH 02/10] drm/i915/execlists: Clear semaphore immediately upon ELSP promotion
` [PATCH 03/10] drm/i915: Expose engine properties via sysfs
` [PATCH 04/10] drm/i915/execlists: Force preemption
` [PATCH 05/10] drm/i915/gt: Introduce barrier pulses along engines
` [PATCH 06/10] drm/i915/execlists: Cancel banned contexts on schedule-out
` [PATCH 07/10] drm/i915/gem: Cancel non-persistent contexts on close
` [PATCH 08/10] drm/i915: Replace hangcheck by heartbeats
` [PATCH 09/10] drm/i915/execlist: Trim immediate timeslice expiry
` [PATCH 10/10] drm/i915: Flush idle barriers when waiting
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/10] drm/i915/gem: Distinguish each object type
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v4 00/10] Clear Color Support for TGL Render Decompression
 2019-10-15 12:12 UTC  (17+ messages)
` [PATCH v4 01/10] drm/framebuffer: Format modifier for Intel Gen-12 render compression
` [PATCH v4 02/10] drm/i915: Use intel_tile_height() instead of re-implementing
` [PATCH v4 03/10] drm/i915: Move CCS stride alignment W/A inside intel_fb_stride_alignment
` [PATCH v4 04/10] drm/i915/tgl: Gen-12 render decompression
` [PATCH v4 05/10] drm/i915: Extract framebufer CCS offset checks into a function
` [PATCH v4 06/10] drm/framebuffer: Format modifier for Intel Gen-12 media compression
` [PATCH v4 07/10] drm/fb: Extend format_info member arrays to handle four planes
` [PATCH v4 08/10] Gen-12 display can decompress surfaces compressed by the media engine
` [PATCH v4 09/10] drm/framebuffer/tgl: Format modifier for Intel Gen 12 render compression with Clear Color
` [PATCH v4 10/10] drm/i915/tgl: Add Clear Color supoort for TGL Render Decompression
` ✗ Fi.CI.CHECKPATCH: warning for Clear Color Support for TGL Render Decompression (rev4)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for Clear Color Support for TGL Render Decompression (rev5)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/9] drm/i915: Expose 10:10:10 XRGB formats on SNB-BDW sprites
 2019-10-15 12:08 UTC  (7+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/9] drm/i915: Expose 10:10:10 XRGB formats on SNB-BDW sprites (rev2)

[CI] drm/i915/execlists: Clear semaphore immediately upon ELSP promotion
 2019-10-15 11:21 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/execlists: Clear semaphore immediately upon ELSP promotion (rev2)

[drm-intel:drm-intel-next-queued 1/1] drivers/gpu/drm/i915/i915_irq.c:2283 icp_irq_handler() error: uninitialized symbol 'tc_port_hotplug_long_detect'
 2019-10-15  9:25 UTC 

[PATCH v4 0/1] Add sysfs interface to control class-of-service
 2019-10-15  8:02 UTC  (5+ messages)
` [PATCH v4 1/1] drm/i915: "
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "

[PATCH 1/3] drm/i915/perf: Add helper macros for comparing with whitelisted registers
 2019-10-15  7:44 UTC  (5+ messages)
` [PATCH 3/3] drm/i915/perf: enable OAR context save/restore of performance counters
` ✗ Fi.CI.BUILD: failure for series starting with [1/3] drm/i915/perf: Add helper macros for comparing with whitelisted registers

[PATCH v3 0/1] Add sysfs interface to control class-of-service
 2019-10-15  7:38 UTC  (4+ messages)
` [PATCH v3 1/1] drm/i915/ehl: "

[PATCH 0/8] drm/i915: Some cleanup near the SKL wm/ddb area
 2019-10-15  3:21 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Some cleanup near the SKL wm/ddb area (rev2)

[PATCH] drm/i915/execlists: Assert tasklet is locked for process_csb()
 2019-10-15  2:28 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/execlists: Assert tasklet is locked for process_csb() (rev4)

[CI 1/4] drm/i915/perf: introduce a versioning of the i915-perf uapi
 2019-10-14 22:34 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for series starting with [CI,1/4] "

[PATCH v3 1/3] drm/i915: Add microcontrollers documentation section
 2019-10-14 22:04 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [v3,1/3] "


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