Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-22 20:59:30 to 2017-03-23 22:01:35 UTC [more...]

[PATCH v2 0/6] drm/i915: Moar plane update optimizations (v2)
 2017-03-23 22:01 UTC  (8+ messages)
` [PATCH v2 1/6] drm/i915: Extract i9xx_plane_ctl() and ironlake_plane_ctl()
` [PATCH 2/6] drm/i915: Nuke ironlake_plane_ctl()
` [PATCH 3/6] drm/i915: Pre-compute plane control register value
` [PATCH v2 4/6] drm/i915: Introduce i9xx_check_plane_surface()
` [PATCH 5/6] drm/i915: Eliminate ironlake_update_primary_plane()
` [PATCH 6/6] drm/i915: Use i9xx_check_plane_surface() for sprite planes as well

Regression in i915 for 4.11-rc1 - bisected to commit 69df05e11ab8
 2017-03-23 21:23 UTC  (3+ messages)

[PATCH dim 1/2] dim: Add support for multiple messages in extract-tags
 2017-03-23 21:07 UTC  (2+ messages)
` [PATCH dim 2/2] dim: Curate and insert tags into patch(es)

[PATCH v2 0/5] Enable OA unit for Gen 8 and 9 in i915 perf
 2017-03-23 20:48 UTC  (9+ messages)
` [PATCH v2 1/5] drm/i915: expose _SLICE_MASK GETPARM
` [PATCH v2 2/5] drm/i915: expose _SUBSLICE_MASK GETPARM
` [PATCH v2 3/5] drm/i915: Add 'render basic' Gen8+ OA unit configs
` [PATCH v2 4/5] drm/i915: Add OA unit support for Gen 8+
` [PATCH v2 5/5] drm/i915: Add more OA configs for BDW, CHV, SKL + BXT

[PATCH 3/3] drm/i915/perf: rate limit spurious oa report notice
 2017-03-23 19:25 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Replace literal tabs in ns2501 debug messages with spaces
 2017-03-23 18:53 UTC 

[PATCH] drm/i915: Reduce Data Link N value for 1 lane DP->hdmi converters
 2017-03-23 18:49 UTC  (10+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v4 1/2] drm/edid: Complete CEA modedb(VIC 1-107)
 2017-03-23 18:35 UTC  (22+ messages)
` [PATCH v4 2/2] drm: Add HDMI 2.0 VIC support for AVI info-frames
` ✓ Fi.CI.BAT: success for series starting with [v4,1/2] drm/edid: Complete CEA modedb(VIC 1-107)

[PATCH] drm/i915/execlists: Relax the locked clear_bit(IRQ_EXECLIST)
 2017-03-23 16:51 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/6] Enable OA unit for Gen 8 and 9 in i915 perf
 2017-03-23 16:43 UTC  (4+ messages)
` [PATCH 3/6] drm/i915: Add uncore mmio api for per-context registers

[PULL] drm-misc-fixes
 2017-03-23 15:50 UTC 

[PATCH] drm/i915: Check we have an wake device before flushing GTT writes
 2017-03-23 15:44 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Check we have an wake device before flushing GTT writes (rev2)

[PATCH 07/15] drm/i915: Store a direct lookup from object handle to vma
 2017-03-23 14:40 UTC  (5+ messages)
` [PATCH v2] "

[dim PATCH 1/7] dim: don't fail on grep not matching
 2017-03-23 14:33 UTC  (9+ messages)
` [dim PATCH 2/7] dim: abstract and fix maintainer scope check for dinq
` [dim PATCH 3/7] dim: only issue warnings on new BUG macros
` [dim PATCH 4/7] dim: return exit code from checkpatch_commit
` [dim PATCH 5/7] dim: make dim checkpatch subcommand return exit codes
` [dim PATCH 6/7] dim: make dim apply-branch "
` [dim PATCH 7/7] dim: propagate errors from check_maintainer

[PATCH v3 0/5] drm/i915: SKL+ render decompression support
 2017-03-23 14:28 UTC  (2+ messages)

[PATCH] drm/i915/kvmgt: avoid dereferencing a potentially null info pointer
 2017-03-23 14:11 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 00/14] drm/i915: Moar plane update optimizations
 2017-03-23 14:06 UTC  (2+ messages)

[PATCH] drm/i915/scheduler: add gvt notification for guc submission
 2017-03-23 13:51 UTC  (10+ messages)
