Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-18 09:53:06 to 2019-03-19 08:19:44 UTC [more...]

[v6 00/16] Add Plane Color Properties
 2019-03-19  8:44 UTC  (14+ messages)
` [v6 01/16] drm: Add Enhanced Gamma LUT precision structure
` [v6 02/16] drm: Add Plane Degamma properties
` [v6 03/16] drm: Add Plane CTM property
` [v6 04/16] drm: Add Plane Gamma properties
` [v6 05/16] drm: Define helper function for plane color enabling
` [v6 06/16] drm/i915: Enable plane color features
` [v6 07/16] drm/i915: Implement Plane Gamma for Bdw and Gen9 platforms
` [v6 08/16] drm/i915: Load plane color luts from atomic flip
` [v6 09/16] drm/i915: Add plane color capabilities
` [v6 10/16] drm/i915/icl: Add ICL Plane Degamma Register definition
` [v6 11/16] drm/i915/icl: Enable Plane Degamma
` [v6 12/16] drm/i915/icl: Add Plane Gamma Register Definitions
` [v6 13/16] drm/i915/icl: Implement Plane Gamma

[PATCH] drm/i915: stick to kernel fixed size types
 2019-03-19  8:20 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/psr: remove drmP.h include that crept in
 2019-03-19  8:19 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[RFC v1 0/7] Add Multi Segment Gamma Support
 2019-03-19  8:30 UTC  (10+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` [RFC v1 1/7] drm/i915: Add gamma mode property
` [RFC v1 2/7] drm/i915: Add intel crtc set and get property callback
` [RFC v1 3/7] drm/i915: Add Support for Multi Segment Gamma Mode
` [RFC v1 4/7] drm/i915: Implement get set property handler for multi segment gamma
` [RFC v1 5/7] drm/i915/icl: Add register definitions for Multi Segmented gamma
` [RFC v1 6/7] drm/i915/icl: Add support for multi segmented gamma mode
` [RFC v1 7/7] drm/i915: Add multi segment gamma for icl

[PATCH] drm/i915: Handle YUV subpixel support better
 2019-03-19  7:28 UTC  (9+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
 2019-03-19  5:30 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v6 0/2] drm/i915: Ensure minimum CDCLK requirement for audio
 2019-03-19  2:56 UTC  (9+ messages)
` [PATCH v6 1/2] drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
` [PATCH v6 2/2] drm/i915: Skip modeset for cdclk changes if possible
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Ensure minimum CDCLK requirement for audio
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v2 1/2] drm/i915: Add support for retrying hotplug
 2019-03-19  2:24 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915: Enable hotplug retry
` ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/2] drm/i915: Add support for retrying hotplug
` ✓ Fi.CI.BAT: success "

[CI 1/2] drm/i915: Lock the gem_context->active_list while dropping the link
 2019-03-19  1:53 UTC  (3+ messages)
` [CI 2/2] drm/i915: Hold a reference to the active HW context
` ✓ Fi.CI.BAT: success for series starting with [CI,1/2] drm/i915: Lock the gem_context->active_list while dropping the link

[PATCH 1/3] drm/i915: Add some missing curly braces
 2019-03-19  1:21 UTC  (9+ messages)
` [PATCH 2/3] drm/i915: Polish intel_get_lvds_encoder()
` [PATCH 3/3] drm/i915: Pass dev_priv to intel_is_dual_link_lvds()
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Add some missing curly braces

[PATCH 1/2] drm/i915/cml: Add CML PCI IDS
 2019-03-19  1:06 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/cml: Introduce Comet Lake PCH
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/cml: Add CML PCI IDS
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

linux-next: manual merge of the drm-misc tree with the drm-intel tree
 2019-03-19  0:51 UTC 

Potential NULL pointer dereference in intel_crt_get_edid
 2019-03-19  0:24 UTC  (5+ messages)

[PATCH 0/9] skl+ cursor DDB allocation fixes
 2019-03-19  0:11 UTC  (9+ messages)
` [PATCH 6/9] drm/i915: Keep plane watermarks enabled more aggressively
` [PATCH 7/9] drm/i915: Move some variables to tighter scope
` [PATCH 8/9] drm/i915: Don't pass pipe_wm around so much
` [PATCH 9/9] drm/i915: Inline skl_build_pipe_wm() into its only caller

[PATCH v2] drm/i915: Fix PSR2 selective update corruption after PSR1 setup
 2019-03-19  0:07 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Fix PSR2 selective update corruption after PSR1 setup (rev5)

[PATCH 1/6] drm/i915: Reorder gen3/4 swizzle detection logic
 2019-03-18 23:35 UTC  (7+ messages)
` [PATCH 2/6] drm/i915: Introduce i9xx_has_pfit()
` [PATCH 3/6] drm/i915: Introduce i9xx_has_pps()
` [PATCH 4/6] drm/i915: Introduce i915_has_asle()
` [PATCH 5/6] drm/i915: Use HPLLVCO_MOBILE for all PNVs
` [PATCH 6/6] drm/i915: Clean up gen2 DPLL readout
` ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Reorder gen3/4 swizzle detection logic

[PATCH] drm/i915/icl: pass cfgcr* register around instead of pll_id
 2019-03-18 23:33 UTC  (6+ messages)

[PATCH] drm/i915/icl: Fix clockgating issue when using scalars
 2019-03-18 22:37 UTC  (7+ messages)

[PATCH V5 i-g-t] tests/kms_flip: Skip VBlank tests in modules without VBlank
 2019-03-18 22:06 UTC  (7+ messages)
