Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-17 06:32:15 to 2019-04-18 09:05:00 UTC [more...]

[PULL] drm-misc-next
 2019-04-18  9:05 UTC 

[PATCH v5 00/12] HDCP2.2 Phase II
 2019-04-18  8:58 UTC  (13+ messages)
` [PATCH v5 01/12] drm: move content protection property to mode_config
` [PATCH v5 02/12] drm/i915: debugfs: HDCP2.2 capability read
` [PATCH v5 03/12] drm: Add Content protection type property
` [PATCH v5 04/12] drm/i915: Attach content "
` [PATCH v5 05/12] drm: revocation check at drm subsystem
` [PATCH v5 06/12] drm/i915: SRM revocation check for HDCP1.4 and 2.2
` [PATCH v5 07/12] drm/hdcp: gathering hdcp related code into drm_hdcp.c
` [PATCH v5 08/12] drm: uevent for connector status change
` [PATCH v5 09/12] drm/hdcp: update content protection property with uevent
` [PATCH v5 10/12] drm/i915: update the hdcp state "
` [PATCH v5 11/12] drm: Add CP downstream_info property
` [PATCH v5 12/12] drm/i915: Populate downstream info for HDCP

[PATCH 01/32] drm/i915: Seal races between async GPU cancellation, retirement and signaling
 2019-04-18  8:57 UTC  (52+ messages)
` [PATCH 02/32] drm/i915: Verify workarounds immediately after application
` [PATCH 03/32] drm/i915: Verify the engine workarounds stick on application
` [PATCH 04/32] drm/i915: Make workaround verification *optional*
` [PATCH 05/32] drm/i915/selftests: Verify whitelist of context registers
` [PATCH 06/32] drm/i915: Store the default sseu setup on the engine
` [PATCH 07/32] drm/i915: Move GraphicsTechnology files under gt/
` [PATCH 08/32] drm/i915: Introduce struct intel_wakeref
` [PATCH 09/32] drm/i915: Pull the GEM powermangement coupling into its own file
` [PATCH 10/32] drm/i915: Introduce context->enter() and context->exit()
` [PATCH 11/32] drm/i915: Pass intel_context to i915_request_create()
` [PATCH 12/32] drm/i915: Invert the GEM wakeref hierarchy
` [PATCH 13/32] drm/i915/gvt: Pin the per-engine GVT shadow contexts
` [PATCH 14/32] drm/i915: Explicitly pin the logical context for execbuf
` [PATCH 15/32] drm/i915: Export intel_context_instance()
` [PATCH 16/32] drm/i915/selftests: Use the real kernel context for sseu isolation tests
` [PATCH 17/32] drm/i915/selftests: Pass around intel_context for sseu
` [PATCH 18/32] drm/i915: Pass intel_context to intel_context_pin_lock()
` [PATCH 19/32] drm/i915: Split engine setup/init into two phases
` [PATCH 20/32] drm/i915: Switch back to an array of logical per-engine HW contexts
` [PATCH 21/32] drm/i915: Remove intel_context.active_link
` [PATCH 22/32] drm/i915: Move i915_request_alloc into selftests/
` [PATCH 23/32] drm/i915: Allow multiple user handles to the same VM
` [PATCH 24/32] drm/i915: Restore control over ppgtt for context creation ABI
` [PATCH 25/32] drm/i915: Allow a context to define its set of engines
` [PATCH 26/32] drm/i915: Re-expose SINGLE_TIMELINE flags for context creation
` [PATCH 27/32] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 28/32] drm/i915: Load balancing across a virtual engine
` [PATCH 29/32] drm/i915: Apply an execution_mask to the virtual_engine
` [PATCH 30/32] drm/i915: Extend execution fence to support a callback
` [PATCH 31/32] drm/i915/execlists: Virtual engine bonding
` [PATCH 32/32] drm/i915: Allow specification of parallel execbuf
` ✗ Fi.CI.BAT: failure for series starting with [01/32] drm/i915: Seal races between async GPU cancellation, retirement and signaling

[PATCH i-g-t 1/3] lib/igt_dummyload: libify checks for spin batch activation
 2019-04-18  8:54 UTC  (17+ messages)
` [PATCH i-g-t 2/3] lib/igt_dummyload: Get rid of 'batch' on spinner accessors
` [PATCH i-g-t 3/3] lib/igt_dummyload: Introduce igt_spin_reset
` ✓ Fi.CI.BAT: success for series starting with [1/3] lib/igt_dummyload: libify checks for spin batch activation
` ✓ Fi.CI.BAT: success for series starting with [1/3] lib/igt_dummyload: libify checks for spin batch activation (rev2)
` ✓ Fi.CI.BAT: success for series starting with [1/3] lib/igt_dummyload: libify checks for spin batch activation (rev3)
` ✓ Fi.CI.IGT: success for series starting with [1/3] lib/igt_dummyload: libify checks for spin batch activation
` ✓ Fi.CI.IGT: success for series starting with [1/3] lib/igt_dummyload: libify checks for spin batch activation (rev2)
` ✗ Fi.CI.IGT: failure for series starting with [1/3] lib/igt_dummyload: libify checks for spin batch activation (rev3)

[patch V2 00/29] stacktrace: Consolidate stack trace usage
 2019-04-18  8:41 UTC  (30+ messages)
` [patch V2 01/29] tracing: Cleanup stack trace code
` [patch V2 02/29] stacktrace: Provide helpers for common stack trace operations
` [patch V2 03/29] lib/stackdepot: Provide functions which operate on plain storage arrays
` [patch V2 04/29] backtrace-test: Simplify stack trace handling
` [patch V2 05/29] proc: Simplify task stack retrieval
` [patch V2 06/29] latency_top: Simplify stack trace handling
` [patch V2 07/29] mm/slub: Simplify stack trace retrieval
` [patch V2 08/29] mm/kmemleak: Simplify stacktrace handling
` [patch V2 09/29] mm/kasan: "
` [patch V2 10/29] mm/page_owner: Simplify stack trace handling
` [patch V2 11/29] fault-inject: Simplify stacktrace retrieval
` [patch V2 12/29] dma/debug: Simplify stracktrace retrieval
` [patch V2 13/29] btrfs: ref-verify: Simplify stack trace retrieval
` [patch V2 14/29] dm bufio: "
` [patch V2 15/29] dm persistent data: Simplify stack trace handling
` [patch V2 16/29] drm: Simplify stacktrace handling
` [patch V2 17/29] lockdep: Remove unused trace argument from print_circular_bug()
` [patch V2 18/29] lockdep: Move stack trace logic into check_prev_add()
` [patch V2 19/29] lockdep: Simplify stack trace handling
` [patch V2 20/29] tracing: Simplify stacktrace retrieval in histograms
` [patch V2 21/29] tracing: Use percpu stack trace buffer more intelligently
` [patch V2 22/29] tracing: Make ftrace_trace_userstack() static and conditional
` [patch V2 23/29] tracing: Simplify stack trace retrieval
` [patch V2 24/29] tracing: Remove the last struct stack_trace usage
` [patch V2 25/29] livepatch: Simplify stack trace retrieval
` [patch V2 26/29] stacktrace: Remove obsolete functions
` [patch V2 27/29] lib/stackdepot: "
` [patch V2 28/29] stacktrace: Provide common infrastructure
` [patch V2 29/29] x86/stacktrace: Use "

