Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
adac8d65f399b02e8a2222fc75c658e4b8d24f65
/
drivers
/
video
/
via
/
viafbdev.c
adac8d6
viafb: fix hardware acceleration for suspend & resume
by Florian Tobias Schandinat
· 15 years ago
466bc7fc
viafb: make suspend and resume work (on all machines?)
by Florian Tobias Schandinat
· 15 years ago
b75f2c0
viafb: restore display on resume
by Florian Tobias Schandinat
· 15 years ago
3fd9b6c
Minimal support for viafb suspend/resume
by Deepak Saxena
· 15 years ago
a2aa9f9
viafb: rename output devices
by Florian Tobias Schandinat
· 14 years ago
dd7a0b0
viafb: add a mapping of supported output devices
by Florian Tobias Schandinat
· 14 years ago
6f9422d
viafb: introduce per output device power management
by Florian Tobias Schandinat
· 14 years ago
2a91839
viafb: add interface for output device configuration
by Florian Tobias Schandinat
· 14 years ago
f4ab2f7a
viafb: propagate __init and __devinit
by Florian Tobias Schandinat
· 14 years ago
af29a5b
viafb: fix accel_flags check_var bug
by Florian Tobias Schandinat
· 14 years ago
cd58995
viafb: probe cleanups
by Florian Tobias Schandinat
· 14 years ago
45f85f4
viafb: remove ioctls which break the framebuffer interface
by Florian Tobias Schandinat
· 14 years ago
65123c6
viafb: update fix before calculating depth
by Florian Tobias Schandinat
· 14 years ago
a51faab
drivers/video/via: use memdup_user
by Julia Lawall
· 14 years ago
7c6d87a
Merge branch 'viafb-next' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 14 years ago
ec66841
viafb: move some include files to include/linux
by Jonathan Corbet
· 15 years ago
2b78a96
viafb: make procfs entries optional
by Florian Tobias Schandinat
· 15 years ago
2fed547
viafb: fix proc entry removal
by Florian Tobias Schandinat
· 15 years ago
2749413
viafb: unify modesetting functions
by Florian Tobias Schandinat
· 15 years ago
24b4d82
viafb: Separate global and fb-specific data
by Jonathan Corbet
· 15 years ago
f045f77
viafb: Move core stuff into via-core.c
by Jonathan Corbet
· 15 years ago
277d32a
viafb: rework the I2C support in the VIA framebuffer driver
by Harald Welte
· 15 years ago
1b1f8cd
viafb: Unmap the frame buffer on initialization error
by Jonathan Corbet
· 15 years ago
b72a507
viafb: use proper pci config API
by Harald Welte
· 16 years ago
109771a
viafb: Fix various resource leaks during module_init()
by Harald Welte
· 16 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
e17cea3
viafb: support color depth 15 and 30
by Florian Tobias Schandinat
· 15 years ago
415559f
viafb: rework color setting
by Florian Tobias Schandinat
· 15 years ago
dbb7884
viafb: some virtual_xres handling fixes
by Florian Tobias Schandinat
· 15 years ago
bd14069
viafb: rework color checking
by Florian Tobias Schandinat
· 15 years ago
dba77f8
viafb: make some variables a bit less global
by Florian Tobias Schandinat
· 15 years ago
fe9aab8
viafb: introduce strict parameter checking
by Florian Tobias Schandinat
· 15 years ago
5c9443e
viafb: make viafb_set_par more dual framebuffer compatible
by Florian Tobias Schandinat
· 15 years ago
ee79d54
viafb: video address setting revisited
by Florian Tobias Schandinat
· 15 years ago
7cf6079
viafb: reorder initialization for dual framebuffer mode
by Florian Tobias Schandinat
· 15 years ago
d8566b2
viafb: yet another dead code removal
by Florian Tobias Schandinat
· 15 years ago
dd73d68
viafb: split global index up
by Florian Tobias Schandinat
· 15 years ago
cc8b82f
viafb: deprecate private ioctls
by Florian Tobias Schandinat
· 15 years ago
8a3a95c
viafb: do modesetting after updating variables
by Erik-Jan Post
· 15 years ago
0b94190
viafb: fix LCD hardware cursor regression
by Florian Tobias Schandinat
· 15 years ago
0f05058
drivers/video/via/viafbdev.c: correct code taking the size of a pointer
by Julia Lawall
· 15 years ago
8130b3b
drivers/video/via/viafbdev.c: fix oops with no /proc
by Dan Carpenter
· 15 years ago
db8df7b
viafb: pass reference to pci device when calling framebuffer_alloc()
by Harald Welte
· 15 years ago
2d280f7
viafb: make viafb a first-class citizen using pci_driver
by Harald Welte
· 15 years ago
0306ab1
viafb: add support for the VX855 chipset
by Harald Welte
· 15 years ago
5ff32f6
viafb: use read-only mode parsing
by Florian Tobias Schandinat
· 15 years ago
93967be
viafb: make module parameters visible in sysfs
by Harald Welte
· 15 years ago
31de59d
viafb: hardware acceleration initialization cleanup
by Florian Tobias Schandinat
· 15 years ago
2d6e885
viafb: improve pitch handling
by Florian Tobias Schandinat
· 15 years ago
5016af53
viafb: cleanup viafb_cursor
by Florian Tobias Schandinat
· 15 years ago
afbd3c1
viafb: switch to seq_file
by Alexey Dobriyan
· 15 years ago
c3e2567
viafb: 2D engine rewrite
by Florian Tobias Schandinat
· 15 years ago
c4df548
viafb: improve viafb_par
by Florian Tobias Schandinat
· 15 years ago
68fa920
viafb: another small cleanup of viafb_par
by Florian Tobias Schandinat
· 15 years ago
b852abc
viafb: remove unused video device stuff
by Florian Tobias Schandinat
· 15 years ago
db88e38
viafb: clean up virtual memory handling
by Florian Tobias Schandinat
· 15 years ago
b008c64b
viafb: clean up duoview
by Florian Tobias Schandinat
· 15 years ago
13147f2
viafb: remove duplicated mode information
by Florian Tobias Schandinat
· 15 years ago
bc6932b
viafb: fix ioremap_nocache error handling
by Florian Tobias Schandinat
· 15 years ago
09cf118
viafb: split viafb_set_start_addr up
by Florian Tobias Schandinat
· 15 years ago
81228a3
viafb: merge viafb_update_viafb_par in viafb_update_fix
by Florian Tobias Schandinat
· 15 years ago
5215944
viafb: fix rmmod bug
by Florian Tobias Schandinat
· 15 years ago
ee1ef82
viafb: make it work on x86_64
by Harald Welte
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
2899bb0
viafb: fix sparse warnings
by Hannes Eder
· 16 years ago
e687d69
viafb: fix crashes due to 4k stack overflow
by Bruno Prémont
· 16 years ago
c267fd7
viafb: fix releasing of /proc/viafb/ subtree
by Bruno Prémont
· 16 years ago
b3a45d8
viafb: viafbdev.c (update)
by Joseph Chan
· 16 years ago
29b619f
viafb: viafbdev.c, viafbdev.h
by Joseph Chan
· 16 years ago