intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-17 14:55:39 to 2017-02-20 20:00:59 UTC [more...]

[PATCH 0/3] Small clocking code refactor, v2
 2017-02-20 20:00 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: unify the x_modeset_calc_cdclk() functions
` [PATCH 2/3] drm/i915: remove potentially confusing IS_G4X checks
` [PATCH 3/3] drm/i915: reorganize the get_cdclk assignment

[PATCH 0/9] Broxton DSI dual-link and sequence fixes
 2017-02-20 19:19 UTC  (15+ messages)
` [PATCH 6/9] drm/i915/bxt: Fix BXT DSI disable sequence
` [PATCH 8/9] drm/i915/bxt: Enable BXT DSI dual link
` [PATCH 9/9] drm/i915/bxt: Fix the DSI enable sequence

[PATCH 1/2] drm/i915: Skip clflushes for all non-page backed objects
 2017-02-20 18:41 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Perform object clflushing asynchronously
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Skip clflushes for all non-page backed objects

Ubuntu 16.04.2 LTS with Intel Corporation Sky Lake Integrated Graphics (rev 06)
 2017-02-20 17:59 UTC  (6+ messages)

[PATCH] drm/i915/gen9: Increase PCODE request timeout to 100ms
 2017-02-20 17:22 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC 6/8] drm/i915/tracepoints: Rename i915_gem_request_notify
 2017-02-20 17:13 UTC  (6+ messages)
` [PATCH v2 "

[PATCH] drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
 2017-02-20 16:52 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Do .init_clock_gating() earlier to avoid it clobbering watermarks
 2017-02-20 16:22 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC] drm/fb: Avoid infinite loop when no response from connector
 2017-02-20 15:46 UTC  (4+ messages)
` [PATCH] drm/i915/fbdev: Stop repeating tile configuration on stagnation

[PATCH 1/7] drm/i915: Move the common RPS warnings to intel_set_rps()
 2017-02-20 14:59 UTC  (21+ messages)
` [PATCH 2/7] drm/i915: Store the requested frequency whilst RPS is disabled
` [PATCH 3/7] drm/i915: Remove unrequired POSTING_READ from gen6_set_rps()
` [PATCH 4/7] drm/i915: Use set_rps to enable RPS
` [PATCH 5/7] drm/i915: Take forcewake for setting the RPS thresholds
` [PATCH 6/7] drm/i915: Restart RPS using the same RP_CONTROL as from initialisation
` [PATCH 7/7] drm/i915: Stop RPS as we adjust thresholds
` ✗ Fi.CI.BAT: failure for series starting with [1/7] drm/i915: Move the common RPS warnings to intel_set_rps()

[PATCH] drm/i915: Assert that the request->tail is always qword aligned
 2017-02-20 14:54 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/gvt: Fix superfluous newline in GVT_DISPLAY_READY env var
 2017-02-20 14:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH RFC] drm/i915: reduce cursor size for GEN5 hardware
 2017-02-20 14:30 UTC  (7+ messages)
` [PATCH] drm/i915: Fix legacy cursor vs. watermarks for ILK-BDW

[PATCH v2 0/5] Fix Geminilake DDI power well enable timeouts
 2017-02-20 14:24 UTC  (7+ messages)
` [PATCH v2 1/5] drm/i915: Store aux power domain in intel_dp
` [PATCH v2 2/5] drm/i915: Store encoder power domain in struct intel_encoder
` [PATCH v2 3/5] drm/i915/glk: Implement WaDDIIOTimeout
` [PATCH v2 4/5] drm/i915/glk: Don't enable DDI IO power domains during init
` [PATCH v2 5/5] drm/i915: Only enable DDI IO power domains after enabling DPLL
` ✗ Fi.CI.BAT: failure for Fix Geminilake DDI power well enable timeouts (rev2)

[PATCH resend 00/15] drm/i915/dsi: Fix / cleanup dsi enable / disable sequences
 2017-02-20 14:08 UTC  (16+ messages)
` [PATCH resend 01/15] drm/i915/dsi: Move calling of wait_for_dsi_fifo_empty to mipi_exec_send_packet
` [PATCH resend 02/15] drm/i915/dsi: Merge intel_dsi_disable/enable into their respective callers
` [PATCH resend 03/15] drm/i915/dsi: Add intel_dsi_unprepare() helper
` [PATCH resend 04/15] drm/i915/dsi: Move intel_dsi_clear_device_ready()
` [PATCH resend 05/15] drm/i915/dsi: Document the panel enable / disable sequences from the spec
` [PATCH resend 06/15] drm/i915/dsi: Make intel_dsi_enable/disable directly exec VBT sequences
` [PATCH resend 07/15] drm/i915/dsi: Drop bogus MIPI_SEQ_ASSERT_RESET before POWER_ON
` [PATCH resend 08/15] drm/i915/dsi: Move MIPI_SEQ_POWER_ON/OFF calls together with pmic gpio calls
` [PATCH resend 09/15] drm/i915/dsi: Group DPOunit clock gate workaround with PLL enable
` [PATCH resend 10/15] drm/i915/dsi: Execute MIPI_SEQ_DEASSERT_RESET before calling device_ready()
` [PATCH resend 11/15] drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlight
` [PATCH resend 12/15] drm/i915/dsi: Document always using v3 SHUTDOWN / MIPI_SEQ_DISPLAY_OFF order
` [PATCH resend 13/15] drm/i915/dsi: Execute MIPI_SEQ_TEAR_OFF from intel_dsi_post_disable
` [PATCH resend 14/15] drm/i915/dsi: Call MIPI_SEQ_TEAR_ON and DISPLAY_ON for cmd-mode (untested)
` [PATCH resend 15/15] drm/i915/dsi: Skip delays for v3 VBTs in vid-mode

