intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-19 10:36:15 to 2016-09-22 13:26:39 UTC [more...]

[PATCH v4 0/3] drm/i915: fix some audio support 4K resolution issues
 2016-09-22  7:52 UTC  (9+ messages)

[PATCH v3 0/9] New DDB Algo and WM fixes
 2016-09-22 11:53 UTC  (18+ messages)
` [PATCH v3 1/9] drm/i915/skl: pass pipe_wm in skl_compute_(wm_level/plane_wm) functions
` [PATCH v3 2/9] drm/i915/skl+: use linetime latency instead of ddb size
` [PATCH v3 4/9] drm/i915: Decode system memory bandwidth
` [PATCH v3 6/9] drm/i915/skl+: change WM calc to fixed point 16.16
` [PATCH v3 7/9] drm/i915/bxt: Enable IPC support
` [PATCH v3 8/9] drm/i915/bxt: set chicken bit as IPC y-tile WA

[PATCH] drm/i915: don't report compression when fbc disabled
 2016-09-22  8:49 UTC 

[PATCH 0/5] drm/i915/skl: drop pre-production stepping workarounds
 2016-09-22 13:24 UTC  (2+ messages)

[PATCH] drm/i915: Don't try to handle GuC when GuC is not supported
 2016-09-21 21:00 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v3 9/9] drm/i915/bxt: Implement Transition WM
 2016-09-21 20:27 UTC  (3+ messages)
` [PATCH v4] "

[CI-1 v5] drm/i915/dp: DP audio API changes for MST
 2016-09-21 20:18 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/dp: DP audio API changes for MST (rev8)

[PATCH 0/9] drm/i915/audio: audio cleanups, 4k fixes
 2016-09-21 19:24 UTC  (11+ messages)
` [PATCH 1/9] drm/i915/audio: abstract audio config update
` [PATCH 2/9] drm/i915/audio: port is going to be just fine, simplify checks
` [PATCH 3/9] drm/i915/audio: use the same code for updating audio config
` [PATCH 4/9] drm/i915/audio: split dp and hdmi audio config update
` [PATCH 5/9] drm/i915/audio: set proper N/MCTS on more platforms
` [PATCH 6/9] drm/i915/audio: HDMI audio gets the TMDS clock by crtc_clock
` [PATCH 7/9] drm/i915/audio: add register macros for audio config N value
` [PATCH 8/9] drm/i915/audio: rename N value getter to emphasize it's for hdmi
` [PATCH 9/9] drm/i915: set proper N/M in modeset
` ✗ Fi.CI.BAT: warning for drm/i915/audio: audio cleanups, 4k fixes

[CI 1/3] drm/i915: Restore current RPS state after reset
 2016-09-21 14:49 UTC  (4+ messages)
` [CI 2/3] drm/i915: Only shrink the unbound objects during freeze
` [CI 3/3] drm/i915/execlists: Reset RING registers upon resume
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/3] drm/i915: Restore current RPS state after reset

[PATCH 0/7] drm/i915: Add pipe scaler for Gen9 in atomic path
 2016-09-21 14:17 UTC  (3+ messages)

[PATCH] drm/i915: Queue page flip work with high priority
 2016-09-21 13:48 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: Queue page flip work with high priority (rev3)

[PATCH v3 3/9] drm/i915/skl: New ddb allocation algorithm
 2016-09-21 13:03 UTC  (6+ messages)
` [PATCH v4] "

[PATCH v2 RESEND 1/2] drm/i915: Cleanup instdone collection
 2016-09-21 12:52 UTC  (4+ messages)
` [PATCH v2 RESEND 2/2] drm/i915: Try to print INSTDONE bits for all slice/subslice
` ✗ Fi.CI.BAT: warning for series starting with [v2,RESEND,1/2] drm/i915: Cleanup instdone collection

Multiple timelines, take 2
 2016-09-21 11:56 UTC  (53+ messages)
