public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-10-26 11:05:06 to 2015-10-29 00:34:59 UTC [more...]

[PATCH 0/5] drm/i915: Interruptible framebuffer pinning
 2015-10-29  0:30 UTC  (5+ messages)
` [PATCH 4/5] drm/i915: Change locking for struct_mutex
` [PATCH 5/5] drm/i915: Wait for object idle without locks in atomic_commit

[PATCH v3 00/13] drm/i915: Redesign dmc firmware loading
 2015-10-28 21:59 UTC  (14+ messages)
` [PATCH v3 01/13] drm/i915/gen9: csr_init after runtime pm enable
` [PATCH v3 02/13] drm/i915: use correct power domain for csr loading
` [PATCH v3 03/13] drm/i915/gen9: move assert_csr_loaded into intel_rpm.c
` [PATCH v3 04/13] drm/i915/gen9: Remove csr.state, csr_lock and related code
` [PATCH v3 05/13] drm/i915/gen9: Align line continuations in intel_csr.c
` [PATCH v3 06/13] drm/i915/gen9: Simplify csr loading failure printing
` [PATCH v3 07/13] drm/i915/gen9: Don't try to load garbage dmc firmware on resume
` [PATCH v3 08/13] drm/i915/gen9: Use dev_priv in csr functions
` [PATCH v3 09/13] drm/i915/gen9: extract parse_csr_fw
` [PATCH v3 10/13] drm/i915: Use request_firmware and our own async work
` [PATCH v3 11/13] drm/i915/gen9: Use flush_work to synchronize with dmc loader
` [PATCH v3 12/13] drm/i915/gen9: flush DMC fw loading work during system suspend
` [PATCH v3 13/13] drm/i915/skl: Removed assert for csr-fw-loading check during disabling dc6

[PATCH 0/1] drm/i915: DPCD Backlight Control
 2015-10-28 20:17 UTC  (4+ messages)
` [PATCH 1/1] drm/i915: Add Backlight Control using DPCD for eDP connectors

[PATCH 0/6] Kabylake patches V2
 2015-10-28 20:01 UTC  (17+ messages)
` [PATCH 1/6] drm/i915: Define IS_BROXTON properly
` [PATCH 2/6] drm/i915/kbl: Introduce Kabylake platform defition
    ` [PATCH] "
` [PATCH 3/6] drm/i915/kbl: Add Kabylake PCI ID
  ` [PATCH] "
` [PATCH 4/6] drm/i915/kbl: Add Kabylake GT4 "
  ` [PATCH] "
` [PATCH 5/6] drm/i915/kbl: Use propper ddi buffer translation table for Kabylake ULT and ULX
` [PATCH 6/6] drm/i915/kbl: Fix DMC load on Kabylake

[PATCH] drm/i915: remove an extra level of indirection in PCI ID list
 2015-10-28 19:38 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH 00/26] Yet another FBC series, v2
 2015-10-28 17:40 UTC  (35+ messages)
` [PATCH 01/26] drm/i915: change no_fbc_reason from enum to string
` [PATCH 02/26] drm/i915: don't stop+start FBC at every flip
` [PATCH 03/26] drm/i915: rename intel_fbc_nuke to intel_fbc_recompress
` [PATCH 04/26] drm/i915: only nuke FBC when a drawing operation triggers a flush
` [PATCH 05/26] drm/i915: extract fbc_on_pipe_a_only()
` [PATCH 06/26] drm/i915: remove unnecessary check for crtc->primary->fb
` [PATCH 07/26] drm/i915: extract crtc_is_valid() on the FBC code
` [PATCH 08/26] drm/i915: set dev_priv->fbc.crtc before scheduling the enable work
` [PATCH 09/26] drm/i915: use struct intel_crtc *crtc at __intel_fbc_update()
` [PATCH 10/26] drm/i915: fix the __intel_fbc_update() comments
` [PATCH 11/26] drm/i915: pass the crtc as an argument to intel_fbc_update()
` [PATCH 12/26] drm/i915: don't disable_fbc() if FBC is already disabled
` [PATCH 13/26] drm/i915: introduce is_active/activate/deactivate to the FBC terminology
` [PATCH 14/26] drm/i915: refactor FBC deactivation at init
` [PATCH 15/26] drm/i915: introduce intel_fbc_{enable, disable}
` [PATCH 16/26] drm/i915: remove too-frequent FBC debug message
` [PATCH 17/26] drm/i915: fix the CFB size check
` [PATCH 18/26] drm/i915: alloc/free the FBC CFB during enable/disable
` [PATCH 19/26] drm/i915: move adjusted_mode checks from fbc_update to fbc_enable
` [PATCH 20/26] drm/i915: move clock frequency "
` [PATCH 21/26] drm/i915: check for FBC planes in the same place as the pipes
` [PATCH 22/26] drm/i915: clarify that checking the FB stride for CFB is intentional
` [PATCH 23/26] drm/i915: use a single intel_fbc_work struct
` [PATCH 24/26] drm/i915: wait for a vblank instead of 50ms when enabling FBC
` [PATCH 25/26] drm/i915: remove in_dbg_master check from intel_fbc.c
` [PATCH 26/26] drm/i915: kill fbc.uncompressed_size

[PATCH 1/2] drm/i915: Refactor common ringbuffer allocation code
 2015-10-28 17:18 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Recover all available ringbuffer space following reset

[PATCH i-g-t 0/3] Unify slow/combinatorial test handling
 2015-10-28 17:14 UTC  (25+ messages)
` [PATCH i-g-t 1/3] Rename gem_concurren_all over gem_concurrent_blit
` [PATCH i-g-t 2/3] Unify handling of slow/combinatorial tests
` [PATCH i-g-t 0/3 v2] Unify slow/combinatorial test handling
  ` [PATCH i-g-t 1/3] Copy gem_concurrent_all to gem_concurrent_blit
  ` [PATCH i-g-t 3/3] Remove superfluous gem_concurrent_all.c

