summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fourcc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/fourcc: Add a alpha field to drm_format_infoMaxime Ripard2018-01-291-25/+25
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Daniel Vetter2017-03-231-0/+8
|\
| * drm: add RGB formats with separate alpha planePhilipp Zabel2017-03-151-0/+8
* | drm: Add mode_config .get_format_info() hookVille Syrjälä2017-03-221-0/+25
|/
* drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-9/+5
* drm: Don't export the drm_fb_get_bpp_depth() functionLaurent Pinchart2016-10-181-31/+0
* drm: WARN when calling drm_format_info() for an unsupported formatLaurent Pinchart2016-10-181-8/+24
* drm: Implement the drm_format_*() helpers as drm_format_info() wrappersLaurent Pinchart2016-10-181-149/+37
* drm: Centralize format informationLaurent Pinchart2016-10-181-0/+84
* drm: move drm_mode_legacy_fb_format to drm_fourcc.cDaniel Vetter2016-08-291-0/+43
* drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-161-2/+2
* drm: make drm_get_format_name thread-safeEric Engestrom2016-08-151-8/+9
* drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart2016-06-091-0/+320
OpenPOWER on IntegriCloud