mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
DRM: ARC: PGU: add ARGB8888 format to supported format list
As we ignore first 8 bit of 32 bit pixel value we can add ARGB8888 format as alias of XRGB8888. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
committed by
Alexey Brodkin
parent
5908a3bd17
commit
0ff916e2ef
@@ -23,6 +23,7 @@
|
|||||||
static const u32 arc_pgu_supported_formats[] = {
|
static const u32 arc_pgu_supported_formats[] = {
|
||||||
DRM_FORMAT_RGB565,
|
DRM_FORMAT_RGB565,
|
||||||
DRM_FORMAT_XRGB8888,
|
DRM_FORMAT_XRGB8888,
|
||||||
|
DRM_FORMAT_ARGB8888,
|
||||||
};
|
};
|
||||||
|
|
||||||
static void arc_pgu_set_pxl_fmt(struct drm_crtc *crtc)
|
static void arc_pgu_set_pxl_fmt(struct drm_crtc *crtc)
|
||||||
|
|||||||
Reference in New Issue
Block a user