diff options
| author | Dave Airlie <airlied@redhat.com> | 2016-03-15 21:09:26 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2016-03-15 21:09:26 -0400 |
| commit | 1a4be38a3a46898fee61b3ec1631d273dd66fcf2 (patch) | |
| tree | 41b84d54c0fd5dfb9bfe628f04b8ad154056e02f /drivers/gpu/drm/ast | |
| parent | c51e034fedb002fcd0c012864d79d131cd629369 (diff) | |
| parent | c1f415c9acb5877c408d9311eb837d7d50636a68 (diff) | |
Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-intel into drm-next
* tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-intel: (27 commits)
drm: atomic helper: do not unreference error pointer
drm/edid: Extract SADs properly from multiple audio data blocks
drm: fix blob pointer check
drm: introduce pipe color correction properties
drm/atomic: Clean up update_connector_routing.
drm/atomic: Clean up steal_encoder, v2.
drm/atomic: Handle encoder assignment conflicts in a separate check, v3.
drm/atomic: Handle encoder stealing from set_config better.
drm/atomic: Always call steal_encoder, v2.
drm/ast: removed optional dummy crtc mode_fixup function.
drm/bochs: removed optional dummy crtc mode_fixup function.
drm/fsl-dcu: removed optional dummy crtc mode_fixup function.
drm/virtio: removed optional dummy crtc mode_fixup function.
drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.
drm/atmel-hlcdc: remove optional dummy crtc mode_fixup function.
drm/sti: removed optional dummy crtc mode_fixup function.
drm/shmobile: removed optional dummy crtc mode_fixup function.
drm/msm/mdp: removed optional dummy crtc mode_fixup function.
drm/omapdrm: removed optional dummy crtc mode_fixup function.
drm/rcar-du: removed optional dummy crtc mode_fixup function.
...
Diffstat (limited to 'drivers/gpu/drm/ast')
| -rw-r--r-- | drivers/gpu/drm/ast/ast_mode.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c index f221e2dc1b0d..a965e7e8ad6e 100644 --- a/drivers/gpu/drm/ast/ast_mode.c +++ b/drivers/gpu/drm/ast/ast_mode.c | |||
| @@ -497,13 +497,6 @@ static void ast_crtc_dpms(struct drm_crtc *crtc, int mode) | |||
| 497 | } | 497 | } |
| 498 | } | 498 | } |
| 499 | 499 | ||
| 500 | static bool ast_crtc_mode_fixup(struct drm_crtc *crtc, | ||
| 501 | const struct drm_display_mode *mode, | ||
| 502 | struct drm_display_mode *adjusted_mode) | ||
| 503 | { | ||
| 504 | return true; | ||
| 505 | } | ||
| 506 | |||
| 507 | /* ast is different - we will force move buffers out of VRAM */ | 500 | /* ast is different - we will force move buffers out of VRAM */ |
| 508 | static int ast_crtc_do_set_base(struct drm_crtc *crtc, | 501 | static int ast_crtc_do_set_base(struct drm_crtc *crtc, |
| 509 | struct drm_framebuffer *fb, | 502 | struct drm_framebuffer *fb, |
| @@ -617,7 +610,6 @@ static void ast_crtc_commit(struct drm_crtc *crtc) | |||
| 617 | 610 | ||
| 618 | static const struct drm_crtc_helper_funcs ast_crtc_helper_funcs = { | 611 | static const struct drm_crtc_helper_funcs ast_crtc_helper_funcs = { |
| 619 | .dpms = ast_crtc_dpms, | 612 | .dpms = ast_crtc_dpms, |
| 620 | .mode_fixup = ast_crtc_mode_fixup, | ||
| 621 | .mode_set = ast_crtc_mode_set, | 613 | .mode_set = ast_crtc_mode_set, |
| 622 | .mode_set_base = ast_crtc_mode_set_base, | 614 | .mode_set_base = ast_crtc_mode_set_base, |
| 623 | .disable = ast_crtc_disable, | 615 | .disable = ast_crtc_disable, |