` [igt-dev] "

[PATCH i-g-t v5 0/6] igt: Add support for testing writeback connectors
 2019-03-18 22:05 UTC  (6+ messages)
` [PATCH i-g-t v5 1/6] lib/igt_kms: Add writeback support
    ` [igt-dev] "

[PATCH 01/22] drm/i915: Flush pages on acquisition
 2019-03-18 21:10 UTC  (46+ messages)
` [PATCH 02/22] drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
` [PATCH 04/22] drm/i915: Hold a ref to the ring while retiring
` [PATCH 05/22] drm/i915: Lock the gem_context->active_list while dropping the link
` [PATCH 06/22] drm/i915: Hold a reference to the active HW context
` [PATCH 07/22] drm/i915: Stop needlessly acquiring wakeref for debugfs/drop_caches_set
` [PATCH 08/22] drm/i915/selftests: Provide stub reset functions
` [PATCH 09/22] drm/i915: Switch to use HWS indices rather than addresses
` [PATCH 10/22] drm/i915: Separate GEM context construction and registration to userspace
` [PATCH 11/22] drm/i915: Introduce a mutex for file_priv->context_idr
` [PATCH 15/22] drm/i915: Allow contexts to share a single timeline across all engines
` [PATCH 16/22] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 17/22] drm/i915: Allow a context to define its set of engines
` [PATCH 18/22] drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
` [PATCH 19/22] drm/i915: Load balancing across a virtual engine
` [PATCH 22/22] drm/i915: Allow specification of parallel execbuf
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] drm/i915: Flush pages on acquisition
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH 1/3] drm/i915: Split Pineview device info into desktop and mobile
 2019-03-18 20:54 UTC  (13+ messages)
` [PATCH 2/3] drm/i915: Remove redundant device id from IS_IRONLAKE_M macro
` [PATCH 3/3] drm/i915: Introduce concept of a sub-platform
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Split Pineview device info into desktop and mobile
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 00/10] drm/i915: Clean up intel_color_check()
 2019-03-18 20:41 UTC  (13+ messages)
` [PATCH 01/10] drm/i915: Extract check_luts()
` [PATCH 02/10] drm/i915: Turn intel_color_check() into a vfunc
` [PATCH 03/10] drm/i915: Extract i9xx_color_check()
` [PATCH 04/10] drm/i915: Extract chv_color_check()
` [PATCH 05/10] drm/i915: Extract icl_color_check()
` [PATCH 06/10] drm/i915: Extract glk_color_check()
` [PATCH 07/10] drm/i915: Extract bdw_color_check()
` [PATCH 08/10] drm/i915: Extract ilk_color_check()
` [PATCH 09/10] drm/i915: Drop the pointless linear legacy LUT load on CHV
` [PATCH 10/10] drm/i915: Skip the linear degamma LUT load on ICL+
` ✗ Fi.CI.SPARSE: warning for drm/i915: Clean up intel_color_check()
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Introduce concept of a sub-platform
 2019-03-18 18:53 UTC  (6+ messages)

[RFC 00/10] Compartmentalize uncore code
 2019-03-18 18:08 UTC  (4+ messages)
` [RFC 07/10] drm/i915: move regs pointer inside the uncore structure

[PATCH 00/17] drm: Start subclassing crtc_state
 2019-03-18 18:07 UTC  (3+ messages)
` [PATCH 13/17] drm/rockchip: Convert to using __drm_atomic_helper_crtc_reset() for reset

[PATCH] drm/i915/display: Increase timeout for DP Aux channel ctl signal
 2019-03-18 16:56 UTC  (8+ messages)

[CI 1/6] drm/i915/ehl: Add EHL platform info and PCI IDs
 2019-03-18 16:17 UTC  (3+ messages)
` [CI 6/6] drm/i915/ehl: Add Support for DMC on EHL

[PATCH 1/2] drm/i915/ehl: Add EHL platform info and PCI IDs
 2019-03-18 16:14 UTC  (3+ messages)

[PULL] topic/hdr-formats
 2019-03-18 15:22 UTC  (2+ messages)

[PATCH v4 0/3] drm/i915: introduce macros to define register contents
 2019-03-18 14:57 UTC  (3+ messages)

[PATCH] drm/i915: Restore interrupt enabling after a reset
 2019-03-18 13:50 UTC  (2+ messages)
` [LKP] [drm/i915] a8f0ef1fee: piglit.igt.gem_reset_stats.close-pending-fork-reverse-blt.dmesg-warn

[PATCH] drm/i915: Sanity check mmap length against object size
 2019-03-18 12:55 UTC  (7+ messages)
` [Intel-gfx] "

[PATCH i-g-t 0/5] DC states igt tests patch series v9
 2019-03-18 12:27 UTC  (6+ messages)
` [PATCH i-g-t 1/5] lib/igt_pm: igt lib helper routines to support DC5/6 tests
` [PATCH i-g-t 2/5] tests/i915/i915_pm_dc: Added new test to verify Display C States
` [PATCH i-g-t 3/5] tests/i915/i915_pm_dc: Added test for DC6 during PSR
` [PATCH i-g-t 4/5] tests/i915/i915_pm_dc: Added test for DC5 during DPMS
` [PATCH i-g-t 5/5] tests/i915/i915_pm_dc: Added test for DC6 "

[PATCH 1/2] drm/i915: Fix legacy gamma mode for ICL
 2019-03-18 11:43 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Turn off the CUS when turning off a HDR plane


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