1
0
Fork 0
alistair23-linux/drivers/gpu/drm/fsl-dcu
Ville Syrjälä b44f84081b drm: Stop using drm_vblank_count() as the hw frame counter
drm_vblank_count() returns the software counter. We should not pretend
it's the hw counter since we use the hw counter to figuere out what the
software counter value should be. So instead provide a new function
drm_vblank_no_hw_counter() for drivers that don't have a real hw
counter. The new function simply returns 0, which is about the only
thing it can do.

Cc: Vincent Abriou <vincent.abriou@st.com>
Cc: Thierry Reding <treding@nvidia.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Vincent Abriou <vincent.abriou@st.com>
[danvet: s/int pipe/unsigned int pipe/ to follow Thierry's interface
change.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2015-10-07 16:13:52 +02:00
..
Kconfig drm/layerscape: Add Freescale DCU DRM driver 2015-08-19 22:23:04 -04:00
Makefile drm/layerscape: Add Freescale DCU DRM driver 2015-08-19 22:23:04 -04:00
fsl_dcu_drm_crtc.c drm/layerscape: Add Freescale DCU DRM driver 2015-08-19 22:23:04 -04:00
fsl_dcu_drm_crtc.h drm/layerscape: Add Freescale DCU DRM driver 2015-08-19 22:23:04 -04:00
fsl_dcu_drm_drv.c drm: Stop using drm_vblank_count() as the hw frame counter 2015-10-07 16:13:52 +02:00
fsl_dcu_drm_drv.h drm/layerscape: Add Freescale DCU DRM driver 2015-08-19 22:23:04 -04:00
fsl_dcu_drm_fbdev.c drm/layerscape: Add Freescale DCU DRM driver 2015-08-19 22:23:04 -04:00
fsl_dcu_drm_kms.c drm/layerscape: Add Freescale DCU DRM driver 2015-08-19 22:23:04 -04:00
fsl_dcu_drm_output.h drm/layerscape: Add Freescale DCU DRM driver 2015-08-19 22:23:04 -04:00
fsl_dcu_drm_plane.c Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next 2015-09-30 08:35:45 +10:00
fsl_dcu_drm_plane.h drm/layerscape: Add Freescale DCU DRM driver 2015-08-19 22:23:04 -04:00
fsl_dcu_drm_rgb.c drm/layerscape: Add Freescale DCU DRM driver 2015-08-19 22:23:04 -04:00