public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-05-08 08:07:47 to 2019-05-09 06:20:16 UTC [more...]

[PATCH v2 00/11] drm/i915: Add support for asynchronous display power disabling
 2019-05-09  6:19 UTC  (2+ messages)
` [PATCH v2 01/11] drm/i915: Add support for tracking wakerefs w/o power-on guarantee

[PATCH v2 0/7] Hexdump Enhancements
 2019-05-09  0:58 UTC  (8+ messages)
` [PATCH v2 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
` [PATCH v2 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags

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

[v9 00/13] Add HDR Metadata Parsing and handling in DRM layer
 2019-05-08 22:13 UTC  (17+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Add HDR Metadata Parsing and handling in DRM layer (rev9)
` [v9 01/13] drm: Add HDR source metadata property
` [v9 02/13] drm: Add reference counting on HDR metadata blob
` [v9 03/13] drm: Parse HDR metadata info from EDID
` [v9 04/13] drm: Enable HDR infoframe support
` [v9 05/13] drm/i915: Attach HDR metadata property to connector
` [v9 06/13] drm/i915: Write HDR infoframe and send to panel
` [v9 07/13] drm: Add HLG EOTF
` [v9 08/13] drm/i915: Enable infoframes on GLK+ for HDR
` [v9 09/13] drm/i915:Enabled Modeset when HDR Infoframe changes
` [v9 10/13] drm/i915: Set Infoframe for non modeset case for HDR
` [v9 11/13] drm/i915: Added DRM Infoframe handling for BYT/CHT
` [v9 12/13] video/hdmi: Add Unpack function for DRM infoframe
` [v9 13/13] drm/i915: Add state readout "
` ✓ Fi.CI.BAT: success for Add HDR Metadata Parsing and handling in DRM layer (rev9)
` ✓ Fi.CI.IGT: "

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

[PULL] drm-misc-next-fixes
 2019-05-08 20:51 UTC 

[PATCH v3 0/4] Enable Multi-segmented-gamma for ICL
 2019-05-08 20:03 UTC  (7+ messages)
` [PATCH v3 1/4] drm/i915: Change gamma/degamma_lut_size data type to u32
` [PATCH v3 4/4] drm/i915/icl: Add Multi-segmented gamma support

[PATCH v6 0/6] drm/i915/dp: Support for DP YCbCr4:2:0 outputs
 2019-05-08 17:58 UTC  (12+ 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
` ✓ Fi.CI.BAT: success for drm/i915/dp: Support for DP YCbCr4:2:0 outputs
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Fix skl plane scaling for planner YUV buffers
 2019-05-08 16:54 UTC  (5+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v4 04/11] drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_state
 2019-05-08 16:09 UTC 

[PATCH] drm/i915: Reboot CI if forcewake fails
 2019-05-08 15:09 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 00/21] Media scalability tooling
 2019-05-08 14:16 UTC  (27+ messages)
` [PATCH i-g-t 01/21] scripts/trace.pl: Fix after intel_engine_notify removal
  ` [igt-dev] "
` [PATCH i-g-t 02/21] headers: bump
` [PATCH i-g-t 03/21] trace.pl: Virtual engine support
` [PATCH i-g-t 04/21] trace.pl: Virtual engine preemption support
` [PATCH i-g-t 05/21] wsim/media-bench: i915 balancing
` [PATCH i-g-t 06/21] gem_wsim: Use IGT uapi headers
` [PATCH i-g-t 07/21] gem_wsim: Factor out common error handling
` [PATCH i-g-t 08/21] gem_wsim: More wsim_err
` [PATCH i-g-t 09/21] gem_wsim: Submit fence support
` [PATCH i-g-t 10/21] gem_wsim: Extract str to engine lookup
` [PATCH i-g-t 11/21] gem_wsim: Engine map support
` [PATCH i-g-t 12/21] gem_wsim: Save some lines by changing to implicit NULL checking
` [PATCH i-g-t 13/21] gem_wsim: Compact int command parsing with a macro
` [PATCH i-g-t 14/21] gem_wsim: Engine map load balance command
` [PATCH i-g-t 15/21] gem_wsim: Engine bond command
` [PATCH i-g-t 16/21] gem_wsim: Some more example workloads
  ` [igt-dev] "
` [PATCH i-g-t 17/21] gem_wsim: Infinite batch support
` [PATCH i-g-t 18/21] gem_wsim: Command line switch for specifying low slice count workloads
` [PATCH i-g-t 19/21] gem_wsim: Per context SSEU control
` [PATCH i-g-t 20/21] gem_wsim: Allow RCS virtual engine with "
` [PATCH i-g-t 21/21] tests/i915_query: Engine discovery tests

[PATCH 01/40] drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD
 2019-05-08 14:10 UTC  (64+ 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] "
` [PATCH 08/40] dma-fence: Refactor signaling for manual invocation
  ` [PATCH] "
` [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] "
` [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 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 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
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/40] drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/40] drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD (rev4)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH 00/16] treewide: fix match_string() helper when array size
 2019-05-08 13:26 UTC  (24+ messages)
` [PATCH 01/16] lib: fix match_string() helper when array size is positive
` [PATCH 02/16] treewide: rename match_string() -> __match_string()
  ` [PATCH 01/16] lib: fix match_string() helper on -1 array size
  ` [PATCH 03/16] lib,treewide: add new match_string() helper/macro
      ` [PATCH 03/16] lib, treewide: "
  ` [PATCH 16/16] sched: debug: use "
` [PATCH 04/16] powerpc/xmon: "
` [PATCH 05/16] ALSA: oxygen: "
` [PATCH 06/16] x86/mtrr: use new match_string() helper + add gaps == minor fix
` [PATCH 07/16] device connection: use new match_string() helper/macro
` [PATCH 08/16] cpufreq/intel_pstate: remove NULL entry + use match_string()
` [PATCH 09/16] mmc: sdhci-xenon: use new match_string() helper/macro
` [PATCH 10/16] pinctrl: armada-37xx: "
` [PATCH 11/16] mm/vmpressure.c: "
` [PATCH 12/16] rdmacg: "
` [PATCH 13/16] drm/edid: "
` [PATCH 14/16] staging: gdm724x: "
` [PATCH 15/16] video: fbdev: pxafb: "

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

[PATCH i-g-t 01/16] i915/gem_exec_schedule: Semaphore priority fixups
 2019-05-08 10:09 UTC  (16+ 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
` [PATCH i-g-t 15/16] i915/gem_exec_latency: Measure the latency of context switching
` [PATCH i-g-t 16/16] i915/gem_exec_latency: Add another variant of waiter latency

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

[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] RFC: x86/smp: use printk_deferred in native_smp_send_reschedule
 2019-05-08  8:25 UTC  (7+ messages)

[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] "


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