messages from 2016-04-29 17:34:24 to 2016-05-03 15:52:32 UTC [more...]
[PATCH 01/12] drm: Add helper for DP++ adaptors
2016-05-03 15:48 UTC (14+ messages)
` [PATCH 04/12] drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBT
` [PATCH 06/12] drm/i915: Add new lspcon file
` [PATCH 08/12] drm: Add lspcon (custom type2 dp->hdmi) support
` [PATCH 10/12] drm/i915: Add lspcon core functions
[PATCH v4 00/12] drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v4)
2016-05-03 15:40 UTC (13+ messages)
` [PATCH v5 01/12] drm/i915: Rewrite fb rotation GTT handling
` [PATCH v3 02/12] drm/i915: Don't pass pitch to intel_compute_page_offset()
` [PATCH 03/12] drm/i915: Move SKL hw stride calculation into a helper
` [PATCH 04/12] drm/i915: Pass around plane_state instead of fb+rotation
` [PATCH v2 05/12] drm/i915: Use fb modifiers for display tiling decisions
` [PATCH v2 06/12] drm/i915: Adjust obj tiling vs. fb modifier rules
` [PATCH 07/12] drm/i915: Limit fb x offset due to fences
` [PATCH 08/12] drm/i915: Allow calling intel_adjust_tile_offset() multiple times
` [PATCH 09/12] drm/i915: Make intel_adjust_tile_offset() work for linear buffers
` [PATCH 10/12] drm/i915: Compute display surface offset in the plane check hook for SKL+
` [PATCH 11/12] drm/i915: Deal with NV12 CbCr plane AUX surface on SKL+
` [PATCH v2 12/12] drm/i915: Make sure fb offset is (macro)pixel aligned
[PATCH i-g-t v6 0/7] Improve kms_panel_fitting
2016-05-03 15:29 UTC (9+ messages)
` [PATCH i-g-t v6 1/7] kms_panel_fitting: skips if there's a non-eDP display connected. Fix it
` [PATCH i-g-t v6 2/7] kms_panel_fitting: Remove un-read variable
` [PATCH i-g-t v6 3/7] kms_panel_fitting: Remove un-read variable pipe_crc
` [PATCH i-g-t v6 4/7] kms_panel_fitting: Remove un-used variable
` [PATCH i-g-t v6 5/7] kms_panel_fitting: Switched DRM format to a hardware agnostic alternative
` [PATCH i-g-t v6 6/7] kms_panel_fitting: Enabled test on non-Intel hardware
` [PATCH i-g-t v6 7/7] kms_panel_fitting: Enable connectors with "scaling mode" property set
[PATCH] Revert "drm/i915: start adding dp mst audio"
2016-05-03 15:25 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH] [drm-intel-fixes] drm/i915: do not enable RC6p on Sandy Bridge
2016-05-03 15:16 UTC
[PATCH] drm/i915: Discard previous atomic state on resume if connectors change
2016-05-03 15:08 UTC (4+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for "
[PATCH v2 0/4] drm: DP++ adaptor support (v2)
2016-05-03 14:55 UTC (8+ messages)
` [PATCH v2 1/4] drm: Add helper for DP++ adaptors
` [Intel-gfx] "
` [PATCH v3 "
` [PATCH v2 2/4] drm/i915: Respect DP++ adaptor TMDS clock limit
` [PATCH v3 3/4] drm/i915: Enable/disable TMDS output buffers in DP++ adaptor as needed
` [PATCH v2 4/4] drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBT
[PATCH i-g-t v6 0/7] Improve kms_panel_fitting
2016-05-03 14:38 UTC
[PATCH i-g-t v6 0/7] Improve kms_panel_fitting
2016-05-03 14:37 UTC
[PATCH i-g-t] man: add .gitignore with defs.rst
2016-05-03 14:36 UTC
[PATCH 0/3] drm/i915: DP branch devices
2016-05-03 14:35 UTC (10+ messages)
` [PATCH 1/3] drm/i915: Check pixel rate for DP to VGA dongle
` [Intel-gfx] "
` [PATCH 2/3] drm: Add DP port types from DP 1.3 specification
` [PATCH 3/3] drm/i915: Check HDMI TMDS clock rate from DPCD
` ✗ Fi.CI.BAT: warning for drm/i915: DP branch devices
[PATCH i-g-t 00/17] tools/intel_bios_reader updates
2016-05-03 14:19 UTC (18+ messages)
` [PATCH i-g-t 01/17] tools/intel_bios_reader: drop unused macros
` [PATCH i-g-t 02/17] tools/intel_bios_reader: make VBIOS non-global
` [PATCH i-g-t 03/17] tools/intel_bios_reader: add command line option parsing and --file parameter
` [PATCH i-g-t 04/17] tools/intel_bios_reader: add --devid parameter
` [PATCH i-g-t 05/17] tools/intel_bios_reader: drop unused lvds_support variable
` [PATCH i-g-t 06/17] tools/intel_bios_reader: drop silly tv_present variable and printout
` [PATCH i-g-t 07/17] tools/intel_bios_reader: pass around a context pointer instead of bdb_header
` [PATCH i-g-t 08/17] tools/intel_bios_reader: move more globals to struct context
` [PATCH i-g-t 09/17] tools/intel_bios_reader: move devid to context too
` [PATCH i-g-t 10/17] tools/intel_bios_reader: drop dependencies on lvds block parsing
` [PATCH i-g-t 11/17] tools/intel_bios_reader: let the user specify panel type on the command line
` [PATCH i-g-t 12/17] tools/intel_bios_reader: dump the blocks in numerical order
` [PATCH i-g-t 13/17] tools/intel_bios_reader: add --hexdump option to dump hex, disable by default
` [PATCH i-g-t 14/17] tools/intel_bios_reader: add support for dumping only specific section
` [PATCH i-g-t 15/17] tools/intel_bios_reader: add --all-panels option to dump all panels
` [PATCH i-g-t 16/17] tools/intel_bios_reader: free the block returned by find_section
` [PATCH i-g-t 17/17] man: update intel_bios_reader man page
[PATCH 00/19] Rework page flip, remove cs flips, async unpin and unified pageflip
2016-05-03 14:15 UTC (13+ messages)
` [PATCH 02/19] drm/i915: Remove stallcheck special handling, v2
` [PATCH 08/19] drm/i915: Convert flip_work to a list
` [PATCH 09/19] drm/i915: Add the exclusive fence to plane_state
[PATCH 1/6] drm/fb: fix missing /** in kerneldoc comment
2016-05-03 14:02 UTC (13+ messages)
` [PATCH 2/6] drm/modes: add connector reference counting. (v2)
` [PATCH 3/6] drm/fb_helper: "
` [Intel-gfx] "
` [PATCH 4/6] drm/crtc: take references to connectors used in a modeset. (v2)
` [PATCH 5/6] drm/atomic: use connector references (v2)
` [PATCH 6/6] drm/i915/mst: use reference counted connectors. (v3)
[PATCH v3 0/3] drm/i915: Tune the GPU L3 SQ credits on CHV
2016-05-03 13:55 UTC (6+ messages)
` [PATCH v3 1/3] drm/i915/bdw: Add missing delay during L3 SQC credit programming
` [PATCH v3 2/3] drm/i915: Clean up L3 SQC register field definitions
` [PATCH v3 3/3] drm/i915/chv: Tune L3 SQC credits based on actual latencies
` ✗ Fi.CI.BAT: failure for drm/i915: Tune the GPU L3 SQ credits on CHV
[PATCH i-g-t v5 0/6] Improve kms_panel_fitting
2016-05-03 13:31 UTC (3+ messages)
` [PATCH i-g-t v5 6/6] kms_panel_fitting: Enable connectors with "scaling mode" property set
[PATCH] drm/atomic: Add WARN_ON when state->acquire_ctx is not set
2016-05-03 12:36 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
` [Intel-gfx] [PATCH] "
[PATCH 1/2] sna/video sprite patch: support for multiple xv ports (exposes minimum Xv ports)
2016-05-03 12:30 UTC (3+ messages)
` [PATCH 2/2] sna/video sprite patch: exposing the maximum Xv port
[PATCH] drm/core: Do not preserve framebuffer on rmfb, v2
2016-05-03 12:01 UTC (5+ messages)
` [PATCH] drm/core: Do not preserve framebuffer on rmfb, v3
` [REBASED PATCH] "
[PATCH v2 1/5] drm/i915/guc: add enable_guc_loading parameter
2016-05-03 10:26 UTC (5+ messages)
` [PATCH v2 4/5] drm/i915/guc: rework guc_add_workqueue_item()
[PATCH igt] lib: compute exitcode first
2016-05-03 10:22 UTC (2+ messages)
[PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation
2016-05-03 9:44 UTC (2+ messages)
[PATCH] drm/i915: Bail out of pipe config compute loop on LPT
2016-05-03 9:33 UTC (5+ messages)
` ✗ Fi.CI.BAT: warning for "
[PATCH] drm/i915: Dump pipe config when intel_modeset_pipe_config fails
2016-05-03 8:30 UTC
linux-next: manual merge of the drm-misc tree with the drm-intel tree
2016-05-03 7:54 UTC (2+ messages)
[PATCH 1/2] drm/i915: Unbind objects in shrinker only if device is runtime active
2016-05-03 3:46 UTC (5+ messages)
` [PATCH 2/2] drm/i915: Add rpm get/put in oom and vmap notifier
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Unbind objects in shrinker only if device is runtime active
linux-next: manual merge of the drm-msm tree with the drm-misc tree
2016-05-03 3:28 UTC
[PATCH] drm/i915: Fix enc_to_dig_port() for MST encoders
2016-05-02 20:24 UTC (6+ messages)
` [Intel-gfx] "
[PATCH i-g-t 0/7] Improve kms_panel_fitting
2016-05-02 19:16 UTC (12+ messages)
` [PATCH i-g-t 7/7] kms_panel_fitting: Add support for LVDS and DSI connectors
[PATCH v3 00/21] drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v3)
2016-05-02 18:48 UTC (5+ messages)
` [PATCH v4 10/21] drm/i915: Rewrite fb rotation GTT handling
` FW: "
[PATCH] Revert "i965: Always use Y-tiled buffers on SKL+"
2016-05-02 18:38 UTC (2+ messages)
[PATCH 0/5] Add automation support for DP compliance Tests
2016-05-02 17:52 UTC (8+ messages)
` [PATCH 1/5] drm/i915: Invoke the DP Compliance test request handler in the short pulse path
` [PATCH 2/5] drm/i915: Disable the Link training automation support
` [PATCH 3/5] drm/i915: Fixes to support the DP Compliance EDID tests
` [PATCH 4/5] Add support for forcing 6 bpc on DP pipes
` [PATCH 5/5] drm/i915: Implement intel_dp_autotest_video_pattern function for DP Video pattern compliance tests
` ✓ Fi.CI.BAT: success for Add automation support for DP compliance Tests
[CI-resend] drm: Restore double clflush on the last partial cacheline
2016-05-02 16:45 UTC (4+ messages)
` ✗ Fi.CI.BAT: failure for drm: Restore double clflush on the last partial cacheline (rev2)
[PATCH 00/12] drm/atomic: Rename async to nonblocking
2016-05-02 14:39 UTC (3+ messages)
[PATCH v2 2/2] drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect MOCS config
2016-05-02 13:50 UTC (13+ messages)
[PATCH 0/3] drm/i915/dsi: dcs backlight control
2016-05-02 13:46 UTC (3+ messages)
` [PATCH 1/3] drm/i915: Parse LFP brightness control field in VBT
[PATCH] drm: Restore double clflush on the last partial cacheline
2016-05-02 12:54 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH v3 00/16] Pre-calculate SKL-style atomic watermarks
2016-05-02 12:42 UTC (3+ messages)
` [PATCH v3 08/16] drm/i915/gen9: Compute DDB allocation at atomic check time (v2)
` [PATCH v3.1 08/16] drm/i915/gen9: Compute DDB allocation at atomic check time (v3)
[PATCH] drm/i915/execlists: Refactor common engine setup
2016-05-02 10:58 UTC (12+ messages)
` [PATCH v2] "
[PATCH 1/2] drm/i915: Fix modeset handling during gpu reset, v2
2016-05-02 9:59 UTC (3+ messages)
` [PATCH 2/2] drm/i915: Add a way to test the modeset done during gpu reset, v3
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Fix modeset handling during gpu reset, v2
[PATCH 1/5] drm/i915: Handle automated test requests for short pulse hpd
2016-05-02 9:16 UTC (5+ messages)
` [PATCH 2/5] drm/i915: Read test values for lane_count and link_rate
[PATCH 1/2] drm/i915: Calculate IPS linetime watermark based on future cdclk
2016-05-02 9:13 UTC (3+ messages)
` [PATCH 2/2] drm/i915: Add a FIXME about crtc !active vs. watermarks
[PATCH] drm/i915/lvds: do not set border bits when panel fitter is not enabled
2016-05-02 9:09 UTC (5+ messages)
[PULL] drm-intel-fixes
2016-05-02 9:03 UTC
[PATCH 1/2] drm/i915: introduce & use i915_gem_object_mark_dirty()
2016-05-02 8:58 UTC (4+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/2] "
[PATCH 01/10] drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacy
2016-05-02 8:56 UTC (3+ messages)
` [PATCH 09/10] drm/i915: Enable semaphores for legacy submission on gen8
[PATCH] drm/gem: support BO freeing without dev->struct_mutex
2016-05-02 8:48 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH] drm/gem: support BO freeing without dev->struct_mutex
2016-05-02 8:40 UTC (2+ messages)
[PATCH] mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table correctly
2016-05-02 8:19 UTC (5+ messages)
` ✗ Fi.CI.BAT: failure for "
Intel eDP and fixed_mode probing/initialization
2016-05-02 8:12 UTC (2+ messages)
[Mesa-dev] [PATCH v2 mesa] vk/intel: use negative VK_NO_PROTOTYPES scheme
2016-05-02 4:39 UTC (4+ messages)
` "
blank screen on boot with i915/DRM_FBDEV_EMULATION
2016-05-02 0:35 UTC (13+ messages)
` i951 ERRORs and WARN_ON()s (was: blank screen on boot with i915/DRM_FBDEV_EMULATION)
` [Intel-gfx] "
` i915 ERRORs and WARN_ON()s
` [Intel-gfx] "
[PATCH v2 1/2] drm/i915/execlists: Refactor common engine setup
2016-04-29 19:42 UTC (4+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] "
` [PATCH v2 2/2] drm/i915: Store a i915 backpointer from engine, and use it
[PATCH v2 00/10] Enable Gen 7 Observation Architecture
2016-04-29 18:50 UTC (12+ messages)
` [PATCH v2 01/10] drm/i915: Add i915 perf infrastructure
` [PATCH v2 02/10] drm/i915: rename OACONTROL GEN7_OACONTROL
` [PATCH v2 03/10] drm/i915: return EACCES for check_cmd() failures
` [PATCH v2 04/10] drm/i915: don't whitelist oacontrol in cmd parser
` [PATCH v2 05/10] drm/i915: Add 'render basic' Haswell OA unit config
` [PATCH v2 06/10] drm/i915: Enable i915 perf stream for Haswell OA unit
` [PATCH v2 07/10] drm/i915: advertise available metrics via sysfs
` [PATCH v2 08/10] drm/i915: Add dev.i915.perf_event_paranoid sysctl option
` [PATCH v2 09/10] drm/i915: add oa_event_min_timer_exponent sysctl
` [PATCH v2 10/10] drm/i915: Add more Haswell OA metric sets
xserver crash with linux 4.6.0-rc3 and later
2016-04-29 17:51 UTC (2+ messages)
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