public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-01-19 14:13:50 to 2016-01-21 10:11:05 UTC [more...]

[PATCH v2 1/3] drm/i915: Make LRC (un)pinning work on context and engine
 2016-01-21 10:10 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: Make LRC pinning own a reference to the context
` [PATCH v3 3/3] drm/i915: Fix premature LRC unpin in GuC mode

[PATCH] drm/i915: Limit the auto arming of mmio debugs on vlv/chv
 2016-01-21 10:07 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Tune down "GT register while GT waking disabled" message
 2016-01-21 10:07 UTC  (3+ messages)

[PATCH] drm/i915: Do not put big intel_crtc_state on the stack
 2016-01-21  9:47 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t 1/2] lib/ioctl_wrappers: Add gem_gtt_type exposing raw HAS_ALIASING_PPGTT param
 2016-01-21  9:27 UTC  (5+ messages)
` [PATCH i-g-t 2/2] lib/ioctl_wrappers: Add gem_has_softpin
` [PATCH i-g-t 1/2 v2] lib/ioctl_wrappers: Add gem_gtt_type exposing raw HAS_ALIASING_PPGTT param

[PATCH v4 0/3] improve handling of the driver's default (kernel) context
 2016-01-21  8:21 UTC  (10+ messages)
` [PATCH v4 1/3] drm/i915: simplify allocation of driver-internal requests
` [PATCH v4 2/3] drm/i915: abolish separate per-ring default_context pointers
` [PATCH v4 3/3] drm/i915: tidy up a few leftovers
` ✗ Fi.CI.BAT: warning for improve handling of the driver's default (kernel) context

[PATCH igt] igt/gem_softpin: Remove false dependencies on esoteric features
 2016-01-21  8:08 UTC  (3+ messages)

[PATCH 1/4] drm/i915: PSR Fix standby logic for PSR on non DDI-A for certain platforms
 2016-01-21  3:05 UTC  (7+ messages)
` [PATCH 2/4] drm/i915: Add PSR main link standby support back
` [PATCH 3/4] drm/i915: Instrument PSR parameter for possible quirks with link standby

[RFC 00/22] Add support for GuC-based SLPC
 2016-01-21  2:26 UTC  (23+ messages)
` [RFC 01/22] drm/i915: Enable GuC submission, where supported
` [RFC 02/22] drm/i915/slpc: Add has_slpc capability flag
` [RFC 03/22] drm/i915/slpc: Expose guc functions for use with SLPC
` [RFC 04/22] drm/i915/slpc: Use intel_slpc_* functions if supported
` [RFC 05/22] drm/i915/slpc: Enable/Disable RC6 in SLPC flows
` [RFC 06/22] drm/i915/slpc: If using SLPC, do not set frequency
` [RFC 07/22] drm/i915/slpc: Enable SLPC in guc if supported
` [RFC 08/22] drm/i915/slpc: Allocate/Release/Initialize SLPC shared data
` [RFC 09/22] drm/i915/slpc: Setup rps frequency values during SLPC init
` [RFC 10/22] drm/i915/slpc: Update current requested frequency
` [RFC 11/22] drm/i915/slpc: Send reset event
` [RFC 12/22] drm/i915/slpc: Send shutdown event
` [RFC 13/22] drm/i915/slpc: Add Display mode event related data structures
` [RFC 14/22] drm/i915/slpc: Notification of Display mode change
` [RFC 15/22] drm/i915/slpc: Notification of Refresh Rate change
` [RFC 16/22] drm/i915/slpc: Add slpc_status enum values
` [RFC 17/22] drm/i915/slpc: Add i915_slpc_info to debugfs
` [RFC 18/22] drm/i915/slpc: Add dfps task info to i915_slpc_info
` [RFC 19/22] drm/i915/slpc: Add parameter unset/set/get functions
` [RFC 20/22] drm/i915/slpc: Add slpc support for max/min freq
` [RFC 21/22] drm/i915/slpc: Add enable/disable debugfs for slpc
` [RFC 22/22] drm/i915/slpc: Add has_slpc to skylake info

[PATCH 0/9] Support blending modes of display planes
 2016-01-21  0:29 UTC  (9+ messages)
` [PATCH 1/9] drm: Introduce the blend-func property
` [PATCH 2/9] drm/i915/skl: Add blend_func to SKL/BXT sprite planes
` [PATCH 3/9] drm: Introduce DRM_MODE_COLOR()
` [PATCH 4/9] drm: Add an blend_color property

[PATCH v2 00/18] drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v2)
 2016-01-20 21:08 UTC  (20+ messages)
` [PATCH 01/18] drm/i915: Rename the rotated gtt view member to 'rotated'
` [PATCH 02/18] drm/i915: Pass stride to rotate_pages()
` [PATCH 03/18] drm/i915: Pass rotation_info to intel_rotate_fb_obj_pages()
` [PATCH 04/18] drm/i915: Make display gtt offsets u32
` [PATCH 05/18] drm/i915: Standardize on 'cpp' for bytes per pixel
` [PATCH v2 06/18] drm: Add drm_format_plane_width() and drm_format_plane_height()
` [PATCH 07/18] drm/i915: Fix intel_tile_width() parameters
` [PATCH v3 08/18] drm/i915: Pass 90/270 vs. 0/180 rotation info for intel_gen4_compute_page_offset()
` [PATCH v2 09/18] drm/i915: Support for extra alignment for tiled surfaces
` [PATCH v2 10/18] drm/i915: Don't pass plane+plane_state to intel_pin_and_fence_fb_obj()
` [PATCH 11/18] drm/i915: Pass drm_frambuffer to intel_compute_page_offset()
` [PATCH 12/18] drm/i915: Reorganize intel_rotation_info
` [PATCH 13/18] drm/i915: Move the NULL sg handling out from rotate_pages()
` [PATCH 14/18] drm/i915: Embed rotation_info under intel_framebuffer
` [PATCH v3 15/18] drm/i915: Rewrite fb rotation GTT handling
` [PATCH v2 16/18] drm/i915: Don't pass pitch to intel_compute_page_offset()
` [PATCH 17/18] drm/i915: Pass around plane_state instead of fb+rotation
` [PATCH v2 18/18] drm/i915: Make sure fb offset is (macro)pixel aligned

[PATCH igt] tools: add intel_residency
 2016-01-20 20:41 UTC  (2+ messages)

[PATCH i-g-t] tests/kms_fbc_crc.c: No longer dependant on Cairo A setup function that used to use Cairo to draw 2 rectangles covering the whole screen has been changed to use igt_draw
 2016-01-20 19:34 UTC  (2+ messages)

[PATCH i-g-t v3] tests/gem_userptr_blits: subtests for MAP_FIXED mappings of regular BO
 2016-01-20 17:50 UTC 

[PATCH 0/3] Enabling GuC Loading on Broxton
 2016-01-20 17:48 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: resize the GuC WOPCM for rc6

[PATCH] drm/i915: Use ordered seqno write interrupt generation on gen8+ execlists
 2016-01-20 15:20 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 1/3] drm/i915: Make LRC (un)pinning work on context and engine
 2016-01-20 15:18 UTC  (12+ messages)
` [PATCH 2/3] drm/i915: Make LRC pinning own a reference to the context
` [PATCH 3/3] drm/i915: Fix premature LRC unpin in GuC mode
        ` [PATCH v2] "
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Make LRC (un)pinning work on context and engine

