intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-27 21:01:18 to 2020-12-01 10:36:13 UTC [more...]

[Intel-gfx] [PATCH v2 00/20] drm: Move struct drm_device.pdev to legacy
 2020-12-01 10:35 UTC  (2+ messages)
` [Intel-gfx] [PATCH v2 01/20] drm/amdgpu: Fix trailing whitespaces

[Intel-gfx] [PATCH 01/10] drm/i915/gt: Replace direct submit with direct call to tasklet
 2020-12-01 10:06 UTC  (10+ messages)
` [Intel-gfx] [PATCH 02/10] drm/i915: Disable outputs during unregister
` [Intel-gfx] [PATCH 03/10] drm/i915/gt: Use virtual_engine during execlists_dequeue
` [Intel-gfx] [PATCH 04/10] drm/i915/gt: Decouple inflight virtual engines
` [Intel-gfx] [PATCH 05/10] drm/i915/gt: Defer schedule_out until after the next dequeue
` [Intel-gfx] [PATCH 06/10] drm/i915/gt: Remove virtual breadcrumb before transfer
` [Intel-gfx] [PATCH 07/10] drm/i915/gt: Shrink the critical section for irq signaling
` [Intel-gfx] [PATCH 08/10] drm/i915/gt: Resubmit the virtual engine on schedule-out
` [Intel-gfx] [PATCH 09/10] drm/i915/gt: Simplify virtual engine handling for execlists_hold()
` [Intel-gfx] [PATCH 10/10] drm/i915/gt: ce->inflight updates are now serialised

[Intel-gfx] [PATCH 01/12] drm/i915/gem: Drop free_work for GEM contexts
 2020-12-01 10:05 UTC  (15+ messages)
` [Intel-gfx] [PATCH 02/12] drm/i915/gt: Track the overall awake/busy time
` [Intel-gfx] [PATCH 03/12] drm/i915: Expose list of clients in sysfs
` [Intel-gfx] [PATCH 04/12] drm/i915: Update client name on context create
` [Intel-gfx] [PATCH 05/12] drm/i915: Make GEM contexts track DRM clients
` [Intel-gfx] [PATCH 06/12] drm/i915: Track runtime spent in closed and unreachable GEM contexts
` [Intel-gfx] [PATCH 07/12] drm/i915: Track all user contexts per client
` [Intel-gfx] [PATCH 08/12] drm/i915: Track context current active time
` [Intel-gfx] [PATCH 09/12] drm/i915: Prefer software tracked context busyness
` [Intel-gfx] [PATCH 10/12] drm/i915: Look up clients by pid
` [Intel-gfx] [PATCH 11/12] proc: Show GPU runtimes
` [Intel-gfx] [PATCH 12/12] drm/i915/gt: Export device and per-process runtimes via procfs
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/12] drm/i915/gem: Drop free_work for GEM contexts
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 00/15] drm: Move struct drm_device.pdev to legacy
 2020-12-01  9:50 UTC  (6+ messages)
` [Intel-gfx] [PATCH 09/15] drm/nouveau: Remove references to struct drm_device.pdev
` [Intel-gfx] [PATCH 14/15] drm/vmwgfx: "

[Intel-gfx] [RFC 1/4] drm/i915/gt: Add an insert_entry for gen8_ppgtt
 2020-12-01  9:49 UTC  (16+ messages)
` [Intel-gfx] [RFC 2/4] drm/i915/gt: Add a routine to iterate over the pagetables of a GTT
` [Intel-gfx] [RFC 3/4] drm/i915/gt: Export the pinned context constructor
` [Intel-gfx] [RFC 4/4] drm/i915/gt: Pipelined page migration
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [RFC,1/4] drm/i915/gt: Add an insert_entry for gen8_ppgtt
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915: Disable outputs during unregister
 2020-12-01  9:19 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH 0/9] drm/i915: Add the missing wakeref tracking for display power references
 2020-12-01  8:14 UTC  (22+ messages)
` [Intel-gfx] [PATCH 1/9] drm/i915: Use CRTC index consistently during getting/putting CRTC power domains
` [Intel-gfx] [PATCH 2/9] drm/i915: Factor out helpers to get/put a set of tracked "
` [Intel-gfx] [PATCH 3/9] drm/i915: Track power references taken for enabled CRTCs
` [Intel-gfx] [PATCH 4/9] drm/i915/ddi: Track power reference taken for encoder DDI IO use
` [Intel-gfx] [PATCH 5/9] drm/i915/ddi: Track power reference taken for encoder main lane AUX use
` [Intel-gfx] [PATCH 6/9] drm/i915: Track power reference taken for eDP VDD
` [Intel-gfx] [PATCH 7/9] drm/i915: Rename power_domains.wakeref to init_wakeref
` [Intel-gfx] [PATCH 8/9] drm/i915: Track power reference taken to disable power well functionality
` [Intel-gfx] [PATCH 9/9] drm/i915: Make intel_display_power_put_unchecked() an internal-only function
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add the missing wakeref tracking for display power references
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI 1/2] drm/i915/gt: Replace direct submit with direct call to tasklet
 2020-12-01  8:26 UTC  (4+ messages)
` [Intel-gfx] [CI 2/2] drm/i915/gt: ce->inflight updates are now serialised
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/2] drm/i915/gt: Replace direct submit with direct call to tasklet
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection
 2020-12-01  8:24 UTC  (6+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v3 01/10] drm/i915/debugfs: remove RPS autotuning details from i915_rps_boost_info
 2020-12-01  8:15 UTC  (13+ messages)
