summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2020-04-21 22:01:58 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-05-05 13:12:33 -0400
commitcdca3f218d9bbe086b0df9bc95b4f0c0d1011415 (patch)
treecbaf40122841cb2c8e891683814b06bbed7478fb /drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
parentb5decb5c66d28ebdef2eb2a1898bfd2b257f85f3 (diff)
downloadlinux-stable-cdca3f218d9bbe086b0df9bc95b4f0c0d1011415.tar.gz
linux-stable-cdca3f218d9bbe086b0df9bc95b4f0c0d1011415.tar.bz2
linux-stable-cdca3f218d9bbe086b0df9bc95b4f0c0d1011415.zip
drm/amd/display: move location of dmub_srv.h file
[Why] Make a separation of what belongs in the differen dmub headers dmub_srv.h is for exposing dmub srv interface to rest of driver. other headers inside dmub/inc exposes cmds and definitions that are owned by the firmware [How] keep firmware owned definitions in dmub/inc move stuff that is purely driver interface headers to dmub/ since those are interface calls that are defined for rest of driver to use Signed-off-by: Anthony Koo <Anthony.Koo@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c b/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
index 907e0c5374bb..eea2429ac67d 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
+++ b/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
@@ -25,7 +25,7 @@
#include "dc.h"
#include "dc_dmub_srv.h"
-#include "../dmub/inc/dmub_srv.h"
+#include "../dmub/dmub_srv.h"
static void dc_dmub_srv_construct(struct dc_dmub_srv *dc_srv, struct dc *dc,
struct dmub_srv *dmub)