messages from 2016-01-08 00:49:56 to 2016-01-11 09:20:12 UTC [more...]
[PATCH 001/190] drm: Release driver references to handle before making it available again
2016-01-11 9:17 UTC (33+ messages)
` [PATCH 002/190] drm/i915: Move the mb() following release-mmap into release-mmap
` [PATCH 003/190] drm/i915: Add an optional selection from i915 of CONFIG_MMU_NOTIFIER
` [PATCH 004/190] drm/i915: Fix some invalid requests cancellations
` [PATCH 005/190] drm/i915: Force clean compilation with -Werror
` [PATCH 006/190] drm/i915: Add GEM debugging Kconfig option
` [PATCH 007/190] drm/i915: Hide the atomic_read(reset_counter) behind a helper
` [PATCH 008/190] drm/i915: Simplify checking of GPU reset_counter in display pageflips
` [PATCH 009/190] drm/i915: Tighten reset_counter for reset status
` [PATCH 010/190] drm/i915: Store the reset counter when constructing a request
` [PATCH 011/190] drm/i915: Simplify reset_counter handling during atomic modesetting
` [PATCH 012/190] drm/i915: Prevent leaking of -EIO from i915_wait_request()
` [PATCH 013/190] drm/i915: Suppress error message when GPU resets are disabled
` [PATCH 014/190] drm/i915: Delay queuing hangcheck to wait-request
` [PATCH 015/190] drm/i915: Remove the dedicated hangcheck workqueue
` [PATCH 016/190] drm/i915: Make queueing the hangcheck work inline
` [PATCH 017/190] drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+
` [PATCH 018/190] drm/i915: Slaughter the thundering i915_wait_request herd
` [PATCH 019/190] drm/i915: Separate out the seqno-barrier from engine->get_seqno
` [PATCH 020/190] drm/i915: Remove the lazy_coherency parameter from request-completed?
` [PATCH 021/190] drm/i915: Use HWS for seqno tracking everywhere
` [PATCH 022/190] drm/i915: Check the CPU cached value of seqno after waking the waiter
` [PATCH 023/190] drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
` [PATCH 024/190] drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor
` [PATCH 025/190] drm/i915: Broadwell execlists needs exactly the same seqno w/a as legacy
` [PATCH 026/190] drm/i915: Stop setting wraparound seqno on initialisation
` [PATCH 027/190] drm/i915: Only query timestamp when measuring elapsed time
` [PATCH 028/190] drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno
` [PATCH 029/190] drm/i915: Convert trace-irq to the breadcrumb waiter
` [PATCH 030/190] drm/i915: Move the get/put irq locking into the caller
` [PATCH 031/190] drm/i915: Harden detection of missed interrupts
` [PATCH 032/190] drm/i915: Remove debug noise on detecting fault-injection "
` [PATCH 051/190] drm,i915: Introduce drm_malloc_gfp()
[PATCH] drm/i915: Init power domains early in driver load
2016-01-11 9:12 UTC (2+ messages)
` ✗ failure: Fi.CI.BAT
[PATCH igt] gem_concurrent_blit: Don't call igt_require() outside of a subtest/fixture
2016-01-11 9:08 UTC (4+ messages)
[PATCH igt] core/sighelper: Interrupt everyone in the process group
2016-01-11 9:06 UTC (4+ messages)
[PATCH 1/2] drm/i915: Store edram capabilities instead of fixed size
2016-01-11 9:00 UTC (4+ messages)
` [PATCH 2/2] drm/i915/gen9: Calculate edram size
[PATCH 0/7] Explicitly pass crtc_state and plane_state to plane update functions
2016-01-11 8:53 UTC (2+ messages)
` ✗ failure: Fi.CI.BAT
[PATCH 0/5] Add encoder_mask to crtc_state, v2
2016-01-11 8:52 UTC (2+ messages)
` ✗ warning: Fi.CI.BAT
[PATCH v2 00/13] Misc cleanups and locking fixes
2016-01-11 8:49 UTC (35+ 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: Support to enable TRTT on GEN9
2016-01-11 8:49 UTC (4+ messages)
[PATCH 00/39] GPU scheduler for i915 driver
2016-01-11 7:47 UTC (8+ 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] drm/i915: Reject invalid-pad for context-destroy ioctl
2016-01-11 7:34 UTC (2+ messages)
[PATCH 00/21] drm_event cleanup
2016-01-11 7:10 UTC (45+ messages)
` [PATCH 01/21] drm: kerneldoc for drm_fops.c
` [PATCH 02/21] drm: Add functions to setup/tear down drm_events
` [PATCH] "
` [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] "
` [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] "
` [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 1/5] "
` [PATCH 2/5] drm/tegra: Stop cancelling page flip events
` [PATCH 3/5] drm/tilcdc: Nuke preclose hook
` [PATCH 4/5] drm/vc4: "
` [PATCH 5/5] drm/vmwgfx: "
` [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] "
Updated drm-intel-testing
2016-01-10 23:29 UTC
Xorg[9132]: segfault at 0 ip 00007fbc84d6fb0d sp 00007ffca3765610 error 4 in intel_drv.so[7fbc84d4d000+18b000]
2016-01-10 22:45 UTC (10+ messages)
` Intel graphics on Thinkpad T540p is most unsuable now :( (Intel(R) HD Graphics 4600)
[PATCH] Add NULL checking for drawable in sna_dri2_flip_event
2016-01-10 22:41 UTC (2+ messages)
i915 Skylake: "Invalid ROM contents"
2016-01-10 19:12 UTC (6+ messages)
` [Intel-gfx] "
Regression report] Weekly regression report WW45
2016-01-10 6:11 UTC (6+ messages)
` [Regression report] Weekly regression report WW46
` [Regression report] Weekly regression report WW48
` [Regression report] Weekly regression report WW50
` [Regression report] Weekly regression report WW51
` [Regression report] Weekly regression report WW2
[PATCH] igt/gem_trtt: Exercise the TRTT hardware
2016-01-09 11:31 UTC
[PATCH] drm/i915/skl: Use proper plane dimensions for DDB and WM calculations
2016-01-09 2:09 UTC (2+ messages)
[PATCH 00/13] Convert requests to use struct fence
2016-01-09 0:30 UTC (24+ 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] drm: Release driver references to handle before making it available again
2016-01-08 23:19 UTC (2+ messages)
[PATCH i-g-t] tests/kms_chv_cursor_fail: Skip when the pipe doesn't exist
2016-01-08 19:04 UTC
[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] drm/i915: edp resume/On time optimization
2016-01-08 12:55 UTC (4+ messages)
[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 (3+ messages)
` [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 i-g-t] tests/gem_guc_loading: Adding simple GuC loading test
2016-01-08 7:55 UTC (2+ messages)
[PATCH 1/2] drm/i915: fix get digital port issue in intel_audio
2016-01-08 2:18 UTC (3+ messages)
[PATCH 1/3] drm/i915/kbl: Adding missing IS_KABYLAKE checks
2016-01-08 0:49 UTC (3+ messages)
` [PATCH 2/3] drm/i915: Don't warn if the workaround list is empty part 2
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).