Show patches with: Submitter = Ander Conselvan de Oliveira       |    State = Action Required       |   620 patches
« 1 2 3 46 7 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/4] drm/i915: Replace some loop through encoders with intel_pipe_has_type() - - - --- 2014-10-20 Ander Conselvan de Oliveira New
[2/4] drm/i915: Make *_find_best_dpll() take an intel_crtc insted of drm_crtc - - - --- 2014-10-20 Ander Conselvan de Oliveira New
[3/4] drm/i915: Make *_crtc_mode_set() take an intel_crtc insted of drm_crtc - - - --- 2014-10-20 Ander Conselvan de Oliveira New
[4/4] drm/i915: Make intel_pipe_has_type() and some callers take intel_crtc - - - --- 2014-10-20 Ander Conselvan de Oliveira New
[1/8] drm/i915: Convert shared dpll reference count to a crtc mask - - - --- 2014-10-21 Ander Conselvan de Oliveira New
[2/8] drm/i915: Move dpll crtc_mask and hw_state fields into separate struct - - - --- 2014-10-21 Ander Conselvan de Oliveira New
[3/8] drm/i915: Add infrastructure for choosing DPLLs before disabling crtcs - - - --- 2014-10-21 Ander Conselvan de Oliveira New
[4/8] drm/i915: Covert HSW+ to choose DPLLS before disabling CRTCs - - - --- 2014-10-21 Ander Conselvan de Oliveira New
[5/8] drm/i915: Covert ILK-IVB to choose DPLLS before disabling CRTCs - - - --- 2014-10-21 Ander Conselvan de Oliveira New
[6/8] drm/i915: Covert remaining platforms to choose DPLLS before disabling CRTCs - - - --- 2014-10-21 Ander Conselvan de Oliveira New
[7/8] drm/i915: Remove crtc_mode_set() hook - - - --- 2014-10-21 Ander Conselvan de Oliveira New
[8/8] drm/i915: Don't store current shared DPLL in the new pipe_config - - - --- 2014-10-21 Ander Conselvan de Oliveira New
[1/3] drm/i915: Add kerneldoc for intel_pipe_update_{start, end} - - - --- 2014-10-28 Ander Conselvan de Oliveira New
[2/3] drm/i915: Remove modeset lock check from intel_pipe_update_start() - - - --- 2014-10-28 Ander Conselvan de Oliveira New
[3/3] drm/i915: Use vblank evade mechanism in mmio_flip - - - --- 2014-10-28 Ander Conselvan de Oliveira New
[1/9] drm/i915: Make *_crtc_mode_set work on new_config - - - --- 2014-10-29 Ander Conselvan de Oliveira New
[2/9] drm/i915: Convert shared dpll reference count to a crtc mask - - - --- 2014-10-29 Ander Conselvan de Oliveira New
[3/9] drm/i915: Move dpll crtc_mask and hw_state fields into separate struct - - - --- 2014-10-29 Ander Conselvan de Oliveira New
[4/9] drm/i915: Add infrastructure for choosing DPLLs before disabling crtcs - - - --- 2014-10-29 Ander Conselvan de Oliveira New
[5/9] drm/i915: Covert HSW+ to choose DPLLS before disabling CRTCs - - - --- 2014-10-29 Ander Conselvan de Oliveira New
[6/9] drm/i915: Covert ILK-IVB to choose DPLLS before disabling CRTCs - - - --- 2014-10-29 Ander Conselvan de Oliveira New
[7/9] drm/i915: Covert remaining platforms to choose DPLLS before disabling CRTCs - - - --- 2014-10-29 Ander Conselvan de Oliveira New
[8/9] drm/i915: Remove crtc_mode_set() hook - - - --- 2014-10-29 Ander Conselvan de Oliveira New
[9/9] drm/i915: Don't store current shared DPLL in the new pipe_config - - - --- 2014-10-29 Ander Conselvan de Oliveira New
drm/i915: Make mmio flip wait for seqno in the work function - - - --- 2014-11-05 Ander Conselvan de Oliveira New
[1/2] drm/i915: Make __wait_seqno non-static and rename to __i915_wait_seqno - - - --- 2014-11-06 Ander Conselvan de Oliveira New
[2/2] drm/i915: Make mmio flip wait for seqno in the work function - - - --- 2014-11-06 Ander Conselvan de Oliveira New
drm/i915: Make mmio flip wait for seqno in the work function - - - --- 2014-11-06 Ander Conselvan de Oliveira New
drm/i915: Plug memory leak in intel_shared_dpll_start_config() - - - --- 2014-11-07 Ander Conselvan de Oliveira New
drm/i915: Remove unnecessary goto in intel_primary_plane_disable() - - - --- 2014-11-27 Ander Conselvan de Oliveira New
[RFC,1/8] drm/i915: Rename struct intel_crtc_config to intel_crtc_state - - - --- 2014-12-08 Ander Conselvan de Oliveira New
[RFC,2/8] drm/i915: Embedded struct drm_crtc_state in intel_crtc_state - - - --- 2014-12-08 Ander Conselvan de Oliveira New
[RFC,3/8] drm/i915: Pass new_config down do crtc_compute_clock - - - --- 2014-12-08 Ander Conselvan de Oliveira New
[RFC,4/8] drm/i915: Use local pipe_config varariable when available - - - --- 2014-12-08 Ander Conselvan de Oliveira New
[RFC,5/8] drm/i915: Don't access to crtc->new_config from intel_mode_max_pixclk() - - - --- 2014-12-08 Ander Conselvan de Oliveira New
[RFC,6/8] drm/i915: Remove intel_crtc->new_config pointer - - - --- 2014-12-08 Ander Conselvan de Oliveira New
[RFC,7/8] drm/i915: Make intel_crtc->config a pointer - - - --- 2014-12-08 Ander Conselvan de Oliveira New
[RFC,8/8] drm/i915: Keep drm_crtc->state in sync with intel_crtc->config - - - --- 2014-12-08 Ander Conselvan de Oliveira New
[1/8] drm/i915: Rename struct intel_crtc_config to intel_crtc_state - - - --- 2014-12-11 Ander Conselvan de Oliveira New
[2/8] drm/i915: Embedded struct drm_crtc_state in intel_crtc_state - - - --- 2014-12-11 Ander Conselvan de Oliveira New
[3/8] drm/i915: Pass new_config down do crtc_compute_clock - - - --- 2014-12-11 Ander Conselvan de Oliveira New
[4/8] drm/i915: Use local pipe_config varariable when available - - - --- 2014-12-11 Ander Conselvan de Oliveira New
[5/8] drm/i915: Don't access to crtc->new_config from intel_mode_max_pixclk() - - - --- 2014-12-11 Ander Conselvan de Oliveira New
[6/8] drm/i915: Remove intel_crtc->new_config pointer - - - --- 2014-12-11 Ander Conselvan de Oliveira New
[7/8] drm/i915: Make intel_crtc->config a pointer - - - --- 2014-12-11 Ander Conselvan de Oliveira New
[8/8] drm/i915: Keep drm_crtc->state in sync with intel_crtc->config - - - --- 2014-12-11 Ander Conselvan de Oliveira New
drm/i915: Initialize primary plane src/dst coords when reading hw state - - - --- 2015-01-12 Ander Conselvan de Oliveira New
drm/i915: Fix all pipe->plane mappings before sanitizing crtc - - - --- 2015-01-13 Ander Conselvan de Oliveira New
[1/7] drm/i915: Rename struct intel_crtc_config to intel_crtc_state - - - --- 2015-01-15 Ander Conselvan de Oliveira New
[2/7] drm/i915: Embedded struct drm_crtc_state in intel_crtc_state - - - --- 2015-01-15 Ander Conselvan de Oliveira New
[3/7] drm/i915: Pass new_config down do crtc_compute_clock - - - --- 2015-01-15 Ander Conselvan de Oliveira New
[4/7] drm/i915: Use local pipe_config varariable when available - - - --- 2015-01-15 Ander Conselvan de Oliveira New
[5/7] drm/i915: Make intel_crtc->config a pointer - - - --- 2015-01-15 Ander Conselvan de Oliveira New
[6/7] drm/i915: Improve how the memory for crtc state is allocated - - - --- 2015-01-15 Ander Conselvan de Oliveira New
[7/7] drm/i915: Keep drm_crtc->state in sync with intel_crtc->config - - - --- 2015-01-15 Ander Conselvan de Oliveira New
[i-g-t] kms_plane: Add test that suspends/resumes before getting crc - - - --- 2015-01-19 Ander Conselvan de Oliveira New
[v2] drm/i915: Initialize primary plane src/dst coords when reading hw state - - - --- 2015-01-19 Ander Conselvan de Oliveira New
[1/4] drm/i915: Split shared dpll setup out of __intel_set_mode() - - - --- 2015-01-29 Ander Conselvan de Oliveira New
[2/4] drm/i915: Move pll new_config field into intel_atomic_state - - - --- 2015-01-29 Ander Conselvan de Oliveira New
[3/4] drm/i915: Move current pll config to shared global state - - - --- 2015-01-29 Ander Conselvan de Oliveira New
[4/4] drm/i915: Simplify pll state commit by swapping new and old state - - - --- 2015-01-29 Ander Conselvan de Oliveira New
drm/i915: Use pipe_config's cpu_transcoder for reading dp_mst hw state - - - --- 2015-01-30 Ander Conselvan de Oliveira New
[v2] drm/i915: Use pipe_config's cpu_transcoder for reading encoder hw state - - - --- 2015-01-30 Ander Conselvan de Oliveira New
drm/i915: Look at staged config when fixing pipe_src_w for LVDS - - - --- 2015-02-26 Ander Conselvan de Oliveira New
[01/23] drm/i915: Set crtc backpointer when duplicating crtc state - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[02/23] drm/i915: Add a for_each_intel_connector macro - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[03/23] drm/i915: Improve staged config logging - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[04/23] drm/i915: Add intel_atomic_get_crtc_state() helper function - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[05/23] drm/i915: Allocate a drm_atomic_state for the legacy modeset code - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[06/23] drm/i915: Add an optional atomic state argument to intel_set_mode() - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[07/23] drm/i915: Use an atomic state for the load detect modeset - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[08/23] drm/i915: Allocate a crtc_state also when the crtc is being disabled - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[09/23] drm/i915: Update dummy connector atomic state with current config - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[10/23] drm/i915: Implement connector state duplication - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[11/23] drm/i915: Copy the staged connector config to the legacy atomic state - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[12/23] drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config() - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[13/23] drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp() - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[14/23] drm/i915: Don't depend on encoder->new_crtc in intel_dp_compute_config() - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[15/23] drm/i915: Don't depend on encoder->new_crtc in intel_hdmi_compute_config - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[16/23] drm/i915: Use atomic state in intel_ddi_crtc_get_new_encoder() - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[17/23] drm/i915: Don't use staged config in intel_dp_mst_compute_config() - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[18/23] drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config() - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[19/23] drm/i915: Pass an atomic state to modeset_global_resources() functions - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[20/23] drm/i915: Use atomic state in pipe_has_enabled_pch() - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[21/23] drm/i915: Convert intel_pipe_will_have_type() to using atomic state - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[22/23] drm/i915: Don't look at staged config crtc when changing DRRS state - - - --- 2015-03-03 Ander Conselvan de Oliveira New
[23/23] drm/i915: Remove usage of encoder->new_crtc from clock computations - - - --- 2015-03-03 Ander Conselvan de Oliveira New
drm/i915: Ignore pipe B active state when enabling pipe C - - - --- 2015-03-09 Ander Conselvan de Oliveira New
drm/i915: Simplify the way BC bifurcation state consistency is kept - - - --- 2015-03-10 Ander Conselvan de Oliveira New
tests: Add test for pipe B and C interactions in IVB - - - --- 2015-03-10 Ander Conselvan de Oliveira New
[igt,1/2] lib/kms: Add a way to override an output's mode - - - --- 2015-03-11 Ander Conselvan de Oliveira New
[igt,2/2] tests: Add test for pipe B and C interactions in IVB - - - --- 2015-03-11 Ander Conselvan de Oliveira New
drm/i915: Simplify the way BC bifurcation state consistency is kept - - - --- 2015-03-11 Ander Conselvan de Oliveira New
[01/19] drm/i915: Add intel_atomic_get_crtc_state() helper function - - - --- 2015-03-13 Ander Conselvan de Oliveira New
[02/19] drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe() - - - --- 2015-03-13 Ander Conselvan de Oliveira New
[03/19] drm/i915: Allocate a drm_atomic_state for the legacy modeset code - - - --- 2015-03-13 Ander Conselvan de Oliveira New
[04/19] drm/i915: Allocate a crtc_state also when the crtc is being disabled - - - --- 2015-03-13 Ander Conselvan de Oliveira New
[05/19] drm/i915: Update dummy connector atomic state with current config - - - --- 2015-03-13 Ander Conselvan de Oliveira New
[06/19] drm/i915: Implement connector state duplication - - - --- 2015-03-13 Ander Conselvan de Oliveira New
[07/19] drm/i915: Copy the staged connector config to the legacy atomic state - - - --- 2015-03-13 Ander Conselvan de Oliveira New
« 1 2 3 46 7 »