[PATCH] drm/i915: Remove Braswell GGTT update w/a
 2017-02-20 13:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

i915: Dealing with 90° rotated display ?
 2017-02-20 13:24 UTC  (5+ messages)

[PATCH igt] intel-ci: Test wait ioctl on a queued request
 2017-02-20 13:19 UTC  (2+ messages)

[PATCH v2 0/5] drm/i915: Fix clearing of BIOS power well requests
 2017-02-20 12:57 UTC  (11+ messages)
` [PATCH v2 1/5] drm/i915: Remove redundant toggling from the power well sync_hw hooks
` [PATCH v2 2/5] drm/i915: Call the sync_hw hook for power wells without a domain
` [PATCH v2 3/5] drm/i915/gen9: Fix clearing of the BIOS power well request register
` [PATCH v2 4/5] drm/i915: Preserve the state of power wells not explicitly enabled
` [PATCH v2 5/5] drm/i915: Add power well SW/HW state verification
` ✓ Fi.CI.BAT: success for drm/i915: Fix clearing of BIOS power well requests (rev2)

[PATCH v3 0/6] HDMI 2.0: Scrambling in DRM layer
 2017-02-20 12:18 UTC  (4+ messages)
` [PATCH v3 5/6] drm/i915: enable scrambling
  ` [Intel-gfx] "

[PATCH 1/2] dma-fence: Flag when a fence-array is using signal-on-any
 2017-02-20 12:12 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Avoid decomposing a signal-on-any fence-array
      ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for series starting with [1/2] dma-fence: Flag when a fence-array is using signal-on-any

[PATCH i-g-t v2] Add atomic modesetting testlist
 2017-02-20 12:06 UTC  (3+ messages)

[PATCH] drm/i915: Fix typo in semaphore debug message
 2017-02-20 11:25 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Prevent divide-by-zero in debugfs/i915_rps_boost_info
 2017-02-20 11:06 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t v2 1/5] lib/igt_kms: Fix drm_plane leak
 2017-02-20 11:02 UTC  (5+ messages)
` [PATCH i-g-t v2 2/5] lib/igt_kms: Neaten up pipe->planes[] assignment
` [PATCH i-g-t v2 3/5] lib/igt_kms: Fix possible out-of-bounds access
` [PATCH i-g-t v2 4/5] lib/igt_kms: Fix memory corruption when there's no cursor plane
` [PATCH i-g-t v2 5/5] lib/igt_kms: Remove redundant cursor code

[PATCH] drm/i915/guc: In the submission cleanup, do not bail out if there is no execbuf_client
 2017-02-20 10:52 UTC  (5+ messages)
` [PATCH] drm/i915/guc: Add onion teardown to the GuC setup

[PATCH i-g-t] kms_atomic_transition: Initialize pipe_crcs to avoid segfault
 2017-02-20 10:48 UTC  (2+ messages)

[CI 1/6] drm/i915: Remove temporary allocation of dma addresses when rotating
 2017-02-20 10:46 UTC  (11+ messages)
` [CI 2/6] drm/i915: Postpone fake breadcrumb interrupt until real interrupts cease
` [CI 3/6] drm/i915: Break i915_spin_request() if we see an interrupt
` [CI 4/6] drm/i915: Defer declaration of missed-interrupt until the waiter is asleep
` [CI 5/6] drm/i915: Only start with the fake-irq timer if interrupts are dead
` [CI 6/6] drm/i915: Remove completed fences after a wait
` ✓ Fi.CI.BAT: success for series starting with [CI,1/6] drm/i915: Remove temporary allocation of dma addresses when rotating

[PATCH] drm/i915: Remove unneeded struct_mutex around rpm
 2017-02-20 10:22 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t 1/5] lib/igt_kms: Fix drm_plane leak
 2017-02-20 10:17 UTC  (12+ messages)
` [PATCH i-g-t 2/5] lib/igt_kms: Neaten up pipe->planes[] assignment
` [PATCH i-g-t 3/5] lib/igt_kms: Fix possible out-of-bounds access
` [PATCH i-g-t 4/5] lib/igt_kms: Fix memory corruption when there's no cursor plane
` [PATCH i-g-t 5/5] lib/igt_kms: Remove redundant cursor code

[PATCH] drm/i915: Only apply legacy PDE overflow detection to 3lvl machines
 2017-02-20  9:44 UTC  (5+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Only apply legacy PDE overflow detection to 3lvl machines (rev2)

[PATCH v3 0/8] Adding driver-private objects to atomic state
 2017-02-20  9:40 UTC  (8+ messages)
` [PATCH v3 7/8] drm: Connector helper function to release resources