[PATCH i-g-t] lib/igt_kms: Add COMIT_ATOMIC to igt_display_commit2()
 2016-01-20 15:08 UTC  (3+ messages)

[PATCH 1/5] drm/i915: Splitting intel_dp_detect
 2016-01-20 14:36 UTC  (10+ messages)
` [PATCH 2/5] drm/i915: Cleaning up intel_dp_hpd_pulse
` [PATCH 3/5] drm/i915: Reorganizing intel_dp_check_link_status
` [PATCH 4/5] drm/i915: Save sink_count for tracking changes to it and read sink_count dpcd always
` [PATCH 5/5] drm/i915: force full detect on sink count change

[PATCH v3] drm/i915/skl/kbl: Add support for pipe fusing
 2016-01-20 14:31 UTC 

[PATCH] drm/i915: Fix NULL plane->fb oops on SKL
 2016-01-20 14:04 UTC  (7+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 00/39] GPU scheduler for i915 driver
 2016-01-20 13:18 UTC  (4+ messages)
` [PATCH v4 00/38] "
  ` [PATCH v4 07/38] drm/i915: Start of GPU scheduler

[PATCH v4] drm/i915: edp resume/On time optimization
 2016-01-20 13:06 UTC  (5+ messages)

[PATCH] drm/i915: Sink CRC: tune down error message at stop to debug_kms
 2016-01-20 12:57 UTC  (5+ messages)

[PATCH] drm/i915/doc: add power management section to documentation
 2016-01-20 12:49 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v2 0/2] Enable GuC Loading on Kabylake
 2016-01-20 12:25 UTC  (4+ messages)
