All of lore.kernel.org
 help / color / mirror / Atom feed
* framebuffer driver
@ 2014-12-12  8:08 Sudip Mukherjee
  2014-12-12 10:43 ` Sudip Mukherjee
  0 siblings, 1 reply; 4+ messages in thread
From: Sudip Mukherjee @ 2014-12-12  8:08 UTC (permalink / raw)
  To: kernelnewbies

Hi,
I have started with a pci based vga card. after booting i can see the
card in lspci , and after loading the driver as a module i can see
that the driver is linked with the device using lspci -k.

for initial testing, i am using the ioctl command FBIOPUT_CON2FBMAP ,
which is supposed to map a console to a particular framebuffer. But on
switching to that console I am not getting anything in the monitor. To
test if ioctl is getting executed, i inserted some debugging messages
as pr_err() in that particular case of the ioctl function in
drivers/video/fbdev/core/fbmem.c , but after calling the ioctl again i
am not getting those debug messages in dmesg.
Now i am in doubt about what is happening.. if ioctl is executed then
my debug messages should have been printed.

Can anyone please give me some hints about how to test this new vga
card... and also why the debug messages from ioctl is not getting
printed ..

i think its almost a similar thing as https://lkml.org/lkml/2009/12/2/288


thanks
sudip

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-13 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1CrbHR-000AkB-00.kirdevv-mail-ru@f7.mail.ru>
2005-01-20 21:59 ` Framebuffer Driver Antonino A. Daplas
2014-12-12  8:08 framebuffer driver Sudip Mukherjee
2014-12-12 10:43 ` Sudip Mukherjee
2014-12-13 10:24   ` Sudip Mukherjee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.