messages from 2019-05-07 15:38:18 to 2019-05-08 12:20:10 UTC [more...]
[PATCH 00/16] treewide: fix match_string() helper when array size
2019-05-08 12:20 UTC (20+ messages)
` [PATCH 01/16] lib: fix match_string() helper when array size is positive
` [PATCH 02/16] treewide: rename match_string() -> __match_string()
` [PATCH 04/16] powerpc/xmon: use new match_string() helper/macro
` [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 01/16] lib: fix match_string() helper on -1 array size
` [PATCH 03/16] lib,treewide: add new match_string() helper/macro
` [PATCH 16/16] sched: debug: use "
[PATCH] drm/i915: Reboot CI if forcewake fails
2019-05-08 12:18 UTC (2+ messages)
[PATCH i-g-t 00/21] Media scalability tooling
2019-05-08 12:17 UTC (23+ 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
` [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 12:10 UTC (62+ 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 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
` ✗ 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] drm/i915: Fix skl plane scaling for planner YUV buffers
2019-05-08 12:04 UTC
[PATCH v6 0/6] drm/i915/dp: Support for DP YCbCr4:2:0 outputs
2019-05-08 11:49 UTC (9+ 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 v2 0/7] Hexdump Enhancements
2019-05-08 11:41 UTC (12+ 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 1/2] drm/i915: Fix fastset vs. pfit on/off on HSW EDP transcoder
2019-05-08 10:46 UTC (3+ 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 (10+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[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 (5+ 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 (3+ messages)
` ✓ 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 (2+ messages)
` ✓ Fi.CI.IGT: success for "
[CI] drm/i915: Only reschedule the submission tasklet if preemption is possible
2019-05-07 20:37 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for "
[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 (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/4] "
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).