[PATCH] drm/i915: DMC 1.03 for Geminilake
 2017-02-20  8:42 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: DMC 1.03 for Geminilake (rev5)

[PATCH v3 00/12] coordinate cht i2c-pmic and i915-punit accesses
 2017-02-20  8:29 UTC  (5+ messages)
` [PATCH v3 12/12] drm/i915: Listen for PMIC bus access notifications

[PATCH] drm/fb: Proper support of boundary conditions in bitmasks
 2017-02-20  8:00 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/fb: Proper support of boundary conditions in bitmasks. (rev4)

[PATCH i-g-t] tools/intel_guc_logger: Fix the assert for the verbosity level
 2017-02-19 23:57 UTC  (3+ messages)

[PATCH] [RFC] drm: Nerf DRM_CONTROL nodes
 2017-02-19 15:21 UTC  (3+ messages)

[drm-intel:drm-intel-next-queued 3/23] drivers/gpu/drm/i915/i915_gem_gtt.c:964: error: 'iter.sg' is used uninitialized in this function
 2017-02-19  1:31 UTC 

[PATCH 0/4] Small clocking code refactor
 2017-02-18 15:13 UTC  (12+ messages)
` [PATCH 1/4] drm/i915: kill {bdw, bxt}_modeset_calc_cdclk
` [PATCH 2/4] drm/i915: add intel_calc_cdclk()
` [PATCH 4/4] drm/i915: reorganize the get_cdclk assignment
` ✓ Fi.CI.BAT: success for Small clocking code refactor

[PATCH] drm/i915/skl: Do not write the replay bit of the ring mode register for Gen 9
 2017-02-18  0:22 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC] drm/i915: Extract the in-fence from a dma-buf reservation object
 2017-02-17 22:22 UTC  (3+ messages)
` [RFCv2] "
` ✓ Fi.CI.BAT: success for drm/i915: Extract the in-fence from a dma-buf reservation object (rev2)

[PATCH v2 3/3] drm/i915: Defer declaration of missed-interrupt until the waiter is asleep
 2017-02-17 22:16 UTC  (4+ messages)
` [PATCH] drm/i915: Only start with the fake-irq timer if interrupts are dead

[PATCH v2 0/4] drm: handle override/firmware edid at the lowest level
 2017-02-17 19:22 UTC  (7+ messages)
` [PATCH v2 1/4] drm: move edid property update and add modes out of edid firmware loader
` [PATCH v2 2/4] drm: do not debug log about missing CEA extensions on NULL edid
` [PATCH v2 3/4] drm/edid: respect connector force for drm_get_edid ddc probe
` [PATCH v2 4/4] drm: handle override edid and firmware EDID at drm_do_get_edid() level
` ✓ Fi.CI.BAT: success for drm: handle override/firmware edid at the lowest level (rev2)

[PATCH] drm/i915: Remove temporary allocation of dma addresses when rotating
 2017-02-17 18:22 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Remove temporary allocation of dma addresses when rotating (rev2)

linux-firmware pull request (bxt guc,huc; kbl guc,huc; skl huc)
 2017-02-17 17:57 UTC  (2+ messages)

[PATCH RFC] drm/i915: reduce cursor size for GEN5 hardware
 2017-02-17 17:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: reduce cursor size for GEN5 hardware (rev4)

[PATCH 1/2] drm/i915: signal first fence from irq handler if complete
 2017-02-17 15:51 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Delay disabling the user interrupt for breadcrumbs

[PATCH 0/3] Geminilake pipe CSC
 2017-02-17 15:17 UTC  (3+ messages)
` [PATCH 2/3] drm/i915/glk: Enable "

[PATCH] drm/i915: Remove temporary allocation of dma addresses when rotating
 2017-02-17 15:07 UTC 

Prep work for preemption and GEM bugfixes
 2017-02-17 14:55 UTC  (5+ messages)
` [PATCH v2 05/14] drm/i915: Deconstruct execute fence


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).