mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
drm/amdgpu/dce: improve code indentation and alignment
General code indentation and alignment changes such as replace spaces by tabs or align function arguments as per the coding style guidelines. Issue reported by checkpatch script. Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
7dee4d51e9
commit
ed40c57857
4 changed files with 5 additions and 5 deletions
|
@ -2673,7 +2673,7 @@ static int dce_v10_0_crtc_set_base_atomic(struct drm_crtc *crtc,
|
|||
struct drm_framebuffer *fb,
|
||||
int x, int y, enum mode_set_atomic state)
|
||||
{
|
||||
return dce_v10_0_crtc_do_set_base(crtc, fb, x, y, 1);
|
||||
return dce_v10_0_crtc_do_set_base(crtc, fb, x, y, 1);
|
||||
}
|
||||
|
||||
static const struct drm_crtc_helper_funcs dce_v10_0_crtc_helper_funcs = {
|
||||
|
|
|
@ -2778,7 +2778,7 @@ static int dce_v11_0_crtc_set_base_atomic(struct drm_crtc *crtc,
|
|||
struct drm_framebuffer *fb,
|
||||
int x, int y, enum mode_set_atomic state)
|
||||
{
|
||||
return dce_v11_0_crtc_do_set_base(crtc, fb, x, y, 1);
|
||||
return dce_v11_0_crtc_do_set_base(crtc, fb, x, y, 1);
|
||||
}
|
||||
|
||||
static const struct drm_crtc_helper_funcs dce_v11_0_crtc_helper_funcs = {
|
||||
|
|
|
@ -2567,7 +2567,7 @@ static int dce_v6_0_crtc_set_base_atomic(struct drm_crtc *crtc,
|
|||
struct drm_framebuffer *fb,
|
||||
int x, int y, enum mode_set_atomic state)
|
||||
{
|
||||
return dce_v6_0_crtc_do_set_base(crtc, fb, x, y, 1);
|
||||
return dce_v6_0_crtc_do_set_base(crtc, fb, x, y, 1);
|
||||
}
|
||||
|
||||
static const struct drm_crtc_helper_funcs dce_v6_0_crtc_helper_funcs = {
|
||||
|
|
|
@ -2498,7 +2498,7 @@ static void dce_v8_0_crtc_disable(struct drm_crtc *crtc)
|
|||
case ATOM_PPLL2:
|
||||
/* disable the ppll */
|
||||
amdgpu_atombios_crtc_program_pll(crtc, amdgpu_crtc->crtc_id, amdgpu_crtc->pll_id,
|
||||
0, 0, ATOM_DISABLE, 0, 0, 0, 0, 0, false, &ss);
|
||||
0, 0, ATOM_DISABLE, 0, 0, 0, 0, 0, false, &ss);
|
||||
break;
|
||||
case ATOM_PPLL0:
|
||||
/* disable the ppll */
|
||||
|
@ -2585,7 +2585,7 @@ static int dce_v8_0_crtc_set_base_atomic(struct drm_crtc *crtc,
|
|||
struct drm_framebuffer *fb,
|
||||
int x, int y, enum mode_set_atomic state)
|
||||
{
|
||||
return dce_v8_0_crtc_do_set_base(crtc, fb, x, y, 1);
|
||||
return dce_v8_0_crtc_do_set_base(crtc, fb, x, y, 1);
|
||||
}
|
||||
|
||||
static const struct drm_crtc_helper_funcs dce_v8_0_crtc_helper_funcs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue