intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-07 10:20:59 to 2016-01-08 22:47:32 UTC [more...]

[PATCH 00/13] Convert requests to use struct fence
 2016-01-08 22:47 UTC  (23+ messages)
` [PATCH 05/13] drm/i915: "
` [PATCH 0/7] "
  ` [PATCH 1/7] drm/i915: "
  ` [PATCH 2/7] drm/i915: Removed now redudant parameter to i915_gem_request_completed()
  ` [PATCH 3/7] drm/i915: Add per context timelines to fence object
  ` [PATCH 4/7] drm/i915: Delay the freeing of requests until retire time
  ` [PATCH 5/7] drm/i915: Interrupt driven fences
  ` [PATCH 6/7] drm/i915: Updated request structure tracing
  ` [PATCH 7/7] drm/i915: Cache last IRQ seqno to reduce IRQ overhead

[PATCH 00/21] drm_event cleanup
 2016-01-08 21:47 UTC  (25+ messages)
` [PATCH 01/21] drm: kerneldoc for drm_fops.c
` [PATCH 02/21] drm: Add functions to setup/tear down drm_events
` [PATCH 03/21] drm/exynos: Use the new event init/free functions
` [PATCH 04/21] drm/vmwgfx: "
` [PATCH 05/21] drm: Create drm_send_event helpers
` [PATCH 06/21] drm/fsl: Remove preclose hook
` [PATCH 07/21] drm/armada: Remove NULL open/pre/postclose hooks
` [PATCH 08/21] drm/gma500: Remove empty preclose hook
` [PATCH 09/21] drm: Clean up pending events in the core
` [PATCH 10/21] drm/i915: Nuke intel_modeset_preclose
` [PATCH 11/21] drm/atmel: Nuke preclose
` [PATCH 12/21] drm/exynos: Remove event cancelling from postclose
` [PATCH 13/21] drm/imx: Unconfuse preclose logic
` [PATCH 14/21] drm/msm: Nuke preclose hooks
` [PATCH 15/21] drm/omap: Nuke close hooks
` [PATCH 16/21] drm/rcar: Nuke preclose hook
` [PATCH 17/21] drm/shmob: "
` [PATCH 18/21] drm/tegra: Stop cancelling page flip events
` [PATCH 19/21] drm/tilcdc: Nuke preclose hook
` [PATCH 20/21] drm/vc4: "
` [PATCH 21/21] drm/vmwgfx: "

[PATCH] drm/i915: Reject invalid-pad for context-destroy ioctl
 2016-01-08 21:40 UTC 

[PATCH] drm: Release driver references to handle before making it available again
 2016-01-08 20:25 UTC 

[PATCH i-g-t] tests/kms_chv_cursor_fail: Skip when the pipe doesn't exist
 2016-01-08 19:04 UTC 

Xorg[9132]: segfault at 0 ip 00007fbc84d6fb0d sp 00007ffca3765610 error 4 in intel_drv.so[7fbc84d4d000+18b000]
 2016-01-08 17:42 UTC  (7+ messages)
        ` Intel graphics on Thinkpad T540p is most unsuable now :( (Intel(R) HD Graphics 4600)

[PATCH 1/2] drm/i915: Store edram capabilities instead of fixed size
 2016-01-08 16:58 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/gen9: Calculate edram size

[PATCH] drm/i915: Allow unready gpu to be reset on gen8
 2016-01-08 16:52 UTC  (8+ messages)

[PATCH 0/3] Enabling GuC Loading on Broxton
 2016-01-08 15:19 UTC  (5+ messages)
` [PATCH 1/3] drm/i915: Adding Broxton GuC Loader Support
` [PATCH 2/3] drm/i915: resize the GuC WOPCM for rc6
` [PATCH 3/3] drm/i915: Wait after context init with GuC Submission

[PATCH] drm/i915: Inspect subunit states on hangcheck
 2016-01-08 15:10 UTC  (5+ messages)

[PATCH 7/7] drm/i915/chv: Add non claimed mmio checking
 2016-01-08 14:59 UTC  (4+ messages)
` [PATCH 7/7] drm/i915: Add non claimed mmio checking for vlv/chv

[PATCH 1/7] drm/i915: Consolidate unclaimed mmio detection
 2016-01-08 14:58 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Enable mmio_debug for vlv/chv
 2016-01-08 14:20 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Arm the unclaimed mmio debugs on suspend path

[PATCH v2 00/13] Misc cleanups and locking fixes
 2016-01-08 13:29 UTC  (25+ messages)
` [PATCH 01/13] drm/i915/bdw+: Replace list_del+list_add_tail with list_move_tail
` [PATCH 02/13] drm/i915: Don't need a timer to wake us up
` [PATCH 03/13] drm/i915: Avoid invariant conditionals in lrc interrupt handler
` [PATCH 04/13] drm/i915: Fail engine initialization if LRCA is incorrectly aligned
` [PATCH 05/13] drm/i915: Cache LRCA in the context
` [PATCH 06/13] drm/i915: Only grab timestamps when needed
` [PATCH 07/13] drm/i915: Introduce dedicated object VMA iterator
` [PATCH 08/13] drm/i915: GEM operations need to be done under the big lock
  ` [PATCH v3 "
` [PATCH 09/13] drm/i915: Remove two impossible asserts
` [PATCH 10/13] drm/i915: Introduce dedicated safe object VMA iterator
` [PATCH 11/13] drm/i915: Cache ringbuffer GTT address
` [PATCH 12/13] drm/i915: Add BKL asserts to get page helpers
` [PATCH 13/13] drm/i915: Cache LRC state page in the context

[PATCH] drm/i915: edp resume/On time optimization
 2016-01-08 12:55 UTC  (4+ messages)

[PATCH 00/39] GPU scheduler for i915 driver
 2016-01-08 12:35 UTC  (7+ messages)
` [PATCH 01/39] drm/i915: Add total count to context status debugfs output
` [PATCH 02/39] drm/i915: Updating assorted register and status page definitions
` [PATCH 03/39] drm/i915: Explicit power enable during deferred context initialisation

[PATCH 08/13] drm/i915: GEM operations need to be done under the big lock
 2016-01-08 12:10 UTC 

[PATCH 00/15] drm/i915/bios: mipi sequence block v3, etc
 2016-01-08 11:46 UTC  (15+ messages)
` [PATCH 09/15] drm/i915/bios: interpret the i2c element
` [PATCH 10/15] drm/i915/bios: add sequences for MIPI sequence block v2
` [PATCH 11/15] drm/i915: Adding the parsing logic for the i2c element
` [PATCH 12/15] drm/i915/bios: add defines for v3 sequence block
` [PATCH] drm/i915/dsi: add debug printing of the new sequence block names

[PATCH 13/15] drm/i915/bios: add support for MIPI sequence block v3
 2016-01-08 11:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] drm/i915/dsi: abstract get pclk platform differences
 2016-01-08 11:32 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/dsi: remove unused dsi_rr_formula()

new i915 driver on centos 7.2 gives a blurred display
 2016-01-08 10:28 UTC  (2+ messages)

[PATCH i-g-t] tests/gem_softpin: Use offset addresses in canonical form
 2016-01-08  9:43 UTC  (4+ messages)
` [PATCH v2 "

[PATCH igt] gem_concurrent_blit: Don't call igt_require() outside of a subtest/fixture
 2016-01-08  9:10 UTC 

[PATCH igt] core/sighelper: Interrupt everyone in the process group
 2016-01-08  8:44 UTC 

[PATCH i-g-t] tests/gem_guc_loading: Adding simple GuC loading test
 2016-01-08  7:55 UTC  (3+ messages)

[PATCH 1/2] drm/i915: fix get digital port issue in intel_audio
 2016-01-08  2:18 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: add dp mst judgement in hsw_audio_codec_enable

[PATCH 1/3] drm/i915/kbl: Adding missing IS_KABYLAKE checks
 2016-01-08  0:49 UTC  (6+ messages)
` [PATCH 2/3] drm/i915: Don't warn if the workaround list is empty part 2
  ` [PATCH] drm/i915/kbl: Adding missing IS_KABYLAKE checks

[PATCH i-g-t] kms_psr_sink_crc: Simplify debugfs reading
 2016-01-08 15:40 UTC 

[PATCH] drm/i915: Init power domains early in driver load
 2016-01-07 19:41 UTC  (15+ messages)

[PATCH 0/6] Misc cleanups
 2016-01-07 17:20 UTC  (16+ messages)
` [PATCH 1/6] drm/i915/bdw+: Replace list_del+list_add_tail with list_move_tail
` [PATCH 2/6] drm/i915: Don't need a timer to wake us up
` [PATCH 3/6] drm/i915: Avoid invariant conditionals in lrc interrupt handler
` [PATCH 4/6] drm/i915: Fail engine initialization if LRCA is incorrectly aligned
` [PATCH 5/6] drm/i915: Cache LRCA in the context
` [PATCH 6/6] drm/i915: Only grab timestamps when needed

[RFC] drm/i915/bxt: Add pipe_src size property
 2016-01-07 17:11 UTC  (9+ messages)

[PATCH v3 0/3] improve handling of the driver's internal (default) context
 2016-01-07 16:56 UTC  (9+ messages)
` [PATCH v3 1/3] drm/i915: simplify allocation of driver-internal requests
` [PATCH v3 2/3] drm/i915: abolish separate per-ring default_context pointers
` [PATCH v3 3/3] drm/i915: tidy up a few leftovers

[PATCH] drm/i915: Update Skylake DDI translation table for HDMI
 2016-01-07 16:53 UTC  (3+ messages)

[PATCH] drm/i915: Cleaning up DDI translation tables
 2016-01-07 16:37 UTC  (2+ messages)

[Intel-gfx] [PATCH v2] drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
 2016-01-07 16:10 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] drm/i915/guc: Enable GuC submission, where supported
 2016-01-07 15:37 UTC  (7+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH 0/2] DPCD Backlight Control
 2016-01-07 14:46 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Add Backlight Control using DPCD for eDP connectors (v4)

[PATCH 1/4] drm: add support for generic zpos property
 2016-01-07 14:44 UTC  (3+ messages)

[PATCH] drm/i915/bxt: Don't save/restore eDP panel power during suspend (v2)
 2016-01-07 14:39 UTC  (6+ messages)
` [PATCH] drm/i915/bxt: Don't save/restore eDP panel power during suspend (v3)

[PATCH 0/5] Some minor CSB/execlist stuff
 2016-01-07 14:34 UTC  (3+ messages)
` [PATCH 3/5] drm/i915: Extract CSB status read

[PATCH i-g-t 0/2] Improve remaining documentation for igt_kms
 2016-01-07 14:29 UTC 

[PATCH 0/7] Explicitly pass crtc_state and plane_state to plane update functions
 2016-01-07 12:39 UTC  (15+ messages)
` [PATCH 1/7] drm/i915: Use passed plane state for sprite planes, v4
` [PATCH 2/7] drm/i915: Do not use commit_plane for sprite planes
` [PATCH 3/7] drm/i915: Remove some visibility checks from intel_crtc_update_cursor
` [PATCH 4/7] drm/i915: Make disable_cursor_plane similar to commit_cursor_plane
` [PATCH 5/7] drm/i915: Use the plane state for cursor updates
` [PATCH 6/7] drm/i915: Use plane state for primary plane updates
` [PATCH 7/7] drm/i915: Remove commit_plane function pointer

[PATCH] drm/i915: shut up gen8+ SDE irq dmesg noise, again
 2016-01-07 12:13 UTC  (4+ messages)

[PATCH 7/7] drm/i915: Add two-stage ILK-style watermark programming (v9)
 2016-01-07 11:29 UTC  (3+ messages)
` [PATCH] drm/i915: Add two-stage ILK-style watermark programming (v10)

bisected: i915 modeset broken in ac9b8236551d1177fd07b56aef9b565d1864420d
 2016-01-07 11:10 UTC  (6+ messages)


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