public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-10-04 19:28:54 to 2017-10-05 21:49:13 UTC [more...]

[PATCH 1/2] drm/i915: avoid unnecessary call to intel_hpd_pin_to_port
 2017-10-05 21:49 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: avoid division by zero on cnl_calc_wrpll_link

[PATCH 01/10] drm/i915/guc: Precompute GuC shared data offset
 2017-10-05 20:42 UTC  (34+ messages)
` [PATCH 02/10] drm/i915/guc: Initialize GuC before restarting engines
` [PATCH 03/10] drm/i915/guc: Add preemption action to GuC firmware interface
` [PATCH 04/10] drm/i915/guc: Add a second client, to be used for preemption
` [PATCH 05/10] drm/i915/guc: Split guc_wq_item_append
` [PATCH 06/10] drm/i915: Extract "emit write" part of emit breadcrumb functions
  ` [PATCH 07/10] drm/i915: Add information needed to track engine preempt state
  ` [PATCH 08/10] drm/i915/guc: Keep request->priority for its lifetime
  ` [PATCH 09/10] drm/i915/guc: Preemption! With GuC
  ` [PATCH 10/10] HAX Enable GuC Submission for CI

[PATCH] drm/i915/cnl: WaDisableGatherAtSetShaderCommonSlice
 2017-10-05 20:38 UTC  (2+ messages)

[PATCH 00/21] huge gtt pages
 2017-10-05 20:31 UTC  (24+ messages)
` [PATCH 01/21] mm/shmem: introduce shmem_file_setup_with_mnt
` [PATCH 02/21] drm/i915: introduce simple gemfs
` [PATCH 03/21] drm/i915/gemfs: enable THP
` [PATCH 04/21] drm/i915: introduce page_sizes field to dev_info
` [PATCH 05/21] drm/i915: push set_pages down to the callers
` [PATCH 06/21] drm/i915: introduce page_size members
` [PATCH 07/21] drm/i915: introduce vm set_pages/clear_pages
` [PATCH 08/21] drm/i915: align the vma start to the largest gtt page size
` [PATCH 09/21] drm/i915: align 64K objects to 2M
` [PATCH 10/21] drm/i915: enable IPS bit for 64K pages
` [PATCH 11/21] drm/i915: disable GTT cache for 2M pages
` [PATCH 12/21] drm/i915: support 2M pages for the 48b PPGTT
` [PATCH 13/21] drm/i915: add support for 64K scratch page
` [PATCH 14/21] drm/i915: support 64K pages for the 48b PPGTT
` [PATCH 15/21] drm/i915: accurate page size tracking for the ppgtt
` [PATCH 16/21] drm/i915/debugfs: include some gtt page size metrics
` [PATCH 17/21] drm/i915/selftests: huge page tests
` [PATCH 18/21] drm/i915/selftests: mix huge pages
` [PATCH 19/21] drm/i915: disable platform support for vGPU huge gtt pages
` [PATCH 20/21] drm/i915: enable platform support for 64K pages
` [PATCH 21/21] drm/i915: enable platform support for 2M pages

[PATCH] drm/i915/execlists: WaDisableCtxRestoreArbitration is only needed in gen8
 2017-10-05 19:41 UTC  (5+ messages)