` [PATCH v2 1/2] i915/guc: Add Kabylake GuC Loading
` [PATCH v2 2/2] Revert "FROM_UPSTREAM [VPG]: drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."
` ✗ Fi.CI.BAT: failure for Enable GuC Loading on Kabylake (rev2)

[PATCH] drm/i915: Don't do pre plane update on disabled crtcs
 2016-01-20 11:11 UTC  (7+ messages)

[PATCH 1/3] drm/i915: Add DPI FIFO empty status check
 2016-01-20 11:06 UTC  (2+ messages)

[PATCH 0/2] DMC/DC state hardening
 2016-01-20 10:52 UTC  (10+ messages)
` [PATCH 1/2] drm/i915: Stop using DC states if firmware disagrees on the state
` [PATCH 2/2] drm/i915: Use init power domain during reset
` ✗ Fi.CI.BAT: warning for DMC/DC state hardening

[PATCH] igt/gem_trtt: Exercise the TRTT hardware
 2016-01-20 10:24 UTC  (3+ messages)

[BXT MIPI PATCH 1/2] drm/i915: Set the Z inversion overlap field for BXT
 2016-01-20 10:09 UTC  (2+ messages)

[PATCH] drm/i915: fix itnull.cocci warnings (fwd)
 2016-01-20 10:05 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 1/3] drm/i915/sdvo: revert bogus kernel-doc comments to normal comments
 2016-01-20  9:38 UTC  (6+ messages)
` [PATCH 3/3] drm/i915: add DOC: headline to RC6 kernel-doc
` ✗ Fi.CI.BAT: warning for series starting with [1/3] drm/i915/sdvo: revert bogus kernel-doc comments to normal comments

[PATCH] Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)"
 2016-01-20  9:10 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915: Retry few time if gpiod_get fails during intel_dsi_init
 2016-01-20  9:01 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm-intel: document that patches need to pass BAT
 2016-01-20  8:58 UTC 

[PATCH 0/2] Enable GuC Loading on Kabylake
 2016-01-19 22:38 UTC  (5+ messages)
` [PATCH 1/2] Revert "FROM_UPSTREAM [VPG]: drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."
` [PATCH 2/2] i915/guc: Add Kabylake GuC Loading

[PATCH v14 0/11] Support for creating/using Stolen memory backed objects
 2016-01-19 22:03 UTC  (6+ messages)
` [PATCH 10/11] acpi: Export acpi_bus_type

[PATCH] i915/guc: Add Kabylake GuC Loading
 2016-01-19 21:51 UTC  (4+ messages)

[PATCH] drm/i915/skl: Tune down DC6 already enabled warning
 2016-01-19 20:14 UTC  (2+ messages)

[PATCH] drm/i915: Remove obsolete starting offset from struct i915_address_space
 2016-01-19 19:51 UTC  (2+ messages)

[PATCH i-g-t 1/2 v2] lib/igt_kms: Various fixes and add remaining documentation
 2016-01-19 19:45 UTC  (6+ messages)
` [PATCH i-g-t 2/2] lib/igt_kms: Short description between Intel/DRM terminology

[PATCH] drm/i915/gen9: Correct max save/restore register count during gpu reset with GuC
 2016-01-19 19:38 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915/bios: Fix the sequence size calculations for MIPI seq v3
 2016-01-19 18:12 UTC  (6+ messages)

[PATCH v10] drm/i915: Extend LRC pinning to cover GPU context writeback
 2016-01-19 17:31 UTC  (13+ messages)

[PATCH] drm/i915: Clear pending reset requests during suspend
 2016-01-19 17:18 UTC  (9+ messages)

[PATCH 1/2] drm/i915: Start WM computation from scratch on ILK-BDW
 2016-01-19 16:43 UTC  (6+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH 0/7] drm/i915: Move load time stolen memory init earlier
 2016-01-19 16:22 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915/skl/kbl: Add support for pipe fusing
 2016-01-19 16:13 UTC  (3+ messages)

[PATCH] drm/i915: Handle PipeC fused off on HSW
 2016-01-19 16:09 UTC  (3+ messages)
` [PATCH v3] drm/i915: Handle PipeC fused off on IVB/HSW/BDW

[RFC 0/9] Add native sync support to i915 driver
 2016-01-19 16:04 UTC  (2+ messages)
` [RFC] igt/gem_exec_fence: New test for sync/fence interface

[PATCH 00/25] FBC crtc/fb locking + smaller fixes
 2016-01-19 14:50 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "


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