Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-03 08:33:23 to 2017-04-05 07:51:11 UTC [more...]

[PATCH] drm/i915: Typo fix - 'pipe bpc' to 'pipe bpp'
 2017-04-05  7:51 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH V4] drm/i915: Enhanced disable access to stolen memory as a guest
 2017-04-05  7:44 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Enhanced disable access to stolen memory as a guest (rev4)
  ` [Intel-gfx] [PATCH V4] drm/i915: Enhanced disable access to stolen memory as a guest

[dim PATCH 1/4] dim: do not bail out if the script is not up-to-date
 2017-04-05  7:28 UTC  (6+ messages)
` [dim PATCH 2/4] dim: move dim update check near the end
` [dim PATCH 3/4] dim: move helper functions above command line options handling
` [dim PATCH 4/4] dim: run executables in $PATH named dim-subcommand as dim subcommands

linux-next: build warning after merge of the drm-misc tree
 2017-04-05  7:26 UTC  (2+ messages)

[RFC PATCH 00/18] drm/i915: initial support for huge gtt pages V2
 2017-04-05  6:49 UTC  (26+ messages)
` [PATCH 01/18] drm/i915: add page_size_mask to dev_info
` [PATCH 02/18] drm/i915: introduce drm_i915_gem_object page_size members
` [PATCH 03/18] drm/i915: pass page_size to insert_entries
` [PATCH 04/18] drm/i915: s/i915_gtt_color_adjust/i915_ggtt_color_adjust
` [PATCH 05/18] drm/i915: clean up cache coloring
` [PATCH 06/18] drm/i915: export color_differs
` [PATCH 07/18] drm/i915: introduce ppgtt page coloring
` [PATCH 08/18] drm/i915: handle evict-for-node with "
` [PATCH 09/18] drm/i915: support inserting 64K pages in the ppgtt
` [PATCH 10/18] drm/i915: support inserting 2M "
` [PATCH 11/18] drm/i915: support inserting 1G "
` [PATCH 12/18] drm/i915: disable GTT cache for huge-pages
` [PATCH 13/18] drm/i915/selftests: exercise 4K and 64K mm insertion
` [PATCH 14/18] drm/i915/selftests: modify the gtt tests to also exercise huge pages
` [PATCH 15/18] drm/i915/selftests: exercise evict-for-node page coloring
` [PATCH 16/18] drm/i915/debugfs: include some huge-page metrics
` [PATCH 17/18] mm/shmem: tweak the huge-page interface
` [PATCH 18/18] drm/i915: support transparent-huge-pages through shmemfs