` [Intel-gfx] [PATCH v3 02/10] drm/i915: remove last traces of I915_READ_FW() and I915_WRITE_FW()
` [Intel-gfx] [PATCH v3 03/10] drm/i915/cdclk: prefer intel_de_write() over I915_WRITE()
` [Intel-gfx] [PATCH v3 04/10] drm/i915/debugfs: remove the i915_cache_sharing debugfs file
` [Intel-gfx] [PATCH v3 05/10] drm/i915/debugfs: replace I915_READ() with intel_uncore_read()
` [Intel-gfx] [PATCH v3 06/10] drm/i915/suspend: replace I915_READ()/WRITE() with intel_de_read()/write()
` [Intel-gfx] [PATCH v3 07/10] drm/i915/pm: replace I915_READ()/WRITE() with intel_uncore_read()/write()
` [Intel-gfx] [PATCH v3 08/10] drm/i915/irq: "
` [Intel-gfx] [PATCH v3 09/10] drm/i915/gvt: replace I915_WRITE with intel_uncore_write
` [Intel-gfx] [PATCH v3 10/10] drm/i915: remove last traces of I915_READ(), I915_WRITE() and POSTING_READ()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,01/10] drm/i915/debugfs: remove RPS autotuning details from i915_rps_boost_info
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gvt: avoid useless use of inline
 2020-12-01  8:06 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] Revert "drm/i915: re-order if/else ladder for hpd_irq_setup"
 2020-12-01  5:46 UTC  (6+ messages)

[Intel-gfx] [PATCH] drm/i915: refactor panel backlight control functions. (v2)
 2020-12-01  2:13 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: refactor panel backlight control functions. (rev2)

[Intel-gfx] [RFC v2 0/8] drm/i915: Add support for Intel's eDP backlight controls
 2020-12-01  2:10 UTC  (9+ messages)
` [Intel-gfx] [RFC v2 1/8] drm/i915/dp: Program source OUI on eDP panels
` [Intel-gfx] [RFC v2 3/8] drm/i915: Keep track of pwm-related backlight hooks separately

[Intel-gfx] [v14 00/15] Enable HDR on MCA LSPCON based Gen9 devices
 2020-12-01  0:34 UTC  (19+ messages)
` [Intel-gfx] [v14 01/15] drm/i915/display: Add HDR Capability detection for LSPCON
` [Intel-gfx] [v14 02/15] drm/i915/display: Enable HDR on gen9 devices with MCA Lspcon
` [Intel-gfx] [v14 03/15] drm/i915/display: Attach HDR property for capable Gen9 devices
` [Intel-gfx] [v14 04/15] drm/i915/display: Fixes quantization range for YCbCr output
` [Intel-gfx] [v14 05/15] drm/i915/display: Add a WARN for invalid output range and format
` [Intel-gfx] [v14 06/15] drm/i915/display: Attach content type property for LSPCON
` [Intel-gfx] [v14 07/15] drm/i915: Split intel_attach_colorspace_property() into HDMI vs. DP variants
` [Intel-gfx] [v14 08/15] drm/i915/display: Enable colorspace programming for LSPCON devices
` [Intel-gfx] [v14 09/15] drm/i915/display: Nuke bogus lspcon check
` [Intel-gfx] [v14 10/15] drm/i915/display: Enable HDR for Parade based lspcon
` [Intel-gfx] [v14 11/15] drm/i915/lspcon: Create separate infoframe_enabled helper
` [Intel-gfx] [v14 12/15] drm/i915/display: Implement infoframes readback for LSPCON
` [Intel-gfx] [v14 13/15] drm/i915/display: Implement DRM infoframe read "
` [Intel-gfx] [v14 14/15] drm/i915/lspcon: Do not send DRM infoframes to non-HDMI sinks
` [Intel-gfx] [v14 15/15] drm/i915/display: [NOT FOR MERGE] Reduce blanking to support 4k60@10bpp for LSPCON
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Enable HDR on MCA LSPCON based Gen9 devices (rev15)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/2] drm/framebuffer: Format modifier for Intel Gen 12 render compression with Clear Color
 2020-12-01  0:18 UTC  (6+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/selftest: also consider non-contiguous objects
 2020-12-01  0:00 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/selftest: assert we get 2M GTT pages
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/selftest: also consider non-contiguous objects
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/4] drm/i915: Track logically enabled planes for hw state
 2020-11-30 22:53 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915: Add intel_atomic_add_affected_planes()
` [Intel-gfx] [PATCH 3/4] drm/i915: Properly flag modesets for all bigjoiner pipes
` [Intel-gfx] [PATCH 4/4] drm/i915: Call kill_bigjoiner_slave() earlier