` [PATCH 01/38] drm/i915: Allow disabling error capture
` [PATCH 02/38] drm/i915: Stop the machine whilst capturing the GPU crash dump
` [PATCH 03/38] drm/i915: Always use the GTT for error capture
` [PATCH 04/38] drm/i915: Consolidate error object printing
` [PATCH 05/38] drm/i915: Compress GPU objects in error state
` [PATCH 06/38] drm/i915: Support asynchronous waits on struct fence from i915_gem_request
` [PATCH 07/38] drm/i915: Allow i915_sw_fence_await_sw_fence() to allocate
` [PATCH 08/38] drm/i915: Rearrange i915_wait_request() accounting with callers
` [PATCH 09/38] drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()
` [PATCH 10/38] drm/i915: Defer active reference until required
` [PATCH 11/38] drm/i915: Introduce an internal allocator for disposable private objects
` [PATCH 12/38] drm/i915: Reuse the active golden render state batch
` [PATCH 13/38] drm/i915: Markup GEM API with lockdep asserts
` [PATCH 14/38] drm/i915: Use a radixtree for random access to the object's backing storage
` [PATCH 15/38] drm/i915: Refactor object page API
` [PATCH 16/38] drm/i915: Pass around sg_table to get_pages/put_pages backend
` [PATCH 17/38] drm/i915: Move object backing storage manipulation to its own locking
` [PATCH 18/38] drm/i915/dmabuf: Acquire the backing storage outside of struct_mutex
` [PATCH 19/38] drm/i915: Implement pread without struct-mutex
` [PATCH 20/38] drm/i915: Implement pwrite "
` [PATCH 21/38] drm/i915: Acquire the backing storage outside of struct_mutex in set-domain
` [PATCH 22/38] drm/i915: Move object release to a freelist + worker
` [PATCH 23/38] drm/i915: Use lockless object free
` [PATCH 24/38] drm/i915: Move GEM activity tracking into a common struct reservation_object
` [PATCH 25/38] drm: Add reference counting to drm_atomic_state
` [PATCH 26/38] drm/i915: Restore nonblocking awaits for modesetting
` [PATCH 27/38] drm/i915: Combine seqno + tracking into a global timeline struct
` [PATCH 28/38] drm/i915: Queue the idling context switch after all other timelines
` [PATCH 29/38] drm/i915: Wait first for submission, before waiting for request completion
` [PATCH 30/38] drm/i915: Introduce a global_seqno for each request
` [PATCH 31/38] drm/i915: Record space required for request emission
` [PATCH 32/38] drm/i915: Defer "
` [PATCH 33/38] drm/i915: Move the global sync optimisation to the timeline
` [PATCH 34/38] drm/i915: Create a unique name for the context
` [PATCH 35/38] drm/i915: Reserve space in the global seqno during request allocation
  ` [PATCH] drm/i915: fix semicolon.cocci warnings
` [PATCH 36/38] drm/i915: Enable multiple timelines
` [PATCH 37/38] drm/i915: Enable userspace to opt-out of implicit fencing
` [PATCH 38/38] drm/i915: Support explicit fencing for execbuf
` ✗ Fi.CI.BAT: failure for series starting with [01/38] drm/i915: Allow disabling error capture

[PATCH] drm: Fix typo in encoder docs
 2016-09-21 11:34 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH v12 0/7] Finally fix watermarks
 2016-09-21 11:34 UTC  (7+ messages)
` [PATCH v12 5/7] drm/i915/skl: Ensure pipes with changed wms get added to the state

[PATCH 00/10] More splitting&documenting for drm_crtc.c
 2016-09-21  7:32 UTC  (12+ messages)
` [PATCH 03/10] drm: Move all decl for drm_edid.c to drm_edid.h
` [PATCH 04/10] drm: Extract drm_plane.[hc]
  ` [Intel-gfx] "
` [PATCH 05/10] drm/doc: Polish for drm_plane.[hc]

[PATCH 0/5] Remaining patches for upfront link training on DDI platforms
 2016-09-20 22:49 UTC  (9+ messages)
` [PATCH v3 5/5] drm/i915/dp/mst: Add support for upfront link training for DP MST
` [PATCH 0/6] Remaining patches for upfront link training on DDI platforms
  ` ✓ Fi.CI.BAT: success for series starting with [v7,1/6] drm/i915: Fallback to lower link rate and lane count during link training (rev3)

[PATCH v17 5/6] drm/i915/dp: Enable Upfront link training on DDI platforms
 2016-09-20 22:04 UTC  (2+ messages)
` [PATCH v18 "

[PATCH v5] drm/i915/dp: DP audio API changes for MST
 2016-09-20 20:17 UTC 

[PATCH] drm/i915/dp/mst: Validate modes against the available link bandwidth
 2016-09-20 18:39 UTC  (4+ messages)

[PATCH v2 2/2] drm/i915: Try to print INSTDONE bits for all slice/subslice
 2016-09-20 13:44 UTC  (4+ messages)
  ` [PATCH v2 1/2] drm/i915: Cleanup instdone collection

Kernel stability on baytrail machines
 2016-09-20 13:27 UTC  (3+ messages)

[PATCH v2] drm/i915: Queue page flip work via a low latency, unbound workqueue
 2016-09-20 12:56 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] drm/i915: Unlock PPS registers after GPU reset
 2016-09-20 12:32 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t] tests: kms_pipe_color: fix ctm tests
 2016-09-20 10:21 UTC  (4+ messages)

[PATCH 1/6] drm/i915: make intel_dp_compute_bpp static
 2016-09-20  9:58 UTC  (6+ messages)