[PATCH] drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connector_modes, v2
 2017-04-05  6:37 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` [Intel-gfx] [PATCH] "

[PATCH 1/1] drm/i915: Suspend GuC during GEM Suspend prior to GPU Reset
 2017-04-05  5:48 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/1] "

[PATCH 0/2] drm/i915/scheduler: add gvt force-single-submission and notification for guc
 2017-04-05  2:35 UTC  (5+ messages)
` [PATCH v3 "
  ` ✓ Fi.CI.BAT: success for series starting with [v3,1/2] drm/i915/scheduler: add gvt force-single-submission "
` [PATCH v3 1/2] "
` [PATCH v3 2/2] drm/i915/scheduler: add gvt notification "

[PATCH] drm/i915/audio: not to set N/M value manually for KBL
 2017-04-05  2:35 UTC  (6+ messages)

[PATCH v3 00/14] drm/i915/dp: link rate and lane count refactoring
 2017-04-05  1:28 UTC  (21+ messages)
` [PATCH v3 01/14] drm/i915/dp: use known correct array size in rate_to_index
` [PATCH v3 02/14] drm/i915/dp: return errors from rate_to_index()
` [PATCH v3 03/14] drm/i915/dp: rename rate_to_index() to intel_dp_rate_index() and reuse
` [PATCH v3 04/14] drm/i915/dp: cache source rates at init
` [PATCH v3 05/14] drm/i915/dp: generate and cache sink rate array for all DP, not just eDP 1.4
` [PATCH v3 07/14] drm/i915/dp: cache common rates with sink rates
` [PATCH v3 12/14] drm/i915/dp: localize link rate index variable more
` [PATCH v3 13/14] drm/i915/dp: use readb and writeb calls for single byte DPCD access

[PATCH v3 08/14] drm/i915/dp: do not limit rate seek when not needed
 2017-04-05  1:24 UTC  (3+ messages)
` [PATCH] "

[PATCH v5 0/5] Adding driver-private objects to atomic state
 2017-04-04 22:35 UTC  (5+ messages)
` [PATCH v5 3/5] drm/dp: Add DP MST helpers to atomically find and release vcpi slots
` ✗ Fi.CI.BAT: failure for Adding driver-private objects to atomic state (rev6)

[PATCH v5 4/5] drm: Connector helper function to release resources
 2017-04-04 19:30 UTC  (6+ messages)
` [PATCH v6 1/5] drm: Add driver-private objects to atomic state
  ` [PATCH v6 2/5] drm/dp: Introduce MST topology state to track available link bandwidth
  ` [PATCH v6 3/5] drm/dp: Add DP MST helpers to atomically find and release vcpi slots
  ` [PATCH v6 4/5] drm: Connector helper function to release resources
  ` [PATCH v6 5/5] drm/dp: Track MST link bandwidth

[PATCH 01/11] drm: update todo.rst
 2017-04-04 18:49 UTC  (25+ messages)
` [PATCH 02/11] drm: Consolidate and document sysfs support
` [PATCH 03/11] drm: Extract drm_ioctl.h
` [PATCH 04/11] drm: document drm_ioctl.[hc]
` [PATCH 05/11] drm/vblank: Switch drm_driver->get_vblank_timestamp to return a bool
` [PATCH 07/11] drm/vblank: Add FIXME comments about moving the vblank ts hooks
  ` [PATCH 06/11] drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestamp
  ` [PATCH 08/11] drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos
  ` [PATCH 09/11] drm/vblank: Simplify the get_scanout_position helper hook
` [PATCH 10/11] drm/vblank: Lock down vblank->hwmode more
` [PATCH 11/11] drm/doc: Small markup fixup
` ✓ Fi.CI.BAT: success for series starting with [01/11] drm: update todo.rst

[PATCH 0/4] drm/i915: Enable atomic for VLV/CHV
 2017-04-04 17:34 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Make legacy cursor updates more unsynced
 2017-04-04 16:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Only report a wakeup if the waiter was truly asleep
 2017-04-04 15:10 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

Another week, another eb bomb
 2017-04-04 14:57 UTC  (5+ messages)
` [PATCH 08/13] drm/i915: Eliminate lots of iterations over the execobjects array
` [PATCH 12/13] drm/i915: Async GPU relocation processing

[PATCH] drm/i915/guc: Use GUC prefix for CORE_FAMILY definitions
 2017-04-04 14:53 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Do not use lock all in hsw_trans_edp_pipe_A_crc_wa
 2017-04-04 14:37 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] Revert "drm/i915: Lock mode_config.mutex in intel_display_resume."
 2017-04-04 14:20 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/3] drm/i915: Make ptr_unpack_bits() more function-like
 2017-04-04 14:03 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Redefine ptr_pack_bits() and friends
` [PATCH 3/3] drm/i915/execlists: Pack the count into the low bits of the port.request
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Make ptr_unpack_bits() more function-like

[PATCH] drm/i915/glk: limit pixel clock to 99% of cdclk workaround
 2017-04-04 13:26 UTC  (13+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/huc: Simplify intel_huc_init_hw()
 2017-04-04 13:25 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/2] drm/i915: Redefine ptr_pack_bits() and friends
 2017-04-04 13:20 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/execlists: Pack the count into the low bits of the port.request

[PATCH] drm/i915: Apply a cond_resched() to the saturated signaler
 2017-04-04 12:52 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Apply a cond_resched() to the saturated signaler (rev2)

[PATCH] drm/i915: Park the signaler before sleeping
 2017-04-04 12:28 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t v2] tests/kms_atomic_allow_modeset: Add DRM_MODE_ATOMIC_ALLOW_MODESET test
 2017-04-04 12:28 UTC  (2+ messages)

[PATCH] hmm
 2017-04-04 10:51 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for hmm

[PATCH 00/15] acquire ctx wire-up, part 2
 2017-04-04 10:44 UTC  (10+ messages)
` [PATCH 08/15] drm/i915: Nuke intel_atomic_legacy_gamma_set
` [PATCH 10/15] drm/fb-helper: Give up on kgdb for atomic drivers
` [PATCH 11/15] drm: Add explicit acquire ctx handling around ->gamma_set
` [PATCH 12/15] drm: Add acquire ctx to ->gamma_set hook
` [PATCH 13/15] drm/atomic-helper: Remove legacy backoff hack from gamma_set
` [PATCH 15/15] drm/fb-helper: Extract _legacy kms functions
` ✓ Fi.CI.BAT: success for acquire ctx wire-up, part 2