` [PATCH v3] "

Make execbuf fast and green
 2017-03-23 13:51 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [01/15] drm/i915: Copy user requested buffers into the error state (rev4)

[PATCH 1/3] drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)
 2017-03-23 13:26 UTC  (4+ messages)
` [PATCH] drm: Make the decision to keep vblank irq enabled earlier

[PATCH 00/13] Various improvements around the GuC topic
 2017-03-23 13:20 UTC  (16+ messages)
` [PATCH v5 01/13] drm/i915/guc: Sanitize GuC client initialization
` [PATCH v5 02/13] drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy access
` [PATCH v4 03/13] drm/i915/guc: Add onion teardown to the GuC setup
` [PATCH 04/13] drm/i915/guc: The Additional Data Struct (ADS) should get enabled together with GuC submission
` [PATCH v3 05/13] drm/i915/guc: Break out the GuC log extras into their own "runtime" struct
` [PATCH v3 06/13] drm/i915/guc: Make intel_guc_send a function pointer
` [PATCH v2 07/13] drm/i915/guc: Improve the GuC documentation & comments about proxy submissions
` [PATCH v2 08/13] drm/i915/guc: Wait for doorbell to be inactive before deallocating
` [PATCH v2 09/13] drm/i915/guc: A little bit more of doorbell sanitization
` [PATCH v3 10/13] drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage descriptor"
` [PATCH 11/13] drm/i915/guc: Split out the mmio_white_list struct
` [PATCH 12/13] drm/i915/guc: Move guc_interrupts_release next to guc_interrupts_capture
` [PATCH 13/13] HAX Enable GuC loading & submission
` ✓ Fi.CI.BAT: success for Various improvements around the GuC topic

[PATCH 08/15] drm/i915: Pass vma to relocate entry
 2017-03-23 13:02 UTC  (2+ messages)
` [PATCH] "

[PATCH i-g-t v4 0/7] Validate TEST_ONLY correctness against full atomic commit
 2017-03-23 13:02 UTC  (10+ messages)
` [PATCH i-g-t v4 1/7] lib/igt_kms: Add forcing TEST_ONLY for atomic commits
` [PATCH i-g-t v4 2/7] tests/kms_plane_multiple: Add TEST_ONLY flag Cc: maarten.lankhorst@linux.intel.com
  ` [PATCH i-g-t v4 2/7] tests/kms_plane_multiple: Add TEST_ONLY flag
` [PATCH i-g-t v4 2/3] tests/kms_plane_multiple: Add TEST_ONLY flag Cc: maarten.lankhorst@linux.intel.com
` [PATCH i-g-t v4 3/7] tests/kms_atomic_transition: Add TEST_ONLY flag
` [PATCH i-g-t v4 4/7] tests/kms_plane_scaling: "
` [PATCH i-g-t v4 5/7] tests/kms_rotation_crc: "
` [PATCH i-g-t v4 6/7] tests/kms_plane_lowres: "
` [PATCH i-g-t v4 7/7] tests/kms_cursor_legacy: "

[PATCH] drm/scdc: declare drm_scdc_get_scrambling_status
 2017-03-23 13:01 UTC  (3+ messages)

[PATCH 00/19] wire acquire ctx through legacy modeset paths
 2017-03-23 12:56 UTC  (29+ messages)
` [PATCH 01/19] drm: Wire up proper acquire ctx for plane functions
` [PATCH 02/19] drm: Add acquire ctx parameter to ->update_plane
` [PATCH 03/19] drm: drm_plane_force_disable is not for atomic drivers
` [PATCH 04/19] drm: Add acquire ctx parameter to ->plane_disable
` [PATCH 05/19] drm/atomic-helper: remove backoff hack from disable/update_plane
` [PATCH 06/19] drm/vmwgfx: Drop the cursor locking hack
` [PATCH 07/19] drm/tegra: Don't use modeset_lock_crtc
` [PATCH 08/19] drm/tilcdc: Drop calls to modeset_lock_crtc
` [PATCH 09/19] drm: Make drm_modeset_lock_crtc internal
` [PATCH 10/19] drm: Roll out acquire context for the page_flip ioctl
` [PATCH 11/19] drm: Add acquire ctx parameter to ->page_flip(_target)
` [PATCH 12/19] drm/atomic-helper: remove backoff hack from page_flip
` [PATCH 13/19] drm: simplify the locking in the GETCRTC ioctl
` [PATCH 14/19] drm: Remove drm_modeset_(un)lock_crtc
` [PATCH 15/19] drm: Remove drm_modeset_legacy_acquire_ctx and crtc->acquire_ctx
` [PATCH 16/19] drm: Restrict drm_mode_set_config_internal to non-atomic drivers
` [PATCH 17/19] drm: Add explicit acquire ctx handling around ->set_config
` [PATCH 18/19] drm: Add acquire ctx parameter to ->set_config
` [PATCH 19/19] drm/atomic-helper: Remove the backoff hack from set_config
` ✗ Fi.CI.BAT: warning for wire acquire ctx through legacy modeset paths

