public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-05-06 23:00:59 to 2019-05-08 10:09:56 UTC [more...]

[PATCH i-g-t 01/16] i915/gem_exec_schedule: Semaphore priority fixups
 2019-05-08 10:09 UTC  (14+ messages)
` [PATCH i-g-t 02/16] drm-uapi: Import i915_drm.h upto 53073249452d
` [PATCH i-g-t 03/16] i915: Add gem_vm_create
` [PATCH i-g-t 04/16] i915/gem_ctx_param: Test set/get (copy) VM
` [PATCH i-g-t 05/16] i915/gem_ctx_create: Basic checks for constructor properties
` [PATCH i-g-t 06/16] drm-uapi: Import i915_drm.h upto 364df3d04d51
` [PATCH i-g-t 07/16] i915: Add gem_ctx_clone
` [PATCH i-g-t 08/16] i915: Exercise creating context with shared GTT
` [PATCH i-g-t 09/16] i915/gem_ctx_switch: Exercise queues
` [PATCH i-g-t 10/16] i915/gem_exec_whisper: Fork all-engine tests one-per-engine
` [PATCH i-g-t 11/16] i915/gem_exec_whisper: debugfs/next_seqno is defunct
` [PATCH i-g-t 12/16] i915: Add gem_ctx_engines
` [PATCH i-g-t 13/16] i915: Add gem_exec_balancer
` [PATCH i-g-t 14/16] i915/gem_exec_balancer: Exercise bonded pairs

[v8 00/10] Add HDR Metadata Parsing and handling in DRM layer
 2019-05-08  9:58 UTC  (13+ messages)
` [v8 01/10] drm: Add HDR source metadata property
` [v8 02/10] drm: Parse HDR metadata info from EDID
` [v8 08/10] drm/i915:Enabled Modeset when HDR Infoframe changes

[PATCH v2 0/7] Hexdump Enhancements
 2019-05-08  9:19 UTC  (11+ messages)