[PATCH] dim: Fixup Link: tag in apply-pull
 2017-04-04 10:17 UTC  (2+ messages)

[PATCH 14/16] drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos
 2017-04-04  9:54 UTC  (7+ messages)
` [PATCH] "
    ` [Intel-gfx] "

[PATCH] drm/i915: Remove user-triggerable WARN from i915_gem_object_create
 2017-04-04  8:40 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] dim: Add apply-pull command
 2017-04-04  8:29 UTC  (5+ messages)

[PATCH 1/2] drm/i915: Suspend GuC during GEM Suspend prior to GPU Reset
 2017-04-04  8:26 UTC 

[PATCH] dim: Align apply-pull with apply-branch workflow
 2017-04-04  8:13 UTC 

[PATCH 2/2] drm/i915: support DRIVER_PRIME_SCANOUT
 2017-04-04  8:13 UTC 

[maintainer-tools PATCH] dim: Add examples section to dim.rst
 2017-04-04  6:46 UTC  (3+ messages)

[maintainer-tools PATCH v2] dim: Use mktemp for pull-request mails
 2017-04-04  6:45 UTC  (2+ messages)

[PATCH 02/15] drm: Remove drm_modeset_(un)lock_crtc
 2017-04-04  5:39 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH 00/19] wire acquire ctx through legacy modeset paths
 2017-04-04  0:06 UTC  (3+ messages)
` [PATCH 18/19] drm: Add acquire ctx parameter to ->set_config

[PATCH v3] drm: Add DPCD definitions for DP 1.4 DSC feature
 2017-04-03 23:04 UTC  (5+ messages)
` [PATCH v4] "
` ✓ Fi.CI.BAT: success for drm: Add DPCD definitions for DP 1.4 DSC feature (rev5)

[PATCH] drm/i915/psr: Clean-up intel_enable_source_psr1()
 2017-04-03 22:05 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 01/15] drm: Make drm_modeset_lock_crtc internal
 2017-04-03 22:00 UTC  (2+ messages)

[PATCH v2] drm/i915/dp: Read link status more times when EQ not done
 2017-04-03 21:57 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 1/3] drm/i915: Use LINEAR modifier instead of NONE
 2017-04-03 21:23 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915: Use LINEAR modifier instead of NONE (rev3)

[PATCH] squash! drm/i915: Add format modifiers for Intel
 2017-04-03 21:17 UTC  (2+ messages)
` [PATCH 3/3] [v5] "

[PATCH dim 2/2] dim: Curate and insert tags into patch(es)
 2017-04-03 21:10 UTC  (2+ messages)
` [maintainer-tools PATCH v2 "

[PATCH 0/3] drm/i915: Fix SKL+ 90/270 degree rotated scanout
 2017-04-03 17:57 UTC  (3+ messages)
` [PATCH 3/3] drm/i915: Fix 90/270 rotated coordinates for FBC

[GIT PULL] GVT-g fixes for 4.11-rc6
 2017-04-03 17:38 UTC  (2+ messages)

linux-next: build failure after merge of the drm-misc tree
 2017-04-03 17:26 UTC  (2+ messages)

[PATCH] dim: Use mktemp for pull-request mails
 2017-04-03 17:10 UTC  (2+ messages)

[PATCH] dim: add backmerge tool
 2017-04-03 15:52 UTC 

[BUG][REGRESSION] i915 gpu hangs under load
 2017-04-03 15:09 UTC  (5+ messages)
      ` [Intel-gfx] "

[PATCH 1/2] drm/i915: intel_ring.engine is unused
 2017-04-03 13:06 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Onion unwind for intel_init_ring_common()
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: intel_ring.engine is unused

[PATCH 1/3] drm: Document maintainer duties
 2017-04-03 10:59 UTC  (2+ messages)

[PATCH v3 00/10] drm/fb-helper: Deferred setup support
 2017-04-03  8:48 UTC  (3+ messages)
` [PATCH v3 06/10] drm/fb-helper: Support deferred setup

[PATCH v4 00/11] drm/fb-helper: Deferred setup support
 2017-04-03  8:40 UTC  (3+ messages)
` [PATCH v4 06/11] drm/fb-helper: Make top-level lock more robust
  ` [Intel-gfx] "


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