summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dispc.c
Commit message (Expand)AuthorAgeFilesLines
* drm: omapdrm: Simplify platform registrationAndrew F. Davis2017-12-191-11/+1
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-2/+0
* drm/omap: dss: Add support for reporting memory bandwidth limitationPeter Ujfalusi2017-12-191-0/+13
* drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-151-1/+0
* drm: omapdrm: Move supported outputs feature to dss driverLaurent Pinchart2017-08-151-1/+1
* drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart2017-08-151-1/+1
* drm: omapdrm: Move PCD, LINEWIDTH and DOWNSCALE features to dispc driverLaurent Pinchart2017-08-151-14/+39
* drm: omapdrm: Move FEAT_* features to dispc driverLaurent Pinchart2017-08-151-67/+190
* drm: omapdrm: Move reg_fields to dispc_features structureLaurent Pinchart2017-08-151-11/+76
* drm: omapdrm: Move num_ovls and num_mgrs to dispc_features structureLaurent Pinchart2017-08-151-25/+66
* drm: omapdrm: Move overlay caps features to dispc_features structureLaurent Pinchart2017-08-151-4/+102
* drm: omapdrm: Move color modes feature to dispc_features structureLaurent Pinchart2017-08-151-3/+124
* drm: omapdrm: Move size unit features to dispc_features structureLaurent Pinchart2017-08-151-7/+18
* drm: omapdrm: dispc: Select features based on compatible stringLaurent Pinchart2017-08-151-60/+27
* drm/omap: fix YUV422 90/270 rotation with mirroringTomi Valkeinen2017-06-021-2/+2
* drm/omap: fix YUV422 rotation with TILERTomi Valkeinen2017-06-021-2/+18
* drm/omap: DRM_MODE_REFLECT_* instead of mirror booleanTomi Valkeinen2017-06-021-14/+10
* drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*Tomi Valkeinen2017-06-021-30/+30
* drm/omap: rename color_mode to fourccTomi Valkeinen2017-06-021-56/+52
* drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*Tomi Valkeinen2017-06-021-71/+72
* drm/omap: use u32 instead of enum omap_color_modeTomi Valkeinen2017-06-021-17/+17
* drm/omap: change supported_modes to an arrayTomi Valkeinen2017-06-021-1/+1
* drm/omap: add format_is_yuv() helperTomi Valkeinen2017-06-021-33/+23
* drm/omap: cleanup offset calculationTomi Valkeinen2017-06-021-4/+2
* drm/omap: remove dma & vrfb rotationTomi Valkeinen2017-06-021-242/+6
* drm/omap: remove CLUTTomi Valkeinen2017-06-021-55/+2
* drm/omap: fix setting & clearing DOUBLESTRIDETomi Valkeinen2017-06-021-5/+6
* drm/omap: remove read_irqenable()Tomi Valkeinen2017-06-021-6/+3
* drm/omap: remove ovl_set_channel_outTomi Valkeinen2017-06-021-7/+6
* drm/omap: remove unused ovl_enabled()Tomi Valkeinen2017-06-021-6/+0
* drm: omapdrm: Remove duplicate error messages when mapping memoryLaurent Pinchart2017-06-021-11/+3
* drm/omap: Fix one ugly indentation style break left by coccinelleJyri Sarha2017-04-031-3/+2
* drm/omap: Rename enum omap_plane to enum omap_plane_idJyri Sarha2017-04-031-56/+68
* drm/omap: dispc: improve debug print of display flagsTomi Valkeinen2017-04-031-5/+15
* drm/omap: fix replication logicTomi Valkeinen2017-04-031-3/+4
* drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabledTomi Valkeinen2017-04-031-10/+0
* drm/omap: remove all EXPORT_SYMBOLs from dispc.cTomi Valkeinen2017-04-031-54/+30
* drm/omap: fill dispc_opsTomi Valkeinen2017-04-031-0/+40
* drm/omap: move dispc related dss-feat funcs to dispcTomi Valkeinen2017-04-031-0/+18
* drm/omapdrm: dispc: Refuse x-decimation above 4 for all but 8-bit formatsJyri Sarha2017-02-161-0/+19
* drm: omapdrm: Check the CRTC software state at enable/disable timeLaurent Pinchart2016-12-191-14/+13
* drm/omap: Use consistent name for struct videomodePeter Ujfalusi2016-11-021-58/+56
* drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi2016-11-021-15/+15
* drm/omap: Change the types of struct omap_video_timings membersPeter Ujfalusi2016-11-021-2/+3
* drm/omap: omap_display_timings: Use display_flags for sync edgePeter Ujfalusi2016-11-021-12/+6
* drm/omap: omap_display_timings: Use display_flags for pixel data edgePeter Ujfalusi2016-11-021-11/+5
* drm/omap: omap_display_timings: Use display_flags for double_pixel modePeter Ujfalusi2016-11-021-3/+3
* drm/omap: omap_display_timings: Use display_flags for DE levelPeter Ujfalusi2016-11-021-12/+7
* drm/omap: omap_display_timings: Use display_flags for h/vsync levelPeter Ujfalusi2016-11-021-22/+11
* drm/omap: dispc: Simplify _dispc_mgr_set_lcd_timings() parametersPeter Ujfalusi2016-11-021-24/+14
OpenPOWER on IntegriCloud