2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 23:23:55 +08:00
linux-next/drivers/video/omap2/dss
Chandrabhanu Mahapatra 702d267eb8 OMAPDSS: Cleanup DSSDBG with dynamic pr_debug function
The printk in DSSDBG function definition is replaced with dynamic debug enabled
pr_debug(). The use of dynamic debugging provides more flexibility as each debug
statement can be enabled or disabled dynamically on basis of source filename,
line number, module name etc., by writing to a control file in debugfs
filesystem. For better understanding please refer to
Documentation/dynamic-debug-howto.txt.

The DSSDBGF() differs from DSSDBG() by providing function name. However,
function name, line number, module name and thread ID can be printed through
dynamic debug by setting appropriate flags 'f','l','m' and 't' in the debugfs
control file. So, DSSDBGF instances are replaced with DSSDBG.

Signed-off-by: Chandrabhanu Mahapatra <cmahapatra@ti.com>
Reviewed-by: Sumit Semwal <sumit.semwal@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2012-10-12 14:15:30 +03:00
..
apply.c OMAPDSS: Cleanup DSSDBG with dynamic pr_debug function 2012-10-12 14:15:30 +03:00
core.c OMAPDSS: Create new debug config options 2012-10-12 14:15:30 +03:00
dispc_coefs.c OMAPDSS: DISPC: Fix FIR coefficients 2012-03-06 14:08:23 +02:00
dispc.c OMAPDSS: DISPC: Configure color conversion coefficients for writeback 2012-09-26 14:58:51 +03:00
dispc.h OMAPDSS: DISPC: Add writeback register offsets and dss features structs 2012-09-26 14:58:50 +03:00
display.c OMAPDSS: Create links between managers, outputs and devices 2012-09-26 14:58:33 +03:00
dpi.c OMAPDSS: add missing include for string.h 2012-09-28 10:03:03 +03:00
dsi.c OMAPDSS: Cleanup DSSDBG with dynamic pr_debug function 2012-10-12 14:15:30 +03:00
dss_features.c OMAPDSS: DISPC: Add writeback register offsets and dss features structs 2012-09-26 14:58:50 +03:00
dss_features.h OMAPDSS: DISPC: Add writeback register offsets and dss features structs 2012-09-26 14:58:50 +03:00
dss.c OMAPDSS: Create new debug config options 2012-10-12 14:15:30 +03:00
dss.h OMAPDSS: Cleanup DSSDBG with dynamic pr_debug function 2012-10-12 14:15:30 +03:00
hdmi_panel.c OMAPDSS: HDMI: fix initial HDMI enable 2012-08-22 11:33:32 +03:00
hdmi.c OMAPDSS: HDMI: Replace dssdev->manager with dssdev->output->manager references 2012-09-26 14:58:36 +03:00
Kconfig OMAPDSS: Create new debug config options 2012-10-12 14:15:30 +03:00
Makefile OMAPDSS: Create new debug config options 2012-10-12 14:15:30 +03:00
manager-sysfs.c OMAPDSS: MANAGER: Update display sysfs store 2012-09-26 14:58:37 +03:00
manager.c OMAPDSS: Remove old way of setting manager and device links 2012-09-26 14:58:38 +03:00
output.c OMAPDSS: Create links between managers, outputs and devices 2012-09-26 14:58:33 +03:00
overlay-sysfs.c OMAPDSS: split overlay sysfs code 2012-09-07 20:02:10 +03:00
overlay.c OMAPDSS: OVERLAY/MANAGER: Get device via output 2012-09-26 14:58:37 +03:00
rfbi.c OMAPDSS: RFBI: Replace dssdev->manager with dssdev->output->manager references 2012-09-26 14:58:35 +03:00
sdi.c OMAPDSS: add missing include for string.h 2012-09-28 10:03:03 +03:00
ti_hdmi_4xxx_ip.c OMAPDSS: HDMI: Remove custom hdmi_video_timings struct 2012-06-29 10:15:53 +03:00
ti_hdmi_4xxx_ip.h OMAPDSS: HDMI: Add an audio configuration function 2012-05-11 15:17:08 +03:00
ti_hdmi.h OMAPDSS: HDMI: Remove custom hdmi_video_timings struct 2012-06-29 10:15:53 +03:00
venc_panel.c OMAPDSS: VENC: Maintian copy of video output polarity info in private data 2012-08-16 18:47:52 +05:30
venc.c OMAPDSS: VENC: Replace dssdev->manager with dssdev->output->manager references 2012-09-26 14:58:36 +03:00