index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
pxafb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-20
video: pxafb: use dev_get_platdata()
Jingoo Han
1
-8
/
+8
2013-06-26
video: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-01-03
Drivers: video: remove __dev* attributes.
Greg Kroah-Hartman
1
-17
/
+16
2012-09-14
ARM: pxa: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-03-21
video: pxafb: add clk_prepare/clk_unprepare calls
Philipp Zabel
1
-2
/
+2
2012-03-06
pxafb: do console locking before calling fb_blank()
Vasily Khoruzhick
1
-1
/
+5
2011-11-01
Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
1
-10
/
+0
2011-10-08
ARM: pxa: make pxafb_smart_*() empty when not enabled
Eric Miao
1
-10
/
+0
2011-10-03
video: irq: Remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2011-04-12
ARM: pxafb: Fix access to nonexistent member of pxafb_info
Marek Vasut
1
-1
/
+3
2011-03-16
ARM: pxafb: don't disable controller on cpufreq transition if overlay in use
Vasily Khoruzhick
1
-1
/
+2
2011-03-16
ARM: pxafb: fix typo in ypos assignment
Vasily Khoruzhick
1
-2
/
+2
2011-03-16
ARM: pxafb: fix plane Z-ordering problem
Vasily Khoruzhick
1
-2
/
+6
2011-03-16
ARM: pxafb: rework pxafb overlay memory management
Vasily Khoruzhick
1
-42
/
+79
2009-12-29
[ARM] pxafb: fix building issue of incorrect reference
Eric Miao
1
-2
/
+2
2009-12-16
drivers/video: Move dereference after NULL test
Julia Lawall
1
-2
/
+3
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
2009-12-01
pxafb: add transparency field to pxafb_mode_info struct
Pieter Grimmerink
1
-0
/
+1
2009-12-01
pxafb: use passed fb_var_screeninfo struct in pxafb_pan_display()
Sven Neumann
1
-5
/
+17
2009-09-12
[ARM] pxafb: add accelerator ID for PXA3xx GCU
Daniel Mack
1
-0
/
+3
2009-09-10
[ARM] pxa: update pxafb.c to use 'struct dev_pm_ops'
Mike Rapoport
1
-9
/
+12
2009-09-10
[ARM] pxafb: use resource_size() function
Daniel Mack
1
-4
/
+4
2009-06-30
fbdev: add mutex for fb_mmap locking
Krzysztof Helt
1
-0
/
+2
2009-04-21
pxafb: lcsr1 is unused without CONFIG_FB_PXA_OVERLAY
Denis V. Lunev
1
-7
/
+9
2009-03-24
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...
root
1
-0
/
+14
2009-03-23
Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...
Eric Miao
1
-0
/
+14
2009-03-19
[ARM] pxa: fix overlay being un-necessarily initialized on pxa25x
Eric Miao
1
-0
/
+14
2009-03-13
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel
Russell King
1
-1
/
+1
2009-03-09
[ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h
Eric Miao
1
-1
/
+0
2009-03-03
[ARM] fix lots of ARM __devexit sillyness
Russell King
1
-1
/
+1
2008-12-29
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...
Russell King
1
-246
/
+613
2008-12-29
[ARM] pxafb: add support for overlay1 and overlay2 as framebuffer devices
Eric Miao
1
-7
/
+357
2008-12-29
[ARM] pxafb: cleanup of the timing checking code
Eric Miao
1
-64
/
+44
2008-12-29
[ARM] pxafb: cleanup of the color format manipulation code
Eric Miao
1
-77
/
+106
2008-12-29
[ARM] pxafb: add palette format support for LCCR4_PAL_FOR_3
Eric Miao
1
-11
/
+10
2008-12-29
[ARM] pxafb: add support for FBIOPAN_DISPLAY by dma braching
Eric Miao
1
-16
/
+45
2008-12-29
[ARM] pxafb: allow pxafb_set_par() to start from arbitrary yoffset
Eric Miao
1
-13
/
+16
2008-12-29
[ARM] pxafb: allow video memory size to be configurable
Eric Miao
1
-77
/
+54
2008-12-23
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...
Russell King
1
-73
/
+29
2008-12-17
[ARM] pxafb: avoid the racing condition in pxafb_smart_thread
Eric Miao
1
-0
/
+4
2008-12-17
[ARM] pxafb: allow insertion of delay to the smart panel command sequence
Eric Miao
1
-3
/
+10
2008-12-17
[ARM] pxafb: allow better platform configurable smart panel timing
Eric Miao
1
-1
/
+3
2008-12-17
[ARM] pxafb: small cleanup of the smart panel code
Eric Miao
1
-15
/
+12
2008-12-17
[ARM] pxafb: remove now unused pxafb_setup_gpio() and related stuffs
Eric Miao
1
-54
/
+0
2008-12-02
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...
Russell King
1
-9
/
+9
2008-12-02
[ARM] pxafb: make {backlight,lcd}_power() members of struct pxafb_info
Eric Miao
1
-9
/
+9
2008-11-27
[ARM] pxa: don't pass a consumer clock name for devices with unique clocks
Russell King
1
-1
/
+1
2008-11-11
pxafb: only initialize the smart panel thread when dealing with a smartpanel
Eric Miao
1
-0
/
+3
2008-11-11
pxafb: introduce LCD_TYPE_MASK and use it.
Eric Miao
1
-1
/
+1
2008-08-16
[ARM] pxafb: fix the warning of incorrect lccr when lcd_conn is specified
Eric Miao
1
-26
/
+36
[next]