` [PATCH] drm/i915/execlists: Add a comment for the extra MI_ARB_ENABLE

[PATCH 1/2] drm/i915/edp: Get the Panel Power Off timestamp after panel is off
 2017-10-05 19:03 UTC  (6+ messages)
` [PATCH v2 "
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915/edp: Get the Panel Power Off timestamp after panel is off (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH 1/1] drm/i915: Move i915_gem_suspend_gtt_mappings to i915_gem_suspend
 2017-10-05 18:30 UTC  (5+ messages)

[PATCH] drm/i915: Preallocate mmu notifier to unbreak cpu hotplug deadlock
 2017-10-05 18:26 UTC  (8+ messages)

[PATCH 00/18] use ARRAY_SIZE macro
 2017-10-05 17:57 UTC  (7+ messages)

[PATCH 00/10] drm/i915: Separate RC6, RPS, Ring Frequency management
 2017-10-05 17:54 UTC  (18+ messages)
` [PATCH 01/10] drm/i915: Separate RPS and RC6 handling for gen6+
` [PATCH 02/10] drm/i915: Separate RPS and RC6 handling for BDW
` [PATCH 03/10] drm/i915: Separate RPS and RC6 handling for VLV
` [PATCH 04/10] drm/i915: Separate RPS and RC6 handling for CHV
` [PATCH 05/10] drm/i915: Name i915_runtime_pm structure in dev_priv as "rpm"
` [PATCH 06/10] drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "pm"
` [PATCH 07/10] drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled
` [PATCH 09/10] drm/i915: Create generic functions to control RC6, RPS

[PATCH] drm/i915: Convert timers to use timer_setup()
 2017-10-05 17:35 UTC  (3+ messages)

[[CI igt]] lib: Ask the kernel to quiesce the GPU
 2017-10-05 17:18 UTC 

[CI v6 0/5] Guc code reorg cont'd
 2017-10-05 17:18 UTC  (6+ messages)
` [CI v6 1/5] drm/i915/guc: Move GuC log declarations into dedicated header
` [CI v6 2/5] drm/i915/guc: Move GuC submission "
` [CI v6 3/5] drm/i915/guc: Move GuC core definitions into dedicated files
` [CI v6 4/5] drm/i915/uc: Fix includes order
` [CI v6 5/5] drm/i915/uc: Unify initialization of the uC firmware helper

dim: some repo/remote refactoring
 2017-10-05 17:09 UTC  (9+ messages)
` [dim PATCH 2/6] dim: url_to_remote can't normally fail
` [dim PATCH 6/6] dim: reduce dependency on hard-coded repo URLs
` [dim PATCH] dim: cd to dim repo in list-upstreams

[PATCH v5 0/5] drm/i915: Guc code reorg cont'd
 2017-10-05 17:08 UTC  (9+ messages)
` [PATCH v5 3/5] drm/i915/guc: Move GuC core definitions into dedicated files
` [PATCH v5 4/5] drm/i915/uc: Fix includes order
` [PATCH v5 5/5] drm/i915/uc: Unify initialization of the uC firmware helper
` ✓ Fi.CI.IGT: success for drm/i915: Guc code reorg cont'd

[PATCH] drm/i915/cnl: Do not add an extra page for precaution in the Gen10 LRC size
 2017-10-05 17:05 UTC  (2+ messages)

[PATCH igt] igt/gem_exec_scheduler: Add small priority sorting smoketest
 2017-10-05 16:42 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Use the crtc_state_is_legacy in intel_color_check
 2017-10-05 16:30 UTC  (2+ messages)

[PATCH] drm/i915: Use rcu instead of stop_machine
 2017-10-05 16:24 UTC  (5+ messages)

[PATCH v3 0/9] drm/i915: Guc code reorg
 2017-10-05 15:40 UTC  (4+ messages)
` [PATCH v3 9/9] drm/i915/guc: Move GuC core definitions into dedicated files

[PATCH 0/5] drm/i915: push more stuff down to encoders on crtc enable/disable
 2017-10-05 15:24 UTC  (12+ messages)
` [PATCH 1/5] drm/i915: push DDI CRT underrun reporting on enable to encoder
` [PATCH 2/5] drm/i915: push DDI CRT underrun reporting on disable "
` [PATCH 3/5] drm/i915: push DDI and DSI underrun reporting on enable "
` [PATCH 4/5] drm/i915: push DDI FDI link training on enable to CRT encoder
` [PATCH 5/5] drm/i915/crt: clean up encoder hook assignment
` ✓ Fi.CI.BAT: success for drm/i915: push more stuff down to encoders on crtc enable/disable (rev2)
` [RFC PATCH] drm/i915: push shared dpll enable to encoders on DDI platforms
` ✓ Fi.CI.IGT: success for drm/i915: push shared dpll enable to encoders on DDI platforms (rev2)

[RFC PATCH v2 0/5] drm/i915: enable userspace to program slice/subslice programming
 2017-10-05 15:17 UTC  (5+ messages)
` [RFC PATCH v2 5/5] drm/i915: Expose RPCS (SSEU) configuration to userspace

[CI 1/2] drm-tip: 2017y-10m-05d-06h-44m-09s UTC integration manifest
 2017-10-05 15:05 UTC  (2+ messages)
` [CI 2/2] drm/i915: Try harder to finish the idle-worker

[PATCH 00/13] DVFS v2
 2017-10-05 15:00 UTC  (26+ messages)
` [PATCH 04/13] drm/i915: Unify and export gen9+ port_clock calculation
` [PATCH 05/13] drm/i915/cnl: extract cnl_dvfs_{pre, post}_change
` [PATCH 06/13] drm/i915/cnl: Expose DVFS change functions
` [PATCH 07/13] drm/i915/cnl: DVFS for PLL enabling
` [PATCH 08/13] drm/i915/cnl: DVFS for PLL disabling
` [PATCH 09/13] drm/i915/cnl: Invert dvfs default level
` [PATCH 10/13] drm/i915/cnl: Unify dvfs level selection
` [PATCH 11/13] drm/i915/cnl: Only request voltage frequency switching when needed

[PATCH] drm/i915: avoid potential uninitialized variable use
 2017-10-05 13:32 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915/selftests: fix check for intel IOMMU
 2017-10-05 13:26 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915/selftests: Remeber to create the fake preempt context
 2017-10-05 13:09 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v6 00/10] i915 PMU and engine busy stats
 2017-10-05 13:05 UTC  (8+ messages)
` [PATCH 07/10] drm/i915: Gate engine stats collection with a static key
    ` [PATCH v10 "

[PATCH 02/10] drm/i915/pmu: Expose a PMU interface for perf queries
 2017-10-05 13:04 UTC  (2+ messages)
` [PATCH v13 "

[PATCH igt v2 1/5] igt/gem_workarounds: Read the workaround registers from the active context
 2017-10-05 11:57 UTC  (5+ messages)
` [PATCH igt v2 2/5] igt/gem_workarounds: Also exercise fresh contexts not the persistent default
` ✗ Fi.CI.IGT: warning for series starting with [v2,1/5] igt/gem_workarounds: Read the workaround registers from the active context

[PULL] drm-misc-fixes
 2017-10-05 11:23 UTC 

[PATCH 0/5] drm/i915: Miscellaneous fixes to reduce dependency for I915_MAX_PIPES
 2017-10-05  8:29 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[patch i-g-t] igt/kms_rotation_crc: Add horizontal flip subtest
 2017-10-05  7:57 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v2] drm/i915/mst: Use MST sideband message transactions for dpms control
 2017-10-05  6:10 UTC  (5+ messages)
` [PATCH v3] "

[PULL] drm-intel-fixes
 2017-10-05  5:43 UTC 

[PULL] drm-misc-next
 2017-10-05  5:36 UTC 

[PATCH] drm/i915: Allow null render state batchbuffers bigger than one page
 2017-10-05  4:34 UTC  (11+ messages)

[PATCH v5 2/5] drm/i915/guc : Removing i915_modparams.enable_guc_loading module
 2017-10-05  0:26 UTC  (3+ messages)

[PATCH] drm/i915/cnl: Allow 2 pixel per clock on Cannonlake
 2017-10-04 23:28 UTC  (3+ messages)

[PATCH] drm/i915: Fix DP_AUX_CH_CTL_TIME_OUT naming, BDW usage
 2017-10-04 22:54 UTC  (6+ messages)
` [PATCH v2 1/2] drm/i915: Fix DP_AUX_CH_CTL_TIME_OUT naming
  ` [PATCH v2 2/2] drm/i915/bdw: Fix DP_AUX_CH_CTL_TIME_OUT setting

[PATCH i-g-t v4 0/7] lib/igt_kms: Convert properties to be more atomic-like
 2017-10-04 22:08 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for lib/igt_kms: Convert properties to be more atomic-like. (rev11)

[PATCH 0/2] Fix HDMI as dual display on CNL
 2017-10-04 21:54 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/cnl: Fix PLL initialization for HDMI
` ✓ Fi.CI.BAT: success for Fix HDMI as dual display on CNL

[PATCH] drm/i915: Transform whitelisting WAs into a simple reg write
 2017-10-04 20:54 UTC  (4+ messages)

[CI 1/9] drm/i915/preempt: Fix WaEnablePreemptionGranularityControlByUMD
 2017-10-04 19:41 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [CI,1/9] "


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