messages from 2015-10-20 13:50:44 to 2015-10-21 22:43:56 UTC [more...]
4.3-rc6 on i7 6700 = no graphics
2015-10-21 22:43 UTC (3+ messages)
[PATCH] drm/i915: Use dpcd read wake for sink crc calls
2015-10-21 20:14 UTC (7+ messages)
linux-firmware-i915 pull request (skl dmc 1.23)
2015-10-21 20:06 UTC
[PATCH 0/4] Organize aux retries
2015-10-21 19:57 UTC (16+ messages)
` [PATCH 1/4] drm/i915: Avoid EBUSY retry on intel_dp_aux_ch
` [PATCH 2/4] drm/i915: Remove remaining retries from intel_dp_aux_ch
` [PATCH 3/4] drm/i915: Fix random aux transactions failures
` [PATCH 4/4] drm/i915: Kill intel_dp_dpcd_read_wake
[PATCH 00/18] Yet another FBC series
2015-10-21 18:30 UTC (50+ messages)
` [PATCH 01/18] drm/i915: change no_fbc_reason from enum to string
` [PATCH 02/18] drm/i915: don't stop+start FBC at every flip
` [PATCH 03/18] drm/i915: only nuke FBC when a drawing operation triggers a flush
` [PATCH 04/18] drm/i915: extract crtc_is_valid() on the FBC code
` [PATCH 05/18] drm/i915: set dev_priv->fbc.crtc before scheduling the enable work
` [PATCH 07/18] drm/i915: fix the __intel_fbc_update() comments
` [PATCH 08/18] drm/i915: pass the crtc as an argument to intel_fbc_update()
` [PATCH 09/18] drm/i915: don't disable_fbc() if FBC is already disabled
` [PATCH 10/18] drm/i915: introduce is_active/activate/deactivate to the FBC terminology
` [PATCH 11/18] drm/i915: refactor FBC deactivation at init
` [PATCH 12/18] drm/i915: introduce intel_fbc_{enable, disable}
` [PATCH 13/18] drm/i915: remove too-frequent FBC debug message
` [PATCH 14/18] drm/i915: fix the CFB size check
` [PATCH 15/18] drm/i915: alloc/free the FBC CFB during enable/disable
` [PATCH 16/18] drm/i915: move adjusted_mode checks from fbc_update to fbc_enable
` [PATCH 17/18] drm/i915: move clock frequency "
` [PATCH 18/18] drm/i915: check for FBC planes in the same place as the pipes
` [PATCH igt 1/4] kms_frontbuffer_tracking: unset crtcs after getting the base blue CRC
` [PATCH igt 2/4] kms_frontbuffer_tracking: add flag to not assert feature status
` [PATCH igt 3/4] kms_frontbuffer_tracking: add stridechange subtest
` [PATCH igt 4/4] kms_frontbuffer_tracking: remove opt.only_feature
[PATCH] drm/i915/guc: Fix a false alert of memory leak when free LRC
2015-10-21 18:27 UTC (2+ messages)
[PATCH] drm/i915: add hotplug activation period to hotplug update mask
2015-10-21 18:28 UTC (3+ messages)
[PATCH] drm/i915/skl+: Enable gamma and CSC on bottom color
2015-10-21 16:45 UTC (4+ messages)
` [PATCH 1/2] drm/i915/skl+: Enable gamma and CSC on bottom color. (v2)
[PATCH 1/7] drm/i915/skl: Print the DMC firmware status in debugfs
2015-10-21 15:58 UTC (11+ messages)
` [PATCH 2/7] drm/i915/skl: Store and print the DMC firmware version we load
` [PATCH 3/7] drm/i915/skl: Refuse to load outdated dmc firmware
` [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 dmc firmware load state and version to error state
` [PATCH 7/7] drm/i915: Add csr programming registers to dmc debugfs entry
[PATCH 00/22] drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic
2015-10-21 15:42 UTC (61+ messages)
` [PATCH 01/22] drm: Add drm_format_plane_width() and drm_format_plane_height()
` [PATCH 02/22] drm/i915: Pass modifier instead of tiling_mode to gen4_compute_page_offset()
` [PATCH 03/22] drm/i915: Factor out intel_tile_width()
` [PATCH 04/22] drm/i915: Redo intel_tile_height() as intel_tile_size() / intel_tile_width()
` [PATCH 05/22] drm/i915: change intel_fill_fb_ggtt_view() to use the real tile size
` [PATCH 06/22] drm/i915: Use intel_tile_{size, width, height}() in intel_gen4_compute_page_offset()
` [PATCH 07/22] drm/i915: s/intel_gen4_compute_page_offset/intel_compute_page_offset/
` [PATCH 08/22] drm/i915: Pass 90/270 vs. 0/180 rotation info for intel_gen4_compute_page_offset()
` [PATCH 09/22] drm/i915: Refactor intel_surf_alignment()
` [PATCH 10/22] drm/i915: Support for extra alignment for tiled surfaces
` [PATCH 11/22] drm/i915: Don't pass plane+plane_state to intel_pin_and_fence_fb_obj()
` [PATCH 12/22] drm/i915: Set i915_ggtt_view_normal type explicitly
` [PATCH 13/22] drm/i915: Move the partial and rotated view data into the same union
` [PATCH 14/22] drm/i915: Don't treat differently sized rotated views as equal
` [PATCH 15/22] drm/i915: Pass the dma_addr_t array as const to rotate_pages()
` [PATCH 18/22] drm/i915: Make sure fb offset is (macro)pixel aligned
` [PATCH 19/22] drm/i915: Don't leak framebuffer_references if drm_framebuffer_init() fails
` [PATCH 20/22] drm/i915: Pass drm_frambuffer to intel_compute_page_offset()
` [PATCH 22/22] drm/i915: Don't pass pitch "
[PATCH 0/7] drm/i915: read out slice/subslice masks
2015-10-21 15:40 UTC (8+ messages)
` [PATCH 1/7] drm/i915: sseu: move sseu_dev_status to i915_drv.h
` [PATCH 2/7] drm/i915: sseu: use sseu_dev_info in device info
` [PATCH 3/7] drm/i915: sseu: simplify debugfs status/info printing
` [PATCH 4/7] drm/i915: sseu: convert slice count field to mask
` [PATCH 5/7] drm/i915: sseu: convert subslice count fields to subslice mask
` [PATCH 6/7] drm/i915: sseu: add debug printf for slice/subslice masks
` [PATCH 7/7] drm/i915/bdw: sseu: fix sseu status parsing
[RFCv2 DP-typeC 0/6] Add support for USB typeC based DP
2015-10-21 15:38 UTC (3+ messages)
` [RFCv2 DP-typeC 5/6] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT
[PATCH] drm/915: Pad GTT views of exec objects up to user specified size
2015-10-21 15:24 UTC
[PATCH 1/3] drm: Track drm_mm nodes with an interval tree
2015-10-21 15:14 UTC (7+ messages)
` [PATCH 3/3] drm/i915: Add soft-pinning API for execbuffer
[PATCH] drm/i915: Always program CSR if CSR is uninitialized
2015-10-21 14:57 UTC
[PATCH 21/22] drm/i915: Rewrite fb rotation GTT handling
2015-10-21 14:19 UTC (4+ messages)
` [PATCH v2 "
[PATCH 02/15] drm/i915: Don't pass *DP around to link training functions
2015-10-21 14:08 UTC (3+ messages)
` [PATCH v2] "
[PATCH 1/5] drm/i915: Store and print dmc firmware version
2015-10-21 13:46 UTC (7+ messages)
` [PATCH 5/5] drm/i915: Add dmc firmware debugfs status entry
[PATCH] drm/tegra: Use drm_gem_object_reference_unlocked
2015-10-21 13:03 UTC (3+ messages)
[PATCH] drm/i915: Fix formatting for gen8_cs_irq_handler
2015-10-21 12:26 UTC (2+ messages)
[PATCH v5] drm/i915/guc: Add GuC css header parser
2015-10-21 12:12 UTC (4+ messages)
` [PATCH v6] "
[maintainer-tools PATCH] dim: fix man page warning
2015-10-21 11:36 UTC (2+ messages)
[PATCH] dim.rst: Fix warning
2015-10-21 11:36 UTC (2+ messages)
[PATCH v99 1/4] drm/i915: Map the ringbuffer using WB on LLC machines
2015-10-21 10:13 UTC (6+ messages)
` [PATCH v99 2/4] drm/i915: Refactor duplicate object vmap functions
` [PATCH v99 3/4] drm,i915: Introduce drm_malloc_gfp()
` [PATCH v99 4/4] drm/i915: Treat ringbuffer writes as write to normal memory
[RFC PATCH] drm/i915: Consider SPLL as another shared pll
2015-10-21 9:31 UTC (2+ messages)
[PATCH v2 1/3] drm/i915: remove parens around revision ids
2015-10-21 8:58 UTC (4+ messages)
` [PATCH v2 2/3] drm/i915/bxt: add revision id for A1 stepping and use it
[maintainer-tools PATCH] dim: Use co as an alias for checkout
2015-10-21 8:20 UTC (2+ messages)
[maintainer-tools PATCH] dim: completion for checkout
2015-10-21 8:20 UTC (2+ messages)
[maintainer-tools PATCH 1/3] dim: Autocreate tracking branch in checkout
2015-10-21 8:16 UTC (4+ messages)
` [maintainer-tools PATCH 2/3] drm-intel: Add link to dim manpage
` [maintainer-tools PATCH 3/3] Update .gitignore
[PATCH 1/3] drm/i915: fix indentation on skl stepping info
2015-10-21 8:12 UTC (4+ messages)
` [PATCH 3/3] drm/i915: refactor stepping info retrieval
[PATCH 39/43] drm/i915: Add dev_priv->psr_mmio_base
2015-10-21 7:09 UTC (3+ messages)
` [PATCH v2 "
[PATCH v2 38/43] drm/i915: Parametrize AUX registers
2015-10-21 7:08 UTC (3+ messages)
` [PATCH v3 "
[PATCH v2] drm/i915/skl: Consider plane rotation when calculating stride in skl_do_mmio_flip
2015-10-21 6:51 UTC (6+ messages)
` [PATCH v3] "
[PATCH v2] drm/i915/skl: Assume no scaling is available when things are not as expected
2015-10-21 6:45 UTC (4+ messages)
` [PATCH v3] "
[PATCH] drm/i915: respect previous reg values on primary plane disable
2015-10-21 6:31 UTC (12+ messages)
` [PATCH v2] drm/i915/hsw: keep gamma and CSC enabled for "
[v3] drm/i915/skl: If needed sanitize bios programmed cdclk
2015-10-21 6:25 UTC (4+ messages)
` [v4] "
[PATCH i-g-t 1/3] lib/igt_fb: Allow specifiying object tiling when creating frame buffers
2015-10-21 1:41 UTC (6+ messages)
` [PATCH] igt/kms_rotation_crc: Add a subtest to validate Y-tiled obj + Y fb modifier
[RFC 0/6] Non perf based Gen Graphics OA unit driver
2015-10-20 20:16 UTC (3+ messages)
[PATCH 0/5] drm/i915: Interruptible framebuffer pinning
2015-10-20 18:33 UTC (5+ messages)
` [PATCH 3/5] drm/i915: Make wait_for_flips interruptible
` [PATCH 2.9/5] drm/i915: Do not wait for flips in intel_crtc_disable_noatomic
[PATCH] drm/i915: Use dpcd read wake for sink crc calls
2015-10-20 18:31 UTC (7+ messages)
` [PATCH] drm/i915: Retry on every aux read
[PATCH v5 0/2] Add drm_dp_aux chardev support
2015-10-20 16:05 UTC (3+ messages)
` [PATCH v5 1/2] drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers
[regression] [git pull] drm for 4.3
2015-10-20 14:42 UTC (11+ messages)
[PATCH v2 40/43] drm/i915: Store aux data reg offsets in intel_dp->aux_ch_data_reg[]
2015-10-20 14:02 UTC (2+ messages)
` [PATCH v3 "
[PATCH v7 08/25] drm: Add color correction state flag
2015-10-20 13:58 UTC (2+ messages)
` [Intel-gfx] "
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