` [PATCH v2 1/7] lib/hexdump.c: Fix selftests
` [PATCH v2 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer
` [PATCH v2 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
  ` [PATCH v2 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
  ` [PATCH v2 5/7] lib/hexdump.c: Allow multiple groups to be separated by lines '|'
  ` [PATCH v2 6/7] lib/hexdump.c: Allow multiple groups to be separated by spaces
` [PATCH v2 7/7] lib/hexdump.c: Optionally retain byte ordering

[PATCH 01/45] drm/i915: Seal races between async GPU cancellation, retirement and signaling
 2019-05-08  8:48 UTC  (5+ messages)
` [PATCH 20/45] drm/i915: Apply an execution_mask to the virtual_engine

[PATCH 01/40] drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD
 2019-05-08  8:07 UTC  (40+ messages)
` [PATCH 02/40] drm/i915: Rearrange i915_scheduler.c
` [PATCH 03/40] drm/i915: Pass i915_sched_node around internally
` [PATCH 04/40] drm/i915: Check for no-op priority changes first
` [PATCH 05/40] drm/i915: Bump signaler priority on adding a waiter
` [PATCH 06/40] drm/i915: Convert inconsistent static engine tables into an init error
` [PATCH 07/40] drm/i915: Seal races between async GPU cancellation, retirement and signaling
` [PATCH 08/40] dma-fence: Refactor signaling for manual invocation
` [PATCH 09/40] drm/i915: Restore control over ppgtt for context creation ABI
` [PATCH 10/40] drm/i915: Allow a context to define its set of engines
` [PATCH 11/40] drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
` [PATCH 12/40] drm/i915: Re-expose SINGLE_TIMELINE flags for context creation
` [PATCH 13/40] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 14/40] drm/i915: Load balancing across a virtual engine
` [PATCH 15/40] drm/i915: Apply an execution_mask to the virtual_engine
` [PATCH 16/40] drm/i915: Extend execution fence to support a callback
` [PATCH 17/40] drm/i915/execlists: Virtual engine bonding
` [PATCH 18/40] drm/i915: Allow specification of parallel execbuf
` [PATCH 19/40] drm/i915: Split GEM object type definition to its own header
` [PATCH 20/40] drm/i915: Pull GEM ioctls interface to its own file
` [PATCH 21/40] drm/i915: Move object->pages API to i915_gem_object.[ch]
` [PATCH 22/40] drm/i915: Move shmem object setup to its own file
` [PATCH 23/40] drm/i915: Move phys objects "
` [PATCH 24/40] drm/i915: Move mmap and friends "
` [PATCH 25/40] drm/i915: Move GEM domain management "
` [PATCH 26/40] drm/i915: Move more GEM objects under gem/
` [PATCH 27/40] drm/i915: Pull scatterlist utils out of i915_gem.h
` [PATCH 28/40] drm/i915: Move GEM object domain management from struct_mutex to local
` [PATCH 29/40] drm/i915: Move GEM object waiting to its own file
` [PATCH 30/40] drm/i915: Move GEM object busy checking "
` [PATCH 31/40] drm/i915: Move GEM client throttling "
` [PATCH 32/40] drm/i915: Drop the deferred active reference
` [PATCH 33/40] drm/i915: Move object close under its own lock
` [PATCH 34/40] drm/i915: Rename intel_context.active to .inflight
` [PATCH 35/40] drm/i915: Keep contexts pinned until after the next kernel context switch
` [PATCH 36/40] drm/i915: Stop retiring along engine
` [PATCH 37/40] drm/i915: Replace engine->timeline with a plain list
` [PATCH 38/40] drm/i915: Flush the execution-callbacks on retiring
` [PATCH 39/40] drm/i915/execlists: Preempt-to-busy
` [PATCH 40/40] drm/i915/execlists: Minimalistic timeslicing

[PATCH] RFC: x86/smp: use printk_deferred in native_smp_send_reschedule
 2019-05-08  8:25 UTC  (10+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v6 0/6] drm/i915/dp: Support for DP YCbCr4:2:0 outputs
 2019-05-08  8:17 UTC  (7+ messages)
` [PATCH v6 1/6] drm/i915/dp: Add a config function for YCBCR420 outputs
` [PATCH v6 2/6] drm: Add a VSC structure for handling Pixel Encoding/Colorimetry Formats
` [PATCH v6 3/6] drm/i915/dp: Program VSC Header and DB for Pixel Encoding/Colorimetry Format
` [PATCH v6 4/6] drm/i915/dp: Add a support of YCBCR 4:2:0 to DP MSA
` [PATCH v6 5/6] drm/i915/dp: Change a link bandwidth computation for DP
` [PATCH v6 6/6] drm/i915/dp: Support DP ports YUV 4:2:0 output to GEN11

[PATCH] RFC: console: hack up console_trylock more
 2019-05-08  8:17 UTC  (7+ messages)
` [PATCH] RFC: console: hack up console_lock more v2
          ` [Intel-gfx] "

[drm-tip:drm-tip /8] drivers/gpu/drm/i915/i915_request.c:842:1: error: redefinition of 'already_busywaiting'
 2019-05-08  7:42 UTC  (2+ messages)

[drm-tip:drm-tip 5/8] drivers/gpu/drm/i915/i915_request.c:827:1: error: redefinition of 'i915_request_await_start'
 2019-05-08  7:40 UTC  (2+ messages)

✗ Fi.CI.BAT: failure for drm/i915/gen11: enable support for headerless msgs (rev4)
 2019-05-08  6:41 UTC  (2+ messages)

[PATCH] drm/i915: Engine relative MMIO
 2019-05-08  6:06 UTC  (4+ messages)

[PATCH] drm/i915/icl: Fix setting 10 bit deep color mode
 2019-05-08  4:53 UTC  (8+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915/icl: Fix setting 10 bit deep color mode (rev3)
` ✓ Fi.CI.IGT: "

[PATCH v7 00/11] HDCP2.2 Phase II
 2019-05-08  0:41 UTC  (16+ messages)
` [PATCH v7 01/11] drm: move content protection property to mode_config
` [PATCH v7 02/11] drm/i915: debugfs: HDCP2.2 capability read
` [PATCH v7 03/11] drm: generic fn converting be24 to cpu and vice versa
` [PATCH v7 04/11] drm: revocation check at drm subsystem
` [PATCH v7 05/11] drm/i915: SRM revocation check for HDCP1.4 and 2.2
` [PATCH v7 06/11] drm/hdcp: gathering hdcp related code into drm_hdcp.c
` [PATCH v7 07/11] drm: Add Content protection type property
` [PATCH v7 08/11] drm/i915: Attach content "
` [PATCH v7 09/11] drm: uevent for connector status change
` [PATCH v7 10/11] drm/hdcp: update content protection property with uevent
` [PATCH v7 11/11] drm/i915: update the hdcp state "
` ✗ Fi.CI.CHECKPATCH: warning for HDCP2.2 Phase II (rev9)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3 0/4] Enable Multi-segmented-gamma for ICL
 2019-05-07 22:08 UTC  (8+ messages)
` [PATCH v3 1/4] drm/i915: Change gamma/degamma_lut_size data type to u32
` [PATCH v3 2/4] drm/i915/icl: Add register definitions for Multi Segmented gamma
` [PATCH v3 3/4] drm/i915: Rename ivb_load_lut_10_max
` [PATCH v3 4/4] drm/i915/icl: Add Multi-segmented gamma support
` ✓ Fi.CI.BAT: success for Enable Multi-segmented-gamma for ICL (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 0/5] Refactor to expand subslice mask
 2019-05-07 21:19 UTC  (9+ messages)
` [PATCH 4/5] drm/i915: Refactor sseu helper functions
` [PATCH 5/5] drm/i915: Expand subslice mask

[CI] drm/i915/execlists: Don't apply priority boost for resets
 2019-05-07 21:19 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[CI] drm/i915: Only reschedule the submission tasklet if preemption is possible
 2019-05-07 20:37 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[RFC PATCH 0/5] cgroup support for GPU devices
 2019-05-07 19:50 UTC  (3+ messages)

[PATCH 1/4] drm/i915: Flush the switch-to-kernel-context harder for DROP_IDLE
 2019-05-07 18:56 UTC  (8+ messages)
` [PATCH 2/4] drm/i915: Remove delay for idle_work
` [PATCH 3/4] drm/i915: Cancel retire_worker on parking
` [PATCH 4/4] drm/i915: Stop spinning for DROP_IDLE (debugfs/i915_drop_caches)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Flush the switch-to-kernel-context harder for DROP_IDLE
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: Fix fastset vs. pfit on/off on HSW EDP transcoder
 2019-05-07 18:33 UTC  (2+ messages)

[PATCH v3 1/2] drm/i915/GLK: Properly handle plane CSC for BT2020 framebuffers
 2019-05-07 15:38 UTC  (5+ messages)
` [PATCH] drm/i915/icl: Handle YCbCr to RGB conversion for BT2020 case

[PATCH] i915: disable framebuffer compression on GeminiLake
 2019-05-07 15:06 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for i915: disable framebuffer compression on GeminiLake (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 01/13] drm/i915: Assert breadcrumbs are correctly ordered in the signal handler
 2019-05-07 14:38 UTC  (25+ messages)
` [PATCH 02/13] drm/i915: Prefer checking the wakeref itself rather than the counter
` [PATCH 03/13] drm/i915: Assert the local engine->wakeref is active
` [PATCH 05/13] drm/i915: Remove delay for idle_work
` [PATCH 06/13] drm/i915: Cancel retire_worker on parking
` [PATCH 08/13] drm/i915: Only reschedule the submission tasklet if preemption is possible
` [PATCH 09/13] drm/i915/execlists: Don't apply priority boost for resets
` [PATCH 10/13] drm/i915: Rearrange i915_scheduler.c
` [PATCH 11/13] drm/i915: Pass i915_sched_node around internally
` [PATCH 12/13] drm/i915: Bump signaler priority on adding a waiter
` [PATCH v2] drm/i915: Assert breadcrumbs are correctly ordered in the signal handler

[PATCH 00/10] drm/i915: Add support for asynchronous display power disabling
 2019-05-07 14:03 UTC  (3+ messages)
` [PATCH 01/10] drm/i915: Add support for tracking wakerefs w/o power-on guarantee

[PATCH v2 1/2] drm/i915/gtt: grab wakeref in gen6_alloc_va_range
 2019-05-07 12:45 UTC  (7+ messages)
` [PATCH v2 2/2] drm/i915: add in-kernel blitter client
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915/gtt: grab wakeref in gen6_alloc_va_range
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PULL] gvt-next-fixes
 2019-05-07 12:44 UTC  (2+ messages)

[PATCH v6 00/10] HDCP2.2 Phase II
 2019-05-07 12:13 UTC  (5+ messages)
` [PATCH v6 03/10] drm: revocation check at drm subsystem

[PATCH v9] drm/i915/icl: Set GCP_COLOR_INDICATION only for 10/12 bit deep color
 2019-05-07 11:19 UTC  (4+ messages)

[PATCH 00/11] drm/i915: adding state checker for gamma lut values
 2019-05-07 10:53 UTC  (12+ messages)
` [v5][PATCH 01/11] drm/i915: Introduce vfunc read_luts() to create hw lut
` [v5][PATCH 11/11] drm/i915: Add intel_color_lut_equal() to compare hw and sw gamma/degamma lut values

[PATCH] drm/i915: Acquire the signaler's timeline HWSP last
 2019-05-07 10:37 UTC  (2+ messages)

[PATCH] drm/i915: Check the target has not already completed before waiting on it
 2019-05-07 10:34 UTC  (2+ messages)

[PATCH v3 1/2] drm/i915: Make sandybridge_pcode_read() deal with the second data register
 2019-05-07 10:20 UTC  (6+ messages)
` [PATCH v3 2/2] drm/i915: Make sure we have enough memory bandwidth on ICL

[RFT i-g-t] tests/prime_vgem/basic-fence-flip: Probe display resolution
 2019-05-07  8:14 UTC  (4+ messages)
    ` [igt-dev] "

[PATCH] drm/i915: Kill PCH_KBP
 2019-05-07  7:43 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 49/95] drm/i915: Disable LP3 watermarks on all SNB machines
 2019-05-07  5:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 55/95] drm/i915: Downgrade Gen9 Plane WM latency error


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