public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-10-27 10:35:59 to 2015-10-29 16:21:03 UTC [more...]

[PATCH 1/7] drm/i915/skl: Store and print the DMC firmware version we load
 2015-10-29 16:20 UTC  (12+ 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 00/26] Yet another FBC series, v2
 2015-10-29 15:55 UTC  (39+ 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 v7 08/25] drm: Add color correction state flag
 2015-10-29 15:42 UTC  (3+ messages)
` [Intel-gfx] "
  ` FW: "

HDMI 4k modes VIC
 2015-10-29 15:06 UTC  (7+ messages)
        ` [Intel-gfx] "

[PATCH v3 00/13] drm/i915: Redesign dmc firmware loading
 2015-10-29 13:55 UTC  (20+ 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

[maintainer-tools PATCH] dim: append commit message tags in git, not in files
 2015-10-29 13:58 UTC 

[PATCH] drm/i915: make A0 wa's applied to A1
 2015-10-29 13:46 UTC  (3+ messages)

[PATCH] drm/i915: Skip fence installation for objects with rotated views (v2)
 2015-10-29 13:33 UTC  (16+ messages)
                    ` [PATCH] drm/i915: Skip fence installation for objects with rotated views (v3)

[PATCH igt v7.1 1/4] lib/tests: Add igt_assert_*() self-tests
 2015-10-29 12:47 UTC 

[PATCH] drm/dp: add eDP DPCD backlight control bit definitions
 2015-10-29 12:27 UTC  (2+ messages)

PROBLEM: i915.preliminary_hw_support crash
 2015-10-29 11:33 UTC  (2+ messages)

[PATCH] lib/igt_kms: Introduce get_first_connected_output to retrieve a valid output
 2015-10-29 11:05 UTC  (2+ messages)

[PATCH igt v7 0/4] Assert tests, atomic, multi-blob
 2015-10-29 11:03 UTC  (5+ messages)
` [PATCH igt v7 1/4] lib/tests: Add igt_assert_*() self-tests
` [PATCH igt v7 2/4] tests: Run igt.cocci
` [PATCH igt v7 3/4] tests/core_prop_blob: Add multiple blobs per connection
` [PATCH igt v7 4/4] kms_atomic: Add basic atomic modesetting tests

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

[PATCH 0/1] drm/i915: DPCD Backlight Control
 2015-10-29  9:35 UTC  (5+ messages)
` [PATCH 1/1] drm/i915: Add Backlight Control using DPCD for eDP connectors

intel i915 driver crashes: drivers/gpu/drm/i915/intel_display.c:11293 intel_check_page_flip+0xf4/0x100
 2015-10-29  7:57 UTC  (3+ messages)

[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 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 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  (7+ messages)
` [PATCH i-g-t 0/3 v2] "
  ` [PATCH i-g-t 1/3] Copy gem_concurrent_all to gem_concurrent_blit
  ` [PATCH i-g-t 2/3] Unify handling of slow/combinatorial tests
  ` [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)

[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  (2+ messages)

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


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