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