public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2018-03-14 14:06:03 to 2018-03-15 15:44:05 UTC [more...]

[PATCH] drm: Reduce object size of DRM_ERROR and DRM_DEBUG uses
 2018-03-15 15:44 UTC  (9+ messages)

[maintainer-tools PATCH] doc: how to become a drm-intel committer
 2018-03-15 15:32 UTC  (3+ messages)

[PATCH] drm/i915/guc: Fix build break on config without DEBUG_FS
 2018-03-15 15:28 UTC 

[PATCH] sna/uxa: Fix colormap handling at screen depth 30
 2018-03-15 15:28 UTC  (3+ messages)

[PATCH 4/6] drm: Introduce drm_color_lut_size()
 2018-03-15 15:23 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 3/6] drm: Verify gamma/degamma LUT size
 2018-03-15 15:22 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 1/2] drm/i915: Trace GEM steps between submit and wedging
 2018-03-15 15:10 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Stop engines when declaring the machine wedged
  ` [PATCH] "
    ` [PATCH v2] "
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Trace GEM steps between submit and wedging (rev2)

[PATCH igt 0/8] Non-Intel test suite fixes
 2018-03-15 15:03 UTC  (10+ messages)
` [PATCH igt 1/8] tests/kms_addfb_basic: skip i915-specific tests on other platforms
` [PATCH igt 2/8] tests/kms_panel_fitting: check for i915 before checking version
` [PATCH igt 3/8] lib/igt_gt: has_gpu_reset(): fix failed assertion on non-i915 platforms
` [PATCH igt 4/8] lib/igt_gt: check for presence of GPU reset before using it
` [PATCH igt 5/8] tests/kms_plane_lowres: skip i915-specific tests on other platforms
` [PATCH igt 6/8] lib/igt_pm: turn absence of autosuspend_delay_ms from fail to skip
` [PATCH igt 7/8] tests/kms_addfb_basic: size_tests(): reduce test buffer size
` [PATCH igt 8/8] test/kms_addfb_basic: tolerate absence of 8-bit format
` ✗ Fi.CI.BAT: failure for Non-Intel test suite fixes

[PATCH i-g-t] tests/perf_pmu: Improve accuracy by waiting on spinner to start
 2018-03-15 14:58 UTC  (8+ messages)
` [igt-dev] "

[PATCH] drm/i915: Show dmc debug registers on CFL and GLK
 2018-03-15 14:23 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ Fi.CI.BAT: success for drm/i915: Show dmc debug registers on CFL and GLK (rev2)

[PATCH v14 00/17] Add NV12 support
 2018-03-15 14:05 UTC  (21+ messages)
` [PATCH v14 01/17] drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values
` [PATCH v14 02/17] drm/i915/skl+: refactor WM calculation for NV12
` [PATCH v14 03/17] drm/i915/skl+: add NV12 in skl_format_to_fourcc
` [PATCH v14 04/17] drm/i915/skl+: support verification of DDB HW state for NV12
` [PATCH v14 05/17] drm/i915/skl+: NV12 related changes for WM
` [PATCH v14 06/17] drm/i915/skl+: pass skl_wm_level struct to wm compute func
` [PATCH v14 07/17] drm/i915/skl+: make sure higher latency level has higher wm value
` [PATCH v14 08/17] drm/i915/skl+: nv12 workaround disable WM level 1-7
` [PATCH v14 09/17] drm/i915/skl: split skl_compute_ddb function
` [PATCH v14 10/17] drm/i915: Set scaler mode for NV12
` [PATCH v14 11/17] drm/i915: Update format_is_yuv() to include NV12
` [PATCH v14 12/17] drm/i915: Upscale scaler max scale for NV12
` [PATCH v14 13/17] drm/i915: Add NV12 as supported format for primary plane
` [PATCH v14 14/17] drm/i915: Add NV12 as supported format for sprite plane
` [PATCH v14 15/17] drm/i915: Add NV12 support to intel_framebuffer_init
` [PATCH v14 16/17] drm/i915: Enable YUV to RGB for Gen10 in Plane Ctrl Reg
` [PATCH v14 17/17] drm/i915: Display WA 827
` ✗ Fi.CI.BAT: failure for Add NV12 support (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[bug report] drm/i915: Eliminate lots of iterations over the execobjects array
 2018-03-15 13:33 UTC  (3+ messages)

[PATCH] drm/i915: Trace GEM steps between submit and wedging
 2018-03-15 13:13 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] kthread: finer-grained lockdep/cross-release completion
 2018-03-15 12:41 UTC  (9+ messages)

