messages from 2015-11-04 17:53:50 to 2015-11-05 22:57:44 UTC [more...]
[PATCH] drm/i915: get runtime PM reference around GEM set_caching IOCTL
2015-11-05 22:57 UTC (6+ messages)
[PATCH] drm/i915/bxt: Force port A DDI to use 4 lanes
2015-11-05 22:53 UTC
Regression report] Weekly regression report WW45
2015-11-05 22:50 UTC
[PATCH v2 00/29] drm/i915: Type safe register read/write (v2) and more prep work
2015-11-05 21:34 UTC (65+ messages)
` [PATCH 01/29] pci: Decouple quirks.c from i915_reg.h
` [PATCH 02/29] drm/i915: Remove the magic AUX_CTL is at DP + foo tricks
` [PATCH 03/29] drm/i915: Replace the aux ddc name switch statement with a table
` [PATCH v3 04/29] drm/i915: Parametrize AUX registers
` [PATCH v2 05/29] drm/i915: Add dev_priv->psr_mmio_base
` [PATCH v3 06/29] drm/i915: Store aux data reg offsets in intel_dp->aux_ch_data_reg[]
` [PATCH v2 07/29] drm/i915: Model PSR AUX register selection more like the normal AUX code
` [PATCH 08/29] drm/i915: s/PCH_DP_/PORT_/ in intel_trans_dp_port_sel() and move it next to its only user
` [PATCH 09/29] drm/i915: Replace aux_ch_ctl_reg check with port check
` [PATCH 10/29] drm/i915: s/is_sdvob/enum port/
` [PATCH 11/29] drm/i915: Store DVO SRCDIM register offset under intel_dvo_device
` [PATCH 12/29] drm/i915: Streamline gpio_mmio_base deduction
` [PATCH 13/29] drm/i915: Prefix raw register defines with underscore
` [PATCH 14/29] drm/i915: Parametrize L3 error registers
` [PATCH 15/29] drm/i915: Parametrize MOCS registers
` [PATCH v2 "
` [PATCH 16/29] drm/i915: s/0x50/RING_PSMI_CTL/
` [PATCH 17/29] drm/i915: Make the high dword offset more explicit in i915_reg_read_ioctl
` [PATCH 18/29] drm/i915: Make the cmd parser 64bit regs explicit
` [PATCH v2 19/29] drm/i915: Add functions to emit register offsets to the ring
` [PATCH 20/29] drm/i915: Add wa_ctx_emit_reg()
` [PATCH 21/29] drm/i915: Wrap ASSIGN_CTX_{PDP, PM4L} in do {} while(0)
` [PATCH 22/29] drm/i915: Give names to more ring registers
` [PATCH 23/29] drm/i915: Wrap context LRI init in a macro
` [PATCH 24/29] drm/i915: Turn vgpu pdps into an array
` [PATCH 25/29] drm/i915: Pull the vgpu uncore funcs apart from the rest of gen6+
` [PATCH 26/29] drm/i915: Add 'offset' to uncore funcs
` [PATCH 27/29] drm/i915: Add save/restore of SWF for ILK+
` [PATCH 28/29] drm/i915: Add missing ')' to SKL_PS_ECC_STAT define
` [PATCH v3 29/29] drm/i915: Type safe register read/write
[PATCH 00/31] IPS/DRRS/PSR rework with PSR enabled by default
2015-11-05 21:30 UTC (36+ messages)
` [PATCH 01/31] drm/i915: Rename IPS ready variable at pipe config
` [PATCH 02/31] drm/i915: Move IPS related stuff to intel_ips.c
` [PATCH 03/31] drm/i915: Add IPS DockBook
` [PATCH 04/31] drm/i915: Handle actual IPS enabled state
` [PATCH 05/31] drm/i915: Fix IPS initialization
` [PATCH 06/31] drm/i915: Fix IPS disable sequence
` [PATCH 07/31] drm/i915: IPS Sysfs interface
` [PATCH 08/31] drm/i915: Add psr_ready on pipe_config
` [PATCH 09/31] drm/i915: Only enable DRRS if PSR won't be enabled on this pipe
` [PATCH 10/31] drm/i915: Detatch i915.enable_psr from psr_ready
` [PATCH 11/31] drm/i915: Use intel_crtc instead of intel_dp on PSR enable/disable functions
` [PATCH 12/31] drm/i915: Fix PSR initialization
` [PATCH 13/31] drm/i915: Organize Makefile new display pm group
` [PATCH 14/31] drm/i915: Create intel_drrs.c
` [PATCH 15/31] drm/i915: Use intel_crtc instead of intel_dp on DRRS enable/disable functions
` [PATCH 16/31] drm/i915: Fix DRRS initialization
` [PATCH 17/31] drm/i915: Add sys PSR toggle interface
` [PATCH 18/31] drm/i915: Force PSR exit when IRQ_HPD is detected on eDP
` [PATCH 19/31] drm/i915: Remove duplicated dpcd write on hsw_psr_enable_sink
` [PATCH 20/31] drm/i915: PSR: Let's rely more on frontbuffer tracking
` [PATCH 21/31] drm/i915: PSR: Mask LPSP hw tracking back again
` [PATCH 22/31] drm/i915: Delay first PSR activation
` [PATCH 23/31] drm/i915: Reduce PSR re-activation time for VLV/CHV
` [PATCH 24/31] drm/i915: PSR: Don't Skip aux handshake on DP_PSR_NO_TRAIN_ON_EXIT
` [PATCH 25/31] drm/i915: Send TP1 TP2/3 even when panel claims no NO_TRAIN_ON_EXIT
` [PATCH 26/31] drm/i915: Fix idle_frames counter
` [PATCH 27/31] drm/i915: Allow 1 vblank to let Sink CRC calculation to start or stop
` [PATCH 28/31] drm/i915: Make Sink crc calculation waiting for counter to reset
` [PATCH 29/31] drm/i915: Stop tracking last calculated Sink CRC
` [PATCH 30/31] drm/i915: Rely on TEST_SINK_START instead of tracking Sink CRC state on dev_priv
` [PATCH 31/31] drm/i915: Enable PSR by default
[PATCH] drm: Use userspace compatible type in fourcc_mod_code macro
2015-11-05 21:12 UTC (4+ messages)
` [Intel-gfx] "
[PATCH] drm/i915/skl: disable display side power well support for now
2015-11-05 21:04 UTC
[PATCH i-g-t 1/8] kms_frontbuffer_tracking: Increase the time we wait for PSR
2015-11-05 21:00 UTC (14+ messages)
` [PATCH i-g-t 2/8] kms_frontbuffer_tracking: Skip on unreliable CRC
` [PATCH i-g-t 3/8] kms_frontbuffer_tracking: Allow pipe crc or sink crc individually
` [PATCH i-g-t 4/8] kms_frontbuffer_tracking: Allow to skip suspend_resume sub test case
` [PATCH i-g-t 5/8] kms_frontbuffer_tracking: Add option to allow running tescases with PSR disabled
` [PATCH i-g-t 6/8] kms_frontbuffer_tracking: Add option to allow running tescases with FBC disabled
` [PATCH i-g-t 7/8] kms_psr_sink_crc: Fix no-psr option
` [PATCH i-g-t 8/8] kms_psr_sink_crc: Add suspend/resume sub test
[PATCH 1/3] drm: Track drm_mm nodes with an interval tree
2015-11-05 18:17 UTC (6+ messages)
` [PATCH 3/3] drm/i915: Add soft-pinning API for execbuffer
[PATCH 0/8] Skylake DMC/DC-state fixes and redesign
2015-11-05 17:12 UTC (14+ messages)
` [PATCH 4/8] drm/i915: Add a modeset power domain
` [PATCH] drm/i915: Use extended power domain bitmask
` [PATCH 6/8] drm/i915/skl: Turn DC handling into a power well
[PATCH] drm: Add aux plane verification in addFB2
2015-11-05 17:20 UTC
[PATCH v2 00/14] Kill off intel_crtc->atomic, rework
2015-11-05 16:33 UTC (6+ messages)
` [PATCH v2 02/14] drm/i915: Extend DSL readout fix to BDW and SKL
Fixing i915/opregion issues with firmware which lists more then 8 output devices
2015-11-05 16:05 UTC
[PATCH 00/13] Yet another FBC series, v3 part 1
2015-11-05 15:52 UTC (21+ messages)
` [PATCH 01/13] drm/i915: rename intel_fbc_nuke to intel_fbc_recompress
` [PATCH 02/13] drm/i915: extract fbc_on_pipe_a_only()
` [PATCH 03/13] drm/i915: remove unnecessary check for crtc->primary->fb
` [PATCH 04/13] drm/i915: extract crtc_is_valid() on the FBC code
` [PATCH 05/13] drm/i915: use struct intel_crtc *crtc at __intel_fbc_update()
` [PATCH 06/13] drm/i915: fix the __intel_fbc_update() comments
` [PATCH 07/13] drm/i915: don't disable_fbc() if FBC is already disabled
` [PATCH 08/13] drm/i915: refactor FBC deactivation at init
` [PATCH 09/13] drm/i915: remove too-frequent FBC debug message
` [PATCH 10/13] drm/i915: fix the CFB size check
` [PATCH 11/13] drm/i915: clarify that checking the FB stride for CFB is intentional
` [PATCH 12/13] drm/i915: remove in_dbg_master check from intel_fbc.c
` [PATCH 13/13] drm/i915: remove newline from a no_fbc_reason message
[PATCH i-g-t 1/8] kms_force_connector: use comparison macros to make debug output clearer
2015-11-05 15:32 UTC (7+ messages)
` [PATCH i-g-t 2/8] lib: highlight subtest results on terminals
` [PATCH i-g-t 8/8] tests/kms_fbc_crc: ensure context is initialized correctly
[PATCH 0/3] Support for mapping an object page by page
2015-11-05 14:38 UTC (10+ messages)
` [PATCH 1/3] drm/i915: Add support "
` [PATCH 2/3] drm/i915: Introduce i915_gem_object_get_dma_address()
` [PATCH 3/3] drm/i915: Use insert_page for pwrite_fast
[PATCH] drm/i915: Request for resets under forcewake
2015-11-05 13:33 UTC (4+ messages)
` [PATCH] drm/i915: Do graphics device reset "
[PATCH 00/22] DP refactoring v2
2015-11-05 13:22 UTC (4+ messages)
` [PATCH 07/22] drm/i915: Make intel_dp_source_supports_hbr2() take an intel_dp pointer
[PATCH 0/6] Kabylake patches V2
2015-11-05 13:17 UTC (5+ messages)
` [PATCH 1/2] drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake
` [PATCH 2/2] drm/i915/kbl: Kabylake uses the same GMS values as Skylake
[PATCH] drm/i915/skl: While sanitizing cdclock check the SWF18 as well
2015-11-05 13:04 UTC (7+ messages)
` [v2] "
` [v3] "
` [v4] "
[PATCH 0/4] Wrap up ILK-style atomic watermarks, try two
2015-11-05 12:55 UTC (5+ messages)
` [PATCH 3/4] drm/i915: Sanitize watermarks after hardware state readout (v2)
[PATCH] drm/i915: Skip fence installation for objects with rotated views (v3)
2015-11-05 12:01 UTC (4+ messages)
` [PATCH] drm/i915: Skip fence installation for objects with rotated views (v4)
[PATCH i-g-t v2] tests/gem_exec_nop: Improved test run time
2015-11-05 10:01 UTC
[PATCH] igt/kms_rotation_crc: Add a new subtest to exhaustively test for fence leaks (v2)
2015-11-05 9:46 UTC (3+ messages)
` [PATCH] igt/kms_rotation_crc: Add a new subtest to exhaustively test for fence leaks (v3)
[PATCH] drm/i915: quirk backlight present on Macbook 4, 1
2015-11-05 9:49 UTC
[PATCH 1/2] drm/i915: Cleanup test data during long/short hotplug
2015-11-05 5:04 UTC (3+ messages)
` [PATCH] "
[PATCH 0/2] Enforcing link training as per compliance test requirement
2015-11-05 5:06 UTC (3+ messages)
` [PATCH 2/2] drm/i915: force link training when requested by Sink
[PATCH] gbm: Add a flag to enable creation of rotated scanout buffers (v2)
2015-11-05 2:29 UTC
[PATCH] lib/igt_kms: Introduce get_first_connected_output to retrieve a valid output
2015-11-05 1:34 UTC (2+ messages)
` [PATCH] igt/igt_kms: Introduce get_first_connected_output (v2)
[PATCH] drm/i915/bxt: Fix eDP panel fitting
2015-11-04 21:42 UTC (3+ messages)
` [PATCH] drm/i915/bxt: Fix eDP panel fitting (v2)
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