summaryrefslogtreecommitdiff
path: root/libdisplaymodule/ExynosPrimaryDisplay.cpp
blob: 7c38593ddf12e4e37cc126e45e22253aff3b41b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "ExynosPrimaryDisplay.h"
#include "ExynosHWCModule.h"

ExynosPrimaryDisplay::ExynosPrimaryDisplay(int numGSCs, struct exynos5_hwc_composer_device_1_t *pdev) :
    ExynosOverlayDisplay(numGSCs, pdev)
{
}

ExynosPrimaryDisplay::~ExynosPrimaryDisplay()
{
}