[PATCH] drm: Fire off KMS hotplug events if probe detect says the connector is connected
 2019-04-18  8:35 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 00/12] drm/fb-helper: Move modesetting code to drm_client
 2019-04-18  8:30 UTC  (17+ messages)
` [PATCH v2 02/12] drm/fb-helper: Avoid race with DRM userspace
` [PATCH v2 08/12] drm/fb-helper: Move out commit code
` [PATCH v2 09/12] drm/fb-helper: Remove drm_fb_helper_connector

[PULL] drm-intel-next
 2019-04-18  8:04 UTC 

[v3 0/7] Add Multi Segment Gamma Support
 2019-04-18  7:13 UTC  (4+ messages)

[PATCH v4 1/4] drm/i915/bdw+: Move misc display IRQ handling to it own function
 2019-04-18  5:37 UTC  (10+ messages)
` [PATCH v4 2/4] drm/i915: Add _TRANS2()
` [PATCH v4 3/4] drm/i915: Make PSR registers relative to transcoders
` [PATCH v4 4/4] drm/i915: Add transcoder parameter to PSR registers macros
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/4] drm/i915/bdw+: Move misc display IRQ handling to it own function
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: add immutable zpos plane properties
 2019-04-18  5:20 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] drm/i915/icl: Fix clockgating issue when using scalars
 2019-04-18  3:31 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/icl: Fix clockgating issue when using scalars (rev8)
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915/selftests: Verify whitelist of context registers
 2019-04-17 23:25 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/icl: Whitelist GEN9_SLICE_COMMON_ECO_CHICKEN1
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/selftests: Verify whitelist of context registers
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Avoid use-after-free in reporting create.size
 2019-04-17 21:52 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: remove DRM_AUTH from IOCTLs which also have DRM_RENDER_ALLOW
 2019-04-17 20:27 UTC  (9+ messages)
