public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-08-21 20:11:30 to 2017-08-23 10:05:35 UTC [more...]

[RFCv3 0/3] Introduce private PAT management
 2017-08-23 16:35 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for Introduce private PAT management (rev2)

[PATCH 1/3] drm/i915: Assert the context is not closed on object-close
 2017-08-23 10:05 UTC  (6+ messages)
` [PATCH 2/3] drm/i915: Assert that the handle->vma lut is empty on object close
` [PATCH 3/3] drm/i915: Ignore duplicate VMA stored within the per-object handle LUT
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Assert the context is not closed on object-close

[PATCH v14 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-08-23  9:45 UTC  (5+ messages)
` [PATCH v14 1/7] drm/i915/gvt: Add framebuffer decoder support
` [PATCH v14 5/7] vfio: ABI for mdev display dma-buf operation

[PATCH v2 00/10] Improve robustness of the i915 perf tests
 2017-08-23  9:43 UTC  (11+ messages)
` [PATCH v2 01/10] tests/perf: make stream_fd a global variable
` [PATCH v2 02/10] tests/perf: add per context filtering test for gen8+
` [PATCH v2 03/10] tests/perf: update max buffer size for reading reports
` [PATCH v2 04/10] tests/perf: rc6: try to guess when rc6 is disabled
` [PATCH v2 05/10] tests/perf: remove frequency related changes
` [PATCH v2 06/10] tests/perf: rework oa-exponent test
` [PATCH v2 07/10] tests/perf: make enable-disable more reliable
` [PATCH v2 08/10] tests/perf: make buffer-fill "
` [PATCH v2 09/10] tests/perf: add Kabylake support
` [PATCH v2 10/10] tests/perf: add Geminilake support

The bunch of mm patches in the queue, mostly for shard testing
 2017-08-23  9:36 UTC  (22+ messages)
` [PATCH 01/20] drm/i915: "Race-to-idle" on switching to the kernel context
` [PATCH 02/20] drm/i915: Assert the context is not closed on object-close
` [PATCH 03/20] drm/i915: Assert that the handle->vma lut is empty on object close
` [PATCH 04/20] drm/i915: Ignore duplicate VMA stored within the per-object handle LUT
` [PATCH 05/20] drm/i915: Prevent overflow of execbuf.buffer_count and num_cliprects
` [PATCH 06/20] drm/i915: Refactor testing obj->mm.pages
` [PATCH 07/20] drm/i915: Rename obj->pin_display to obj->pin_global
` [PATCH 08/20] drm/i915: Drop debugfs/i915_gem_pin_display
` [PATCH 09/20] drm/i915: Remove walk over obj->vma_list for the shrinker
` [PATCH 10/20] drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
` [PATCH 11/20] drm/i915: Set our shrinker->batch to 4096 (~16MiB)
` [PATCH 12/20] drm/i915: Trim struct_mutex hold duration for i915_gem_free_objects
` [PATCH 13/20] drm/i915: Start writeback from the shrinker
` [PATCH 14/20] drm/i915: Discard VMA lut handles upon purging the object
` [PATCH 15/20] drm/i915: Only free the oldest stale object before a fresh allocation
` [PATCH 16/20] mm: Track actual nr_scanned during shrink_slab()
` [PATCH 17/20] drm/i915: Wire up shrinkctl->nr_scanned
` [PATCH 18/20] mm, drm/i915: Mark pinned shmemfs pages as unevictable
` [PATCH 19/20] shmem: Support for registration of driver/file owner specific ops
` [PATCH 20/20] drm/i915: Make GPU pages movable
` ✗ Fi.CI.BAT: failure for series starting with [01/20] drm/i915: "Race-to-idle" on switching to the kernel context

[PATCH 00/23] huge gtt pages
 2017-08-23  9:31 UTC  (6+ messages)
` [PATCH 01/23] mm/shmem: introduce shmem_file_setup_with_mnt

[PATCH i-g-t 00/11] Improve robustness of the i915 perf tests
 2017-08-23  9:31 UTC  (17+ messages)
` [PATCH i-g-t 01/11] tests/perf: make stream_fd a global variable
` [PATCH i-g-t 02/11] tests/perf: add per context filtering test for gen8+
` [PATCH i-g-t 05/11] tests/perf: rework oa-exponent test

[GIT PULL] gvt final fixes for 4.13
 2017-08-23  9:29 UTC  (2+ messages)

[maintainer-tools PATCH] dim: Properly handle series on apply_branch
 2017-08-23  8:58 UTC  (7+ messages)
` [PATCH] "

[maintainer-tools PATCH] dim.rst: Document aliases extension on dimrc
 2017-08-23  8:43 UTC  (7+ messages)

[PATCH] drm/i915/gvt: Remove one duplicated MMIO
 2017-08-23  8:11 UTC  (2+ messages)

[RFCv2 RESEND 2/3] drm/i915: Introduce private PAT management
 2017-08-23  1:49 UTC 

[RFCv2 0/3] Introduce private PAT management
 2017-08-23  1:44 UTC  (9+ messages)
` ✓ Fi.CI.BAT: success for "
` [RFCv2 1/3] drm/i915: Factor out setup_private_pat()
` [RFCv2 2/3] drm/i915: Introduce private PAT management
` [RFCv3 3/3] drm/i915: Introduce per-platform PPAT configurations

[PATCH] drm/i915/cnl: WaRsUseTimeoutMode
 2017-08-23  0:18 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/cnl: WaForceContextSaveRestoreNonCoherent
 2017-08-22 23:43 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] mm: Reward slab shrinkers that reclaim more than they were asked
 2017-08-22 22:45 UTC  (4+ messages)
