public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-01-20 09:07:05 to 2016-01-21 16:08:15 UTC [more...]

[PATCH v2 0/8] Gen9 HW whitelist and Preemption WA patches
 2016-01-21 16:07 UTC  (16+ messages)
` [PATCH v2 1/8] drm/i915/gen9: Add framework to whitelist specific GPU registers
` [PATCH v2 2/8] drm/i915/gen9: Add GEN8_CS_CHICKEN1 to HW whitelist
` [PATCH v2 3/8] drm/i915/gen9: Add HDC_CHICKEN1 "
` [PATCH v2 4/8] drm/i915/bxt: Add GEN9_CS_DEBUG_MODE1 "
` [PATCH v2 5/8] drm/i915/bxt: Add GEN8_L3SQCREG4 "
` [PATCH v2 6/8] drm/i915/skl: "
` [PATCH v2 7/8] drm/i915/skl: Enable Per context Preemption granularity control
` [PATCH v2 8/8] drm/i915/gen9: Add WaOCLCoherentLineFlush
` ✗ Fi.CI.BAT: warning for Gen9 HW whitelist and Preemption WA patches (rev2)

[PATCH 0/6] Pipe level color management
 2016-01-21 15:42 UTC  (9+ messages)
` [PATCH 1/6] drm/i915: Extract out gamma table and CSC to their own file
` [PATCH 2/6] drm: introduce color correction properties
` [PATCH 3/6] drm/i915: enable CSC for pipe C
` [PATCH 4/6] drm/i915: enable legacy palette "
` [PATCH 5/6] drm/i915: Implement color management on bdw/skl/bxt/kbl
` [PATCH 6/6] drm/i915: Implement color management on chv
` ✗ Fi.CI.BAT: warning for Pipe level color management

[PATCH i-g-t 0/4] New pipe level color management tests
 2016-01-21 15:11 UTC  (5+ messages)
` [PATCH i-g-t 1/4] lib: kms: add crtc_id to igt_pipe_t
` [PATCH i-g-t 2/4] lib: kms: add helpers for color management properties on pipes
` [PATCH i-g-t 3/4] lib: fb: add igt_paint_color_gradient_range
` [PATCH i-g-t 4/4] tests/kms_color: New test for pipe level color management

[PATCH 0/2] DPCD Backlight Control
 2016-01-21 15:07 UTC  (3+ messages)
` ✗ warning: Fi.CI.BAT

[RFC 0/9] Add native sync support to i915 driver
 2016-01-21 15:07 UTC  (7+ messages)
` [RFC 6/9] drm/i915: Add sync framework support to execbuff IOCTL

[PATCH 0/8] Gen9 HW whitelist and Preemption WA patches
 2016-01-21 14:37 UTC  (13+ messages)
` [PATCH 2/8] drm/i915/gen9: Add GEN8_CS_CHICKEN1 to HW whitelist
` [PATCH 3/8] drm/i915/gen9: Add HDC_CHICKEN1 "
` [PATCH 4/8] drm/i915/bxt: Add GEN9_CS_DEBUG_MODE1 "
` [PATCH 5/8] drm/i915/bxt: Add GEN8_L3SQCREG4 "
` [PATCH 6/8] drm/i915/skl: "
` [PATCH 7/8] drm/i915/skl: Enable Per context Preemption granularity control

[PATCH 00/25] FBC crtc/fb locking + smaller fixes
 2016-01-21 14:17 UTC  (16+ messages)
` [PATCH 01/25] drm/i915/fbc: wait for a vblank instead of 50ms when enabling
` [PATCH 02/25] drm/i915/fbc: extract intel_fbc_can_activate()
` [PATCH 04/25] drm/i915/fbc: introduce struct intel_fbc_reg_params
` [PATCH 08/25] drm/i915/fbc: unconditionally update FBC during atomic commits
` [PATCH 15/25] drm/i915/fbc: rewrite the multiple_pipes_ok() code for locking

[PATCH v2 1/4] drm/i915: Make LRC (un)pinning work on context and engine
 2016-01-21 14:10 UTC  (8+ messages)
` [PATCH v2 2/4] drm/i915: Make LRC pinning own a reference to the context
` [PATCH 3/4] drm/i915: Extract context unpinning to its own function
` [PATCH v4 4/4] drm/i915: Fix premature LRC unpin in GuC mode
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/4] drm/i915: Make LRC (un)pinning work on context and engine

[RFC 00/22] Add support for GuC-based SLPC
 2016-01-21 13:50 UTC  (25+ 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
` ✗ Fi.CI.BAT: failure for Add support for GuC-based SLPC

[PATCH v2 00/18] drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v2)
 2016-01-21 13:35 UTC  (23+ 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
` ✓ Fi.CI.BAT: success for drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v2)

[PATCH v3] drm/i915/skl/kbl: Add support for pipe fusing
 2016-01-21 13:20 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/skl/kbl: Add support for pipe fusing (rev3)

[PATCH 1/4] drm/i915: PSR Fix standby logic for PSR on non DDI-A for certain platforms
 2016-01-21 12:29 UTC  (9+ 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

[PATCH v4] drm/i915: edp resume/On time optimization
 2016-01-21 12:17 UTC  (6+ messages)

[PATCH] drm/i915: Acquire RPM wakeref for KMS atomic commit
 2016-01-21 11:52 UTC  (3+ messages)

[PATCH v2 1/3] drm/i915: Make LRC (un)pinning work on context and engine
 2016-01-21 11:28 UTC  (5+ 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: Seal busy-ioctl uABI and prevent leaking of internal ids
 2016-01-21 11:05 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for "
` [PATCH v2] "

[PATCH] drm/i915: Decouple execbuf uAPI from internal implementation
 2016-01-21 11:05 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Decouple execbuf uAPI from internal implementation (rev2)

[PATCH] drm/i915: Tune down "GT register while GT waking disabled" message
 2016-01-21 10:57 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Decouple execbuf uAPI from internal implementation
 2016-01-21 10:22 UTC  (3+ messages)
` [PATCH v2] "

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

[PATCH i-g-t 1/2] lib/ioctl_wrappers: Add gem_gtt_type exposing raw HAS_ALIASING_PPGTT param
 2016-01-21 10:12 UTC  (6+ 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] 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: Do not put big intel_crtc_state on the stack
 2016-01-21  9:47 UTC  (4+ messages)

[PATCH v4 0/3] improve handling of the driver's default (kernel) context
 2016-01-21  8:21 UTC  (8+ messages)
` [PATCH v4 1/3] drm/i915: simplify allocation of driver-internal requests
` ✗ 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 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 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  (3+ messages)
` [PATCH 2/3] drm/i915: resize the GuC WOPCM for rc6

[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] drm/i915: Fix NULL plane->fb oops on SKL
 2016-01-20 14:04 UTC  (3+ messages)

[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] 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  (2+ messages)
` ✗ 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  (6+ 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  (9+ 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

[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  (4+ messages)
` [PATCH 3/3] drm/i915: add DOC: headline to RC6 kernel-doc

[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 "


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