` [PATCH 2/2] drm: revert "allow render capable master with DRM_AUTH ioctls"
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: remove DRM_AUTH from IOCTLs which also have DRM_RENDER_ALLOW
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v5 0/2] drm: Add detection of changing of edid on between suspend and resume
 2019-04-17 19:40 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH v7] drm/i915/icl: Fix clockgating issue when using scalers
 2019-04-17 18:59 UTC  (2+ messages)
` [PATCH v8] "

[PATCH v3 00/19] GuC 32.0.3
 2019-04-17 17:39 UTC  (11+ messages)
` [PATCH v3 02/19] drm/i915/guc: Don't allow GuC submission
` [PATCH v3 04/19] drm/i915/guc: Update GuC firmware CSS header
` [PATCH v3 08/19] drm/i915/guc: Update GuC ADS object definition
` [PATCH v3 13/19] drm/i915/huc: New HuC status register for Gen11
` ✓ Fi.CI.BAT: success for GuC 32.0.3 (rev4)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Enable eLLC caching of display buffers for SKL+
 2019-04-17 17:15 UTC  (3+ messages)

[PATCH 00/11] drm/i915: adding state checker for gamma lut values
 2019-04-17 14:37 UTC  (15+ messages)
` [PATCH 01/11] [v4] drm/i915: Introduce vfunc intel_get_color_config to create hw lut
` [PATCH 02/11] [v4] drm/i915: Enable intel_color_get_config()
` [PATCH 03/11] [v4] drm/i915: Extract i9xx_get_color_config()
` [PATCH 04/11] [v4] drm/i915: Extract cherryview_get_color_config()
` [PATCH 05/11] [v4] drm/i915: Extract i965_get_color_config()
` [PATCH 06/11] [v4] drm/i915: Extract icl_get_color_config()
` [PATCH 07/11] [v4] drm/i915: Extract glk_get_color_config()
` [PATCH 08/11] [v4] drm/i915: Extract bdw_get_color_config()
` [PATCH 09/11] [v4] drm/i915: Extract ivb_get_color_config()
` [PATCH 10/11] [v4] drm/i915: Extract ilk_get_color_config()
` [PATCH 11/11] [v4] drm/i915: Add intel_color_lut_equal() to compare hw and sw gamma lut values
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: adding state checker for gamma lut values (rev5)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH 0/3] Fix mipi dsi pipe_config mismatch for icl
 2019-04-17 13:42 UTC  (9+ messages)
` [PATCH 1/3] drm/i915: Fix pipe config timing mismatch warnings
` [PATCH 2/3] drm/i915: Fix pipe config mismatch for bpp, output format
` [PATCH 3/3] drm/i915: Fix pixel clock and crtc clock config mismatch

[PATCH] drm/i915/ehl: Add support for DPLL4 (v3)
 2019-04-17 13:06 UTC  (3+ messages)
` [PATCH] drm/i915/ehl: Add support for DPLL4 (v4)

[PATCH i-g-t] i915/gem_spin_batch: Add test to resend spinner
 2019-04-17 11:31 UTC  (4+ messages)

Excuse the preemption, I can see you are busy
 2019-04-17 11:17 UTC  (8+ messages)
` [PATCH 24/50] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 38/50] drm/i915: Pull scatterlist utils out of i915_gem.h

[PATCH v5] drm/i915/icl: Set GCP_COLOR_INDICATION only for 10/12 bit deep color
 2019-04-17  9:57 UTC  (3+ messages)
` [PATCH v7] "

[PATCH 1/2] drm/i915: Verify workarounds immediately after application
 2019-04-17  8:06 UTC  (10+ messages)
` [PATCH 2/2] drm/i915: Verify the engine workarounds stick on application

[PATCH i-g-t] i915: Update i915_drm.h
 2019-04-17  7:36 UTC  (2+ messages)
` [igt-dev] "

[PULL] gvt-next
 2019-04-17  6:40 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).