` [PATCH 1/2] mm: Track actual nr_scanned during shrink_slab()
  ` [PATCH 2/2] drm/i915: Wire up shrinkctl->nr_scanned

[PATCH] drm/i915/cnl: WaPushConstantDereferenceHoldDisable
 2017-08-22 22:32 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[CI] drm/i915: Keep a small stash of preallocated WC pages
 2017-08-22 18:45 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Keep a small stash of preallocated WC pages (rev2)

[PATCH] drm/i915/cfl: Coffe Lake works on Kaby Lake PCH
 2017-08-22 18:29 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC v2 00/10] i915 PMU and engine busy stats
 2017-08-22 18:17 UTC  (5+ messages)
` [RFC 04/10] drm/i915: Expose a PMU interface for perf queries

[maintainer-tools PATCH 01/30] qf: Deprecate the use of qf without any subcommand
 2017-08-22 18:17 UTC  (26+ messages)
` [maintainer-tools PATCH 09/30] qf: Move "push" from case to new subcommand
` [maintainer-tools PATCH 12/30] qf: Move "stage" "
` [maintainer-tools PATCH 14/30] qf: Move "resolved" "
` [maintainer-tools PATCH 17/30] qf: Move "list-unused-patches" "
` [maintainer-tools PATCH 19/30] qf: Move "git" "
` [maintainer-tools PATCH 20/30] qf: Move "gitk" "
` [maintainer-tools PATCH 21/30] qf: SC2006 - Fix one of shellcheck complains on qf
` [maintainer-tools PATCH 23/30] qf: SC2053 - Fix another shellcheck complain:
` [maintainer-tools PATCH 24/30] qf: SC2155 - Fix another shellcheck complain
` [maintainer-tools PATCH 25/30] qf: SC2035 "
` [maintainer-tools PATCH 26/30] qf: SC1091 "
` [maintainer-tools PATCH 27/30] qf: SC2153 "
` [maintainer-tools PATCH 28/30] qf: SC1083 "
` [maintainer-tools PATCH 29/30] qf: Add it to shellcheck part of make check
` [maintainer-tools PATCH 30/30] qf: Use .dimrc to config and extend qf
  ` [PATCH] qf: Introduce subcommand and aliases

HWSP execlists for kbl-shards
 2017-08-22 18:11 UTC  (8+ messages)
` [PATCH 1/6] drm/i915/lrc: Clarify the format of the context image
` [PATCH 2/6] drm/i915/guc: Don't make assumptions while getting the lrca offset
` [PATCH 3/6] drm/i915/lrc: allocate separate page for HWSP
` [PATCH 4/6] drm/i915: Allow HW status page to be bound high
` [PATCH 5/6] drm/i915/execlists: Read the context-status buffer from the HWSP
` [PATCH 6/6] drm/i915/execlists: Read the context-status HEAD "
` ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915/lrc: Clarify the format of the context image

[CI 1/2] drm-tip: 2017y-08m-22d-16h-09m-30s UTC integration manifest
 2017-08-22 17:38 UTC  (2+ messages)
