Show patches with: Submitter = Chandra Konduru       |   195 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v9] drm/i915/skl: Add support for SKL background color - - - --- 2015-02-21 Chandra Konduru New
i-g-t: Adding test case to test background color. - - - --- 2015-02-21 Chandra Konduru New
[v2] i-g-t: Adding test case to test background color. - - - --- 2015-02-28 Chandra Konduru New
[01/21] drm/i915: Adding drm helper function drm_plane_from_index(). - - - --- 2015-03-15 Chandra Konduru New
[02/21] drm/i915: Register definitions for skylake scalers - - - --- 2015-03-15 Chandra Konduru New
[03/21] drm/i915: Enable get_colorkey functions for primary plane. - - - --- 2015-03-15 Chandra Konduru New
[04/21] drm/i915: skylake scaler structure definitions - - - --- 2015-03-15 Chandra Konduru New
[05/21] drm/i915: Initialize skylake scalers - - - --- 2015-03-15 Chandra Konduru New
[06/21] drm/i915: Dump scaler_state too as part of dumping crtc_state - - - --- 2015-03-15 Chandra Konduru New
[07/21] drm/i915: Helper function to update skylake scaling ratio. - - - --- 2015-03-15 Chandra Konduru New
[08/21] drm/i915: Add helper function to update scaler_users in crtc_state - - - --- 2015-03-15 Chandra Konduru New
[09/21] drm/i915: Add atomic function to setup scalers scalers for a crtc. - - - --- 2015-03-15 Chandra Konduru New
[10/21] drm/i915: Helper function to detach a scaler from a plane or crtc - - - --- 2015-03-15 Chandra Konduru New
[11/21] drm/i915: Ensure planes begin with no scaler. - - - --- 2015-03-15 Chandra Konduru New
[12/21] drm/i915: Ensure colorkey and scaling aren't enabled at same time - - - --- 2015-03-15 Chandra Konduru New
[13/21] drm/i915: Preserve scaler state when clearing crtc_state - - - --- 2015-03-15 Chandra Konduru New
[14/21] drm/i915: use current scaler state during readout_hw_state. - - - --- 2015-03-15 Chandra Konduru New
[15/21] drm/i915: Update scaling ratio as part of crtc_compute_config - - - --- 2015-03-15 Chandra Konduru New
[16/21] drm/i915: Ensure setting up scalers into staged crtc_state - - - --- 2015-03-15 Chandra Konduru New
[17/21] drm/i915: copy staged scaler state from drm state to crtc->config. - - - --- 2015-03-15 Chandra Konduru New
[18/21] drm/i915: stage panel fitting scaler request for fixed mode panel - - - --- 2015-03-15 Chandra Konduru New
[19/21] drm/i915: Enable skylake panel fitting using skylake shared scalers - - - --- 2015-03-15 Chandra Konduru New
[20/21] drm/i915: Enable skylake primary plane scaling using shared scalers - - - --- 2015-03-15 Chandra Konduru New
[21/21] drm/i915: Enable skylake sprite plane scaling using shared scalers - - - --- 2015-03-15 Chandra Konduru New
[01/21,v2] drm/i915: Adding drm helper function drm_plane_from_index(). - - - --- 2015-03-21 Chandra Konduru New
[02/21,v2] drm/i915: Register definitions for skylake scalers - - - --- 2015-03-21 Chandra Konduru New
[03/21,v2] drm/i915: Enable get_colorkey functions for primary plane. - - - --- 2015-03-21 Chandra Konduru New
[04/21,v2] drm/i915: skylake scaler structure definitions - - - --- 2015-03-21 Chandra Konduru New
[05/21,v2] drm/i915: Initialize skylake scalers - - - --- 2015-03-21 Chandra Konduru New
[06/21,v2] drm/i915: Dump scaler_state too as part of dumping crtc_state - - - --- 2015-03-21 Chandra Konduru New
[07/21,v2] drm/i915: Helper function to update skylake scaling ratio. - - - --- 2015-03-21 Chandra Konduru New
[08/21,v2] drm/i915: Add helper function to update scaler_users in crtc_state - - - --- 2015-03-21 Chandra Konduru New
[09/21,v2] drm/i915: Add atomic function to setup scalers scalers for a crtc. - - - --- 2015-03-21 Chandra Konduru New
[10/21,v2] drm/i915: Helper function to detach a scaler from a plane or crtc - - - --- 2015-03-21 Chandra Konduru New
[11/21,v2] drm/i915: Ensure planes begin with no scaler. - - - --- 2015-03-21 Chandra Konduru New
[12/21,v2] drm/i915: Ensure colorkey and scaling aren't enabled at same time - - - --- 2015-03-21 Chandra Konduru New
[13/21,v2] drm/i915: Preserve scaler state when clearing crtc_state - - - --- 2015-03-21 Chandra Konduru New
[14/21,v2] drm/i915: use current scaler state during readout_hw_state. - - - --- 2015-03-21 Chandra Konduru New
[15/21,v2] drm/i915: Update scaling ratio as part of crtc_compute_config - - - --- 2015-03-21 Chandra Konduru New
[16/21,v2] drm/i915: Ensure setting up scalers into staged crtc_state - - - --- 2015-03-21 Chandra Konduru New
[17/21,v2] drm/i915: copy staged scaler state from drm state to crtc->config. - - - --- 2015-03-21 Chandra Konduru New
[18/21,v2] drm/i915: stage panel fitting scaler request for fixed mode panel - - - --- 2015-03-21 Chandra Konduru New
[19/21,v2] drm/i915: Enable skylake panel fitting using skylake shared scalers - - - --- 2015-03-21 Chandra Konduru New
[20/21,v2] drm/i915: Enable skylake primary plane scaling using shared scalers - - - --- 2015-03-21 Chandra Konduru New
[21/21,v2] drm/i915: Enable skylake sprite plane scaling using shared scalers - - - --- 2015-03-21 Chandra Konduru New
[1/2] i-g-t: Adding plane scaling test case - - - --- 2015-03-21 Chandra Konduru New
[2/2] i-g-t: Adding panel fitting test case - - - --- 2015-03-21 Chandra Konduru New
[05/21,v3] drm/i915: Initialize skylake scalers - - - --- 2015-03-25 Chandra Konduru New
[07/21,v3] drm/i915: Helper function to update skylake scaling ratio. - - - --- 2015-03-25 Chandra Konduru New
[08/21,v3] drm/i915: Add helper function to update scaler_users in crtc_state - - - --- 2015-03-25 Chandra Konduru New
[09/21,v3] drm/i915: Add atomic function to setup scalers scalers for a crtc. - - - --- 2015-03-25 Chandra Konduru New
[10/21,v3] drm/i915: Helper function to detach a scaler from a plane or crtc - - - --- 2015-03-25 Chandra Konduru New
[v3] i-g-t: Adding test case to test background color. - - - --- 2015-03-30 Chandra Konduru New
[1/2] i-g-t: Adding plane scaling test case - - - --- 2015-03-30 Chandra Konduru New
[2/2] i-g-t: Adding panel fitting test case - - - --- 2015-03-30 Chandra Konduru New
[01/20] drm/i915: Adding drm helper function drm_plane_from_index(). - - - --- 2015-04-02 Chandra Konduru New
[02/20] drm/i915: Register definitions for skylake scalers - - - --- 2015-04-02 Chandra Konduru New
[03/20] drm/i915: skylake scaler structure definitions - - - --- 2015-04-02 Chandra Konduru New
[04/20] drm/i915: Initialize plane colorkey to NONE - - - --- 2015-04-02 Chandra Konduru New
[05/20] drm/i915: Initialize skylake scalers - - - --- 2015-04-02 Chandra Konduru New
[06/20] drm/i915: Convert primary plane 16.16 values to regular ints - - - --- 2015-04-02 Chandra Konduru New
[07/20] drm/i915: Dump scaler_state too as part of dumping crtc_state - - - --- 2015-04-02 Chandra Konduru New
[08/20] drm/i915: Helper function to update skylake scaling ratio. - - - --- 2015-04-02 Chandra Konduru New
[09/20] drm/i915: Add helper function to update scaler_users in crtc_state - - - --- 2015-04-02 Chandra Konduru New
[10/20] drm/i915: Add atomic function to setup scalers scalers for a crtc. - - - --- 2015-04-02 Chandra Konduru New
[11/20] drm/i915: Helper function to detach a scaler from a plane or crtc - - - --- 2015-04-02 Chandra Konduru New
[12/20] drm/i915: Preserve scaler state when clearing crtc_state - - - --- 2015-04-02 Chandra Konduru New
[13/20] drm/i915: use current scaler state during readout_hw_state. - - - --- 2015-04-02 Chandra Konduru New
[14/20] drm/i915: Update scaling ratio as part of crtc_compute_config - - - --- 2015-04-02 Chandra Konduru New
[15/20] drm/i915: Ensure setting up scalers into staged crtc_state - - - --- 2015-04-02 Chandra Konduru New
[16/20] drm/i915: copy staged scaler state from drm state to crtc->config. - - - --- 2015-04-02 Chandra Konduru New
[17/20] drm/i915: stage panel fitting scaler request for fixed mode panel - - - --- 2015-04-02 Chandra Konduru New
[18/20] drm/i915: Enable skylake panel fitting using skylake shared scalers - - - --- 2015-04-02 Chandra Konduru New
[19/20] drm/i915: Enable skylake primary plane scaling using shared scalers - - - --- 2015-04-02 Chandra Konduru New
[20/20] drm/i915: Enable skylake sprite plane scaling using shared scalers - - - --- 2015-04-02 Chandra Konduru New
drm/i915: reset drm state backpointer in crtc_state - - - --- 2015-04-06 Chandra Konduru New
[01/14] drm: Adding drm helper function drm_plane_from_index(). - - - --- 2015-04-07 Chandra Konduru New
[02/14] drm/i915: Register definitions for skylake scalers - - - --- 2015-04-07 Chandra Konduru New
[03/14] drm/i915: skylake scaler structure definitions - - - --- 2015-04-07 Chandra Konduru New
[04/14] drm/i915: Initialize plane colorkey to NONE - - - --- 2015-04-07 Chandra Konduru New
[05/14] drm/i915: Initialize skylake scalers - - - --- 2015-04-07 Chandra Konduru New
[06/14] drm/i915: Keep sprite plane src rect in 16.16 format - - - --- 2015-04-07 Chandra Konduru New
[07/14] drm/i915: Dump scaler_state too as part of dumping crtc_state - - - --- 2015-04-07 Chandra Konduru New
[08/14] drm/i915: Preserve scaler state when clearing crtc_state - - - --- 2015-04-07 Chandra Konduru New
[09/14] drm/i915: setup scalers for crtc_compute_config - - - --- 2015-04-07 Chandra Konduru New
[10/14] drm/i915: Ensure setting up scalers into staged crtc_state - - - --- 2015-04-07 Chandra Konduru New
[11/14] drm/i915: copy staged scaler state from drm state to crtc->config. - - - --- 2015-04-07 Chandra Konduru New
[12/14] drm/i915: skylake panel fitting using shared scalers - - - --- 2015-04-07 Chandra Konduru New
[13/14] drm/i915: skylake primary plane scaling using shared scalers - - - --- 2015-04-07 Chandra Konduru New
[14/14] drm/i915: skylake sprite plane scaling using shared scalers - - - --- 2015-04-07 Chandra Konduru New
[06/14] drm/i915: Keep sprite plane src rect in 16.16 format - - - --- 2015-04-09 Chandra Konduru New
[09/14] drm/i915: setup scalers for crtc_compute_config - - - --- 2015-04-09 Chandra Konduru New
[14/14] drm/i915: skylake sprite plane scaling using shared scalers - - - --- 2015-04-09 Chandra Konduru New
[01/14] drm: Adding drm helper function drm_plane_from_index(). - - - --- 2015-04-10 Chandra Konduru New
[13/14] drm/i915: skylake primary plane scaling using shared scalers - - - --- 2015-04-15 Chandra Konduru New
[14/14] drm/i915: skylake sprite plane scaling using shared scalers - - - --- 2015-04-15 Chandra Konduru New
i-g-t: Adding rotation to plane scaling test - - - --- 2015-04-15 Chandra Konduru New
[13/14] drm/i915: skylake primary plane scaling using shared scalers - - - --- 2015-04-27 Chandra Konduru New
drm/i915: Adding dbuf support for skl nv12 format. - - - --- 2015-04-27 Chandra Konduru New
[01/11] drm/i915: Add register definitions for NV12 support - - - --- 2015-05-01 Chandra Konduru New
« 1 2 »