` [PATCH 3/6] drm/i915: keep declarations in i915_drv.h

[PATCH] tests/kms_psr_sink_crc: commit before querying mode
 2016-09-20  9:29 UTC  (2+ messages)

[PATCH 0/2] drm/i915: fix pwm increment setup
 2016-09-20  9:14 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH i-g-t] lib/igt_core: Print stacktrace in initialization/fixture blocks
 2016-09-20  8:35 UTC  (2+ messages)

[PATCH i-g-t] tests/kms_psr_sink_crc: Assert if we don't have a valid crtc
 2016-09-20  8:22 UTC 

Skylake graphics regression: projector failure with 4.8-rc3
 2016-09-20  8:14 UTC  (9+ messages)
      ` [Intel-gfx] "

[i915] monitor is not detected unless it was active during boot
 2016-09-20  7:59 UTC  (6+ messages)

[PATCH v7 0/5] Prep. for DP audio MST support
 2016-09-20  1:50 UTC  (7+ messages)
` [PATCH v7 1/5] drm/i915: Standardize port type for DVO encoders
` [PATCH v7 2/5] drm/i915: Store port enum in intel_encoder
` [PATCH v7 3/5] drm/i915: Switch to using port stored "
` [PATCH v7 4/5] drm/i915: Move audio_connector to intel_encoder
` [PATCH v7 5/5] drm/i915: start adding dp mst audio
` ✗ Fi.CI.BAT: warning for Prep. for DP audio MST support (rev11)

[PATCH 1/7] drm/i915: Update i915.reset to handle engine resets
 2016-09-19 19:55 UTC  (12+ messages)
` [PATCH 2/7] drm/i915/tdr: Modify error handler for per engine hang recovery
` [PATCH 3/7] drm/i915/tdr: Add support for per engine reset recovery
` [PATCH 4/7] drm/i915: Skip reset request if there is one already
` [PATCH 5/7] drm/i915/tdr: Add engine reset count to error state
` [PATCH 6/7] drm/i915/tdr: Export reset count info to debugfs
` [PATCH 7/7] drm/i915/tdr: Enable Engine reset and recovery support
` ✗ Fi.CI.BAT: failure for series starting with [1/7] drm/i915: Update i915.reset to handle engine resets

[PATCH] drm/i915/bxt: Broxton decoupled MMIO
 2016-09-19 17:55 UTC  (5+ messages)
    ` [PATCH v2] "
` ✗ Fi.CI.BAT: warning for drm/i915/bxt: Broxton decoupled MMIO (rev2)

Tracking multiple timelines (full-ppgtt)
 2016-09-19 16:09 UTC  (24+ messages)
` [PATCH 01/18] drm/i915: Support asynchronous waits on struct fence from i915_gem_request
` [PATCH 07/18] drm/i915: Restore nonblocking awaits for modesetting
` [PATCH 10/18] drm/i915: Introduce a global_seqno for each request
` [PATCH 11/18] drm/i915: Record space required for request emission
` [PATCH 12/18] drm/i915: Defer "
` [PATCH 13/18] drm/i915: Move the global sync optimisation to the timeline
` [PATCH 14/18] drm/i915: Create a unique name for the context
` [PATCH 15/18] drm/i915: Reserve space in the global seqno during request allocation
` [PATCH 16/18] drm/i915: Enable multiple timelines

[PATCH v2 0/7] drm/i915: clean up dsi sequences
 2016-09-19 15:39 UTC  (11+ messages)
` [PATCH v2 1/7] drm/i915/dsi: don't debug log "missing" sequences
` [PATCH v2 2/7] drm/i915/dsi: add debug logging to element execution
` [PATCH v2 3/7] drm/i915/dsi: add skip functions for spi and pmic elements
` [PATCH v2 4/7] drm/i915/dsi: update reset and power sequences in panel prepare/unprepare hooks
` [PATCH v2 5/7] drm/i915/dsi: run backlight on/off sequences in panel enable/disable hooks
` [PATCH v2 6/7] drm/i915/bios: log about presence of DSI sequences we do not run
` [PATCH v2 7/7] drm/i915/dsi: double check element parsing against size if present
` ✗ Fi.CI.BAT: warning for drm/i915: clean up dsi sequences

[PATCH] drm: fix implicit declaration build error on ia64
 2016-09-19 14:42 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 1/2] drm/i915: Only shrink the unbound objects during freeze
 2016-09-19 12:09 UTC  (4+ messages)

[PATCH v2] drm/i915 : Restore PWM_GRANULARITY after resume
 2016-09-19 10:50 UTC  (2+ messages)

[PATCH] drm/i915/backlight: setup backlight pwm alternate increment on backlight enable
 2016-09-19 10:48 UTC  (2+ messages)
` [Intel-gfx] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).