` [CI 2/2] drm/i915: Keep a small stash of preallocated WC pages

[PATCH v5] drm/i915/edp: Be less aggressive about changing link config on eDP
 2017-08-22 17:36 UTC  (7+ messages)
` [PATCH v6] "
` ✓ Fi.CI.BAT: success for drm/i915/edp: Be less aggressive about changing link config on eDP (rev2)
` [PATCH v7] drm/i915/edp: Be less aggressive about changing link config on eDP
` ✓ Fi.CI.BAT: success for drm/i915/edp: Be less aggressive about changing link config on eDP (rev3)

[PATCH i-g-t] tests/Makefile.am: Wrap audio test with dedicated conditional
 2017-08-22 17:29 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/2] Add retries for dp dual mode reads
 2017-08-22 17:19 UTC  (4+ messages)
` [PATCH 1/2] drm: Add retries for dp dual mode read
` [PATCH 2/2] drm/i915: Don't give up waiting on INVALID_MODE
` ✓ Fi.CI.BAT: success for Add retries for dp dual mode reads

[PATCH] drm/i915: Boost GPU clocks if we miss the pageflip's vblank
 2017-08-22 17:12 UTC  (7+ messages)

[PATCH v3 0/1] drm/i915: Deal with upside-down mounted LCD panels
 2017-08-22 16:54 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 1/2] drm/i915/cnl: simplify cnl_procmon_values handling
 2017-08-22 16:24 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/cnl: extract cnl_set_procmon_ref_values
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/cnl: simplify cnl_procmon_values handling

[CI] drm/i915: Boost GPU clocks if we miss the pageflip's vblank
 2017-08-22 16:01 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Boost GPU clocks if we miss the pageflip's vblank (rev2)

[PATCH 0/3] Add retries for DP dual mode devices
 2017-08-22 15:40 UTC  (9+ messages)
` [PATCH 1/3] drm: Add retries for lspcon status check
` [PATCH 2/3] drm/i915: Don't give up waiting on INVALID_MODE
` [PATCH 3/3] drm: Add retries for dp dual mode read
` ✓ Fi.CI.BAT: success for Add retries for DP dual mode devices

[PATCH v3 0/8] drm/i915: Make infoframe code available to (e)DP ports
 2017-08-22 15:06 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Make infoframe code available to (e)DP ports (rev4)

[PATCH 3/8] drm/i915: Disable infoframes when shutting down DDI HDMI
 2017-08-22 14:09 UTC  (2+ messages)
` [PATCH v2 "

[PATCH igt] igt/pm_rpm: Use libc 'ftw' rather than opencoding our own filetree walk
 2017-08-22 14:01 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm: Release driver tracking before making the object available again
 2017-08-22 13:20 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH i-g-t] pm_rps: Extended testcases with checking PMINTRMSK register value
 2017-08-22 13:14 UTC  (12+ messages)

[PATCH i-g-t] pm_rps: Changes in waitboost scenario
 2017-08-22 13:00 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for pm_rps: Changes in waitboost scenario (rev4)

[PATCH i-g-t] intel-ci: Remove generic.testlist
 2017-08-22 12:44 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t v3] pm_rps: Changes in waitboost scenario
 2017-08-22 12:40 UTC  (2+ messages)

[PATCH igt] igt: Add gem_close
 2017-08-22 12:23 UTC  (4+ messages)
` [PATCH igt v2] "
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for igt: Add gem_close (rev2)

[PATCH] drm/i915: Make own struct for execlist items
 2017-08-22 12:17 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Add more latency to avoid display flicker
 2017-08-22 11:36 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Re-enable per-engine reset for Broxton
 2017-08-22 11:28 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v4 1/4] drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access_notifier
 2017-08-22 10:05 UTC  (4+ messages)
` [PATCH v4 4/4] drm/i915: Acquire PUNIT->PMIC bus for intel_uncore_forcewake_reset()

[PATCH v2 1/2] drm: Add retries for lspcon status check
 2017-08-22  9:24 UTC  (2+ messages)

[PATCH v13 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-08-22  8:24 UTC  (12+ messages)
` [PATCH v13 5/7] vfio: ABI for mdev display dma-buf operation

[PATCH] drm/i915/cnl: Add support for horizontal plane flipping
 2017-08-22  0:29 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] i915, drm/fourcc: Improve the CCS modifier documentation
 2017-08-21 23:20 UTC  (3+ messages)
` [PATCH] i915,drm/fourcc: "


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