[Intel-gfx] [PATCH v3] drm/i915/lmem: Limit block size to 4G
 2020-11-30 22:16 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/lmem: Limit block size to 4G (rev3)

[Intel-gfx] [PATCH 1/5] drm/i915/gt: Add an insert_entry for gen8_ppgtt
 2020-11-30 21:43 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/5] drm/i915/gt: Add a routine to iterate over the pagetables of a GTT
` [Intel-gfx] [PATCH 3/5] drm/i915/gt: Export the pinned context constructor
` [Intel-gfx] [PATCH 4/5] drm/i915/gt: Pipelined page migration
` [Intel-gfx] [PATCH 5/5] drm/i915/gt: Pipelined clear
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915/gt: Add an insert_entry for gen8_ppgtt
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH CI] drm/i915/display/psr: Calculate selective fetch plane registers
 2020-11-30 21:08 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [v12 08/15] drm/i915/display: Enable colorspace programming for LSPCON devices
 2020-11-30 20:17 UTC  (4+ messages)
` [Intel-gfx] [v13 "

[Intel-gfx] [PATCH] drm/i915/perf: also include Gen11 in OATAILPTR workaround
 2020-11-30 20:08 UTC  (2+ messages)

[Intel-gfx] linux firmware PR for i915 GuC v49.0.1
 2020-11-30 19:15 UTC  (5+ messages)

[Intel-gfx] [RFC PATCH 000/162] DG1 + LMEM enabling
 2020-11-30 17:35 UTC  (22+ messages)
` [Intel-gfx] [RFC PATCH 096/162] drm/i915: setup the LMEM region
` [Intel-gfx] [RFC PATCH 107/162] drm/i915: setup GPU device lmem region
` [Intel-gfx] [RFC PATCH 118/162] drm/i915/dg1: Reserve first 1MB of local memory
` [Intel-gfx] [RFC PATCH 119/162] drm/i915/dg1: Read OPROM via SPI controller
` [Intel-gfx] [RFC PATCH 120/162] drm/i915/oprom: Basic sanitization
` [Intel-gfx] [RFC PATCH 124/162] drm/i915/lmem: allocate HWSP in lmem
` [Intel-gfx] [RFC PATCH 131/162] drm/i915/dg1: Add enable_eviction modparam
` [Intel-gfx] [RFC PATCH 157/162] drm/i915: Improve accuracy of eviction stats

[Intel-gfx] [RFC 0/2] Display glitches fixes
 2020-11-30 16:16 UTC  (6+ messages)
` [Intel-gfx] [RFC 1/2] drm/i915/dp: optimize pps_lock wherever required
` [Intel-gfx] [RFC 2/2] drm/i915/display: Protect pipe_update against dc3co exit
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Display glitches fixes

[Intel-gfx] [PATCH i-g-t] i915/gem_request_retire: Switch from random blitter loads to dummy
 2020-11-30 16:24 UTC  (4+ messages)
    ` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-26 17:05 UTC  (33+ messages)
                  ` [Intel-gfx] [Intel-wired-lan] "

[Intel-gfx] [PATCH v4 0/3] mmu_notifier vs fs_reclaim lockdep annotations
 2020-11-26  7:20 UTC  (5+ messages)
` [Intel-gfx] [PATCH] drm/ttm: don't set page->mapping

[Intel-gfx] [PATCH] drm/i915: refactor panel backlight control functions
 2020-11-30 16:19 UTC  (2+ messages)

[Intel-gfx] [PATCH V2] drm/i915/jsl: Disable cursor clock gating in HDR mode
 2020-11-30 15:50 UTC  (3+ messages)

[Intel-gfx] [ANNOUNCE] upcoming mandated dim upgrade due to drm-intel branch change
 2020-11-30 15:33 UTC 

[Intel-gfx] [PATCH v2] drm/i915/lmem: Limit block size to 4G
 2020-11-30 13:32 UTC 

[Intel-gfx] [PATCH] drm/i915/gem: Differentiate oom failures from invalid map types
 2020-11-30 13:24 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/lmem: Limit block size to 4G
 2020-11-30 13:18 UTC  (2+ messages)

[Intel-gfx] [v12 00/15] Enable HDR on MCA LSPCON based Gen9 devices
 2020-11-30 12:35 UTC  (9+ messages)
` [Intel-gfx] [v12 11/15] drm/i915/lspcon: Create separate infoframe_enabled helper
` [Intel-gfx] [v12 14/15] drm/i915/lspcon: Do not send DRM infoframes to non-HDMI sinks
` [Intel-gfx] [v12 15/15] drm/i915/display: [NOT FOR MERGE] Reduce blanking to support 4k60@10bpp for LSPCON

[Intel-gfx] [PATCH] drm/i915/pmu: Deprecate I915_PMU_LAST and optimize state tracking
 2020-11-30 12:31 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2] "

[Intel-gfx] [PATCH] drm/i915/display: Suppress "Combo PHY A HW state changed unexpectedly"
 2020-11-27 23:47 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_capture: Trim the blocking workload
 2020-11-27 21:29 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 NNTP newsgroup(s).