[PATCH] drm/i915: Actually pass the reclaim gfp_t along to shmemfs!
 2017-03-23 12:37 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t v3 0/7] Validate TEST_ONLY correctness against full atomic commit
 2017-03-23 12:31 UTC  (4+ messages)
` [PATCH i-g-t v3 1/7] lib/igt_kms: Add forcing TEST_ONLY for atomic commits

[PATCH] drm/i915: Wait for all fences before installing an exclusive clflush fence
 2017-03-23 12:08 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[CI 1/7] drm/i915: Eliminate per-fw_domain i915 backpointer
 2017-03-23 12:06 UTC  (9+ messages)
` [CI 2/7] drm/i915: Use correct fw_domains during initialisation
` [CI 3/7] drm/i915: Use correct fw_domains during reset
` [CI 4/7] drm/i915: Skip unused fw_domains
` [CI 5/7] drm/i915: Remove posting-read for forcewake put
` [CI 6/7] drm/i915: All fw_domains share the same set/clear/reset values
` [CI 7/7] drm/i915: Drop uncore spinlock for reading debugfs forcewake counters
` ✗ Fi.CI.BAT: warning for series starting with [CI,1/7] drm/i915: Eliminate per-fw_domain i915 backpointer

[PATCH 1/3] drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)
 2017-03-23 11:22 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with drm: Make the decision to keep vblank irq enabled earlier (rev2)

[PATCH v4 0/6] Enhancement to intel_dp_aux_backlight driver
 2017-03-23 10:11 UTC  (8+ messages)
` [PATCH v4 1/6] drm/i915: Add DPCD preferred mode for backlight control
` [PATCH v4 2/6] drm/i915: Correctly enable blacklight adjustment via DPCD
` [PATCH v4 3/6] drm/i915: Support dynamic backlight via DPCD register
` [PATCH v4 4/6] drm/i915: Store brightness level in aux backlight driver
` [PATCH v4 5/6] drm: Add definition for eDP backlight frequency
` [PATCH v4 6/6] drm/i915: Set PWM divider to match desired frequency in vbt
` ✓ Fi.CI.BAT: success for Enhancement to intel_dp_aux_backlight driver (rev2)

[PATCH v2 1/5] drm/i915: Eliminate per-fw_domain i915 backpointer
 2017-03-23 10:09 UTC  (4+ messages)
` [PATCH v2 2/5] drm/i915: Skip unused fw_domains

[PATCH] drm/i915: Remove superfluous hw_flags from mi_set_context()
 2017-03-23 10:03 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Restore marking context objects as dirty on pinning
 2017-03-23 10:01 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "

[GIT PULL] more GVT-g fixes for 4.11
 2017-03-23  9:17 UTC 

[PATCH v4 0/8] Adding driver-private objects to atomic state
 2017-03-23  8:54 UTC  (6+ messages)
` [PATCH v4 4/8] drm: Add "
      ` [Intel-gfx] "
    ` [PATCH v5 "

[dim PATCH] completion: shellcheck bash completion and fix issues
 2017-03-23  8:44 UTC 

[PATCH 00/16] more drmP.h cleanup
 2017-03-23  8:42 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for more drmP.h cleanup (rev7)

[PATCH v7 00/21] Add support for GuC-based SLPC
 2017-03-23  4:54 UTC  (5+ messages)
` [PATCH v7 05/21] drm/i915/slpc: Sanitize GuC version

[PATCH v2 3/4] drm: Refactor vblank sequence number comparison
 2017-03-23  3:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/10] drm/fb-helper: Deferred setup support
 2017-03-22 21:08 UTC  (5+ messages)
` [PATCH v3 06/10] drm/fb-helper: Support deferred setup

[PATCH 02/16] drm: Extract drm_debugfs.h
 2017-03-22 21:01 UTC  (3+ messages)
` [PATCH] "


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