#ifndef SCREEN_H #define SCREEN_H #include extern WINDOW *screen_init(bool israw); extern void screen_end(void); #endif /* SCREEN_H */ link rel='shortcut icon' href='http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchit Taneja <architt@codeaurora.org>2016-06-14 18:24:54 +0530
committerRob Clark <robdclark@gmail.com>2016-07-16 10:08:57 -0400
commit392ae6e0efa5e27e977b1cdf88c619c0434a7417 (patch)
tree6ed126414338de77559842696d4d6668105f7ff6
parent0a6030d224d3a446624a06e2858a69974738bd2a (diff)
drm/msm/mdp5: Remove old kms init/destroy funcs
With the new kms_init/destroy funcs in place for MDP5, we can get rid of the old kms funcs. Some members of the mdp5_kms struct also become redundant, so we remove those too. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>