[PATCH] drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams
 2018-03-15 12:35 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Control PSR at runtime through debugfs only
 2018-03-15 12:17 UTC  (10+ messages)
` [PATCH] drm/i915: Allow control of PSR at runtime through debugfs
` ✓ Fi.CI.BAT: success for drm/i915: Control PSR at runtime through debugfs only (rev2)
` ✓ Fi.CI.IGT: "
` ✓ Fi.CI.BAT: success for drm/i915: Control PSR at runtime through debugfs only (rev3)
` ✓ Fi.CI.IGT: "

[PATCH 01/36] drm/i915/stolen: Switch from DEBUG_KMS to DEBUG_DRIVER
 2018-03-15 12:06 UTC  (9+ messages)
` [PATCH 08/36] drm/i915: Reduce RPS update frequency on Valleyview/Cherryview
` [PATCH 10/36] drm/i915: Replace pcu_lock with sb_lock
` [PATCH 13/36] drm/i915: Merge sandybridge_pcode_(read|write)
` [PATCH 20/36] drm/i915: Remove obsolete min/max freq setters from debugfs

[PATCH] drm/i915: Remove hole and padding from intel_shared_dpll
 2018-03-15 11:16 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[CI] drm/i915: Split GPU commands definitions into separate header
 2018-03-15 11:06 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v2] drm/i915/guc: Update syntax of GuC log functions
 2018-03-15 11:02 UTC  (8+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/guc: Update syntax of GuC log functions (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] intel-gpu-overlay: Update for renamed tracepoints
 2018-03-15 10:32 UTC  (3+ messages)
` [PATCH i-g-t v2] "

[PULL] more gvt-fixes for 4.16
 2018-03-15 10:00 UTC 

[PATCH v3 0/2] CNL port refactoring
 2018-03-15  9:28 UTC  (5+ messages)
` [PATCH v4 1/2] drm/i915/cnl; Add macro to get PORT_TX register

[PATCH v4 1/4] drm/i915: store all mmio bases in intel_engines
 2018-03-15  8:49 UTC  (7+ messages)
` [PATCH v4 2/4] drm/i915: add a selftest for the mmio_bases table
` [PATCH v4 3/4] drm/i915: use engine->irq_keep_mask when resetting irqs
` [PATCH v4 4/4] drm/i915: move gen8 irq shifts to intel_lrc.c
` ✓ Fi.CI.BAT: success for series starting with [v4,1/4] drm/i915: store all mmio bases in intel_engines
` ✓ Fi.CI.IGT: "

[drm-tip:drm-tip 15/1373] arch/frv/include/asm/pgalloc.h:48:2: error: implicit declaration of function 'pgtable_page_dtor'; did you mean 'pgdat_page_nr'?
 2018-03-15  8:06 UTC  (2+ messages)

[PATCH v2] drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams
 2018-03-15  6:54 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH 1/2] drm/i915/cnl: Implement WaProgramMgsrForCorrectSliceSpecificMmioReads
 2018-03-15  3:15 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Implement WaProgramMgsrForL3BankSpecificMmioReads
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/cnl: Implement WaProgramMgsrForCorrectSliceSpecificMmioReads
` ✓ Fi.CI.IGT: "

linux-next: manual merge of the drm-misc tree with Linus' tree
 2018-03-15  3:14 UTC 

[PATCH v13 00/17] Add NV12 support
 2018-03-15  2:35 UTC  (13+ messages)
` [PATCH v13 12/17] drm/i915: Upscale scaler max scale for NV12

[PATCH] drm/i915/huc: Check HuC status in dedicated function
 2018-03-15  1:31 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 0/3] PSR lag fixes
 2018-03-14 23:35 UTC  (7+ messages)

[PATCH 1/6] drm/i915/psr: Nuke aux_frame_sync
 2018-03-14 23:10 UTC  (7+ messages)
` [PATCH 2/6] drm/i915/psr: Tie PSR2 support to Y coordinate requirement in intel_psr_init_dpcd()
` [PATCH 3/6] drm/i915/psr: Enable Y-coordinate support in source
` [PATCH 4/6] drm/i915/psr: Do not override PSR2 sink support
` [PATCH 5/6] drm/i915/psr: Rename intel_crtc_state has_psr to can_psr
` [PATCH 6/6] drm/i915/psr: Enable aux frame sync in source
` ✗ Fi.CI.BAT: failure for series starting with [1/6] drm/i915/psr: Nuke aux_frame_sync

[PULL] drm-intel-fixes
 2018-03-14 22:46 UTC 

[PATCH] drm/i915/psr: Kill scheduled work for Core platforms
 2018-03-14 22:38 UTC  (5+ messages)
` [RFC v5] "

[PATCH] drm/i915: Reword warning for missing cases
 2018-03-14 21:59 UTC  (6+ messages)

[PATCH] drm/i915/psr: Test PSR
 2018-03-14 21:32 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/dp: Correctly mask DP_TRAINING_AUX_RD_INTERVAL values for DP 1.4
 2018-03-14 20:59 UTC  (4+ messages)

[PATCH] drm/i915/pmu: Work around compiler warnings on some kernel configs
 2018-03-14 20:08 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/dp: Write to SET_POWER dpcd to enable MST hub
 2018-03-14 19:56 UTC  (4+ messages)

[PATCH] drm/i915: drop various VLAs in i915_debugfs.c
 2018-03-14 19:55 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[RFC] drm/i915: Engine discovery query
 2018-03-14 19:34 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/guc: Unify naming of private GuC action functions
 2018-03-14 19:11 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 0/6] Implement proper MST fallback retraining in i915
 2018-03-14 17:28 UTC  (5+ messages)
` [PATCH v3 1/5] drm/i915: Move DP modeset retry work into intel_dp

[PATCH 13/17] drm/i915/icl: Enable 2nd DBuf slice only when needed
 2018-03-14 16:19 UTC  (2+ messages)
` [PATCH 2/2] "

[PATCH v8 00/11] Aspect ratio support in DRM layer
 2018-03-14 15:27 UTC  (12+ messages)
` [PATCH v8 03/11] drm/edid: Fix cea mode aspect ratio handling
` [PATCH v8 04/11] drm/edid: Don't send bogus aspect ratios in AVI infoframes
` [PATCH v8 05/11] video/hdmi: Reject illegal picture aspect ratios
` [PATCH v8 06/11] drm: Add DRM client cap for aspect-ratio
` [PATCH v8 07/11] drm: Handle aspect-ratio info in getblob
` [PATCH v8 08/11] drm: Handle aspect ratio info in legacy and atomic modeset paths
` [PATCH v8 09/11] drm: Expose modes with aspect ratio, only if requested
` [PATCH v8 10/11] drm: Add aspect ratio parsing in DRM layer
` [PATCH v8 11/11] drm: Add and handle new aspect ratios "
` ✗ Fi.CI.SPARSE: warning for Aspect ratio support "
` ✗ Fi.CI.BAT: failure "

[PATCH 1/3] drm: Nuke the useless 'ret' variable from drm_mode_convert_umode()
 2018-03-14 14:55 UTC  (7+ messages)
` [PATCH 2/3] drm: Make drm_mode_vrefresh() a bit more accurate
` [PATCH 3/3] drm: Store the calculated vrefresh in the user mode

[PATCH] drm/i915/guc: Update syntax of GuC log functions
 2018-03-14 14:35 UTC  (2+ messages)

[PATCH] drm/i915: Check rq->timeline before deference
 2018-03-14 14:33 UTC  (3+ messages)


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