[PATCH RESEND] drm/i915: disable CPU PWM also on LPT/SPT backlight disable
 2015-10-28 17:12 UTC  (3+ messages)

[PATCH v2] drm/i915: Always program CSR if CSR is uninitialized
 2015-10-28 17:12 UTC  (4+ messages)

HDMI 4k modes VIC
 2015-10-28 16:50 UTC  (4+ messages)

[RFC 0/9] Convert requests to use struct fence
 2015-10-28 14:31 UTC  (15+ messages)
` [RFC 5/9] drm/i915: Add per context timelines to fence object
` [RFC 6/9] drm/i915: Delay the freeing of requests until retire time
` [RFC 7/9] drm/i915: Interrupt driven fences
` [RFC 9/9] drm/i915: Add sync framework support to execbuff IOCTL

[PATCH 00/43] drm/i915: Type safe register read/write and a ton of prep work
 2015-10-28 12:55 UTC  (5+ messages)
` [PATCH 20/43] drm/i915: Use paramtrized WRPLL_CTL()

Call trace on SKL with 4.3.0-rc3+ kernel
 2015-10-28 12:42 UTC  (5+ messages)

[PATCH] drm/i915: Remove redundant get_pages call
 2015-10-28 12:08 UTC 

[PATCH v8 0/6] Support for creating/using Stolen memory backed objects
 2015-10-28 11:22 UTC  (7+ messages)
` [PATCH 5/6] drm/i915: Support for pread/pwrite from/to non shmem "
` [PATCH 6/6] drm/i915: Migrate stolen objects before hibernation

[PATCH] drm/i915: Skip fence installation for objects with rotated views (v2)
 2015-10-28 10:17 UTC  (12+ messages)

[PATCH 0/2] Enforcing link training as per compliance test requirement
 2015-10-28 10:00 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: Cleanup test data during long/short hotplug
    ` [PATCH] "

[PATCH v2] drm/i915: Add extra plane information in debugfs
 2015-10-28  9:37 UTC  (4+ messages)

[PATCH i-g-t 1/4] tests/kms_pipe_crc_basic: Skip invalid pipe/port combos
 2015-10-28  9:10 UTC  (8+ messages)
` [PATCH i-g-t 2/4] lib: Skip suspend/hibernate tests if the system doesn't support them

[PATCH 1/1] drm/i915/gen9: Update time intervals for RC6 parameters
 2015-10-28  6:19 UTC 

[PATCH 1/2] drm/i915: Shut up GuC errors when it's disabled
 2015-10-28  0:22 UTC  (11+ messages)
` [PATCH 2/2] drm/i915: shut up gen8+ SDE irq dmesg noise

[PATCH v3] drm/i915: Add extra plane information in debugfs
 2015-10-27 15:58 UTC 

(XEN) Fatal machine check
 2015-10-27 15:21 UTC  (2+ messages)
  ` Fwd: "

[PATCH 1/3] drm/i915: Remove 10% cdclk guardband from BXT
 2015-10-27 14:31 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: Untangle .fdi_link_train() and cdclk function pointer assignments
` [PATCH 3/3] drm/i915: Share cdclk code for BDW and BXT

[PATCH 02/11] drm/i915: Do not acquire crtc state to check clock during modeset
 2015-10-27 14:27 UTC  (10+ messages)
` [PATCH 1/3] drm/i915: Do not acquire crtc state to check clock during modeset, v2
  ` [PATCH 2/3] drm/i915: Handle cdclk limits on broadwell
  ` [PATCH 3/3] drm/i915/bxt: Use the bypass frequency if there are no active pipes

[PATCH] drm/i915: Fix maxfifo watermark calc on vlv cursor planes
 2015-10-27 13:54 UTC  (3+ messages)

[PATCH 1/7] drm/i915/skl: Store and print the DMC firmware version we load
 2015-10-27 12:47 UTC  (7+ messages)
` [PATCH 2/7] drm/i915/skl: Refuse to load outdated dmc firmware
` [PATCH 3/7] drm/i915/skl: Print the DMC firmware status in debugfs
` [PATCH 4/7] drm/i915/skl: Expose DC5/DC6 entry counts
` [PATCH 5/7] drm/i915/bxt: Expose DC5 entry count
` [PATCH 6/7] drm/i915: Add csr programming registers to dmc debugfs entry
` [PATCH 7/7] drm/i915: Add dmc firmware load state and version to error state

[PATCH 1/3] drm: Track drm_mm nodes with an interval tree
 2015-10-27 11:51 UTC  (3+ messages)
` [PATCH 3/3] drm/i915: Add soft-pinning API for execbuffer

[PATCH 0/7] drm/i915: read out slice/subslice masks
 2015-10-27 11:45 UTC  (2+ messages)

i915 render node discovery buggy?
 2015-10-27 11:28 UTC  (2+ messages)

[PATCH] igt/kms_rotation_crc: Add a subtest to validate Y-tiled obj + Y fb modifier (v2)
 2015-10-27 10:37 UTC  (5+ messages)
` [PATCH] igt/kms_rotation_crc: Add a subtest to validate Y-tiled obj + Y fb modifier (v3)

[PATCH] drm/i915: Add extra plane information in debugfs
 2015-10-27  9:53 UTC  (7+ messages)

[PATCH] drm/i915/bxt: Update Uninit sequence for DDI PHYs
 2015-10-27  9:36 UTC 

[PATCH 1/1] drm/i915/gen9: Check BIOS RC6 setup before enabling RC6
 2015-10-27  9:38 UTC 

[ANNOUNCE][RFC] KVMGT - the implementation of Intel GVT-g(full GPU virtualization) for KVM
 2015-10-27  9:36 UTC  (2+ messages)

[Announcement] Updates to XenGT - a Mediated Graphics Passthrough Solution from Intel
 2015-10-27  9:25 UTC  (6+ messages)
` [Announcement] 2014-Q3 release of "
  ` [Announcement] 2015-Q1 "
      ` [Announcement] 2015-Q2 "
        ` [Announcement] 2015-Q3 "

[RFC] drm/i915/bxt: Added identifier for MIPI transcoder
 2015-10-27  8:26 UTC  (2+ messages)

[RFC] drm/i915/bxt: Allow/disallow DC5 based on DC9 entry/exit
 2015-10-27  8:05 UTC 

[PATCH] drm/i915/skl: Correct other-pipe watermark update condition check
 2015-10-27  6:16 UTC  (3+ messages)
` [PATCH] drm/i915/skl: Correct other-pipe watermark update condition check (v2)

[PATCH] drm/i915/skl: Remove duplicated mem calls for PLANE_CURSOR
 2015-10-26 18:46 UTC  (2+ messages)

[PATCH] drm/915: Pad GTT views of exec objects up to user specified size
 2015-10-26 17:05 UTC  (6+ messages)

[PATCH 0/5] drm/i915: Expose __raw_i915_read() & co. to the outside, and a few forcewake things
 2015-10-26 14:46 UTC  (3+ messages)

[PATCH] drm/i915: Ensure associated VMAs are inactive when contexts are destroyed
 2015-10-26 13:10 UTC  (5+ messages)

PROBLEM: i915.preliminary_hw_support crash
 2015-10-26 11:34 UTC 


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