Sign in
android-kvm
/
linux
/
9857b1ad4740ec2429e8ec0a39946d45a8d2cff9
/
drivers
/
gpu
/
drm
/
atmel-hlcdc
55edf41
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
by Jani Nikula
· 8 years ago
9fe58f0
drm/atmel-hlcdc: Use per-plane rotation property
by Ville Syrjälä
· 8 years ago
bd2ef25
drm: Add drm_rotation_90_or_270()
by Ville Syrjälä
· 8 years ago
0853695
drm: Add reference counting to drm_atomic_state
by Chris Wilson
· 8 years ago
ca09fb9
Merge tag 'v4.8-rc8' into drm-next
by Dave Airlie
· 8 years ago
0f288605
drm: Don't swallow error codes in drm_dev_alloc()
by Tom Gundersen
· 8 years ago
1ba7db0
drm/atmel-hlcdc: Make ->reset() implementation static
by Thierry Reding
· 9 years ago
d31ed3f
drm: atmel-hlcdc: Fix vertical scaling
by Jan Leupold
· 9 years ago
2b58e98
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
by Liu Ying
· 9 years ago
1832040
drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fb
by Chris Wilson
· 9 years ago
31ad61e
drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
by Joonas Lahtinen
· 9 years ago
2383050f
Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc
by Daniel Vetter
· 9 years ago
5de10e9
drm/atmel-hlcdc: make fbdev support really optional
by Tobias Jakobi
· 9 years ago
6c181c8
Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
548ebe1
drm/atmel: use drm_crtc_handle_vblank()
by Gustavo Padovan
· 9 years ago
542d972
Back-merge tag 'v4.7-rc5' into drm-next
by Dave Airlie
· 9 years ago
6966e48
drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all()
by Chris Wilson
· 9 years ago
0b1e1eb
drm: atmel-hlcdc: Fix OF graph parsing
by Boris Brezillon
· 9 years ago
1b7e38b
drm: atmel-hlcdc: actually disable scaling when no scaling is required
by Boris Brezillon
· 9 years ago
99e6fe50
drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()
by Chris Wilson
· 9 years ago
f22c912
drm: atmel-hlcdc: Rely on the default ->best_encoder() behavior
by Boris Brezillon
· 9 years ago
5e84c26
drm/atomic-helper: Massage swap_state signature somewhat
by Daniel Vetter
· 9 years ago
2cca455
Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
bb4cec0
Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
23a25ed
drm/atmel: use drm_crtc_vblank_{get,put}()
by Gustavo Padovan
· 9 years ago
8176731
drm/atmel: use drm_crtc_send_vblank_event()
by Gustavo Padovan
· 9 years ago
58a2ab3
drm: atmel-hlcdc: fix a NULL check
by Dan Carpenter
· 9 years ago
c2e4c99
drm: atmel-hlcdc: fix atmel_hlcdc_crtc_reset() implementation
by Boris Brezillon
· 9 years ago
3100e64
drm/atmel: Use lockless gem BO free callback
by Daniel Vetter
· 9 years ago
ec2dc6a
drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_state
by Daniel Vetter
· 9 years ago
9a297b3
Merge branch 'drm-atmel-hlcdc-devel' of https://github.com/bbrezillon/linux-at91 into drm-next
by Dave Airlie
· 9 years ago
b3383f7
drm: atmel_hldc: Use generic drm_connector_register_all() helper
by Alexey Brodkin
· 9 years ago
ebab87a
drm: atmel-hlcdc: route DMA accesses through AHB interfaces
by Boris Brezillon
· 9 years ago
5ac44c8
drm: atmel-hlcdc: check display mode validity in crtc->mode_fixup()
by Boris Brezillon
· 9 years ago
17a8e03
drm: atmel-hlcdc: rework the output code to support drm bridges
by Boris Brezillon
· 9 years ago
aca63b7
drm: atmel-hlcdc: move output mode selection in CRTC implementation
by Boris Brezillon
· 9 years ago
79a3fc2
drm: atmel-hlcdc: support extended timing ranges on sama5d4 and sama5d2
by Boris Brezillon
· 9 years ago
aab6d08
drm: atmel-hlcdc: remove leftovers from atomic mode setting migration
by Boris Brezillon
· 9 years ago
abfc936
drm: atmel-hlcdc: fix connector and encoder types
by Boris Brezillon
· 9 years ago
9b19061
drm: atmel-hlcdc: support asynchronous atomic commit operations
by Boris Brezillon
· 9 years ago
1a7b37c
drm: atmel-hlcdc: add a ->cleanup_fb() operation
by Boris Brezillon
· 9 years ago
222b909
drm/atmel: Fixup drm_connector_/unplug/unregister/_all
by Daniel Vetter
· 9 years ago
b47ff7e
drm/atmel-hlcdc: use helper to get crtc state
by Andrzej Hajda
· 9 years ago
074b962
drm/atmel-hlcdc: remove optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
9c333c2
drm/atmel: Nuke preclose
by Daniel Vetter
· 9 years ago
e112e59
drm: use dev_name as default unique name in drm_dev_alloc()
by Nicolas Iooss
· 9 years ago
e9becd4
drm/atmel-hlcdc: Constify function pointer structs
by Ville Syrjälä
· 9 years ago
d6ec5ec
drm: atmel-hlcdc: Fix module autoload for OF platform driver
by Luis de Bethencourt
· 9 years ago
34649c4
drm: atmel-hlcdc: add support for sama5d2 SoCs
by Nicolas Ferre
· 9 years ago
13a3d91
drm: Pass 'name' to drm_encoder_init()
by Ville Syrjälä
· 9 years ago
b0b3b79
drm: Pass 'name' to drm_universal_plane_init()
by Ville Syrjälä
· 9 years ago
f988287
drm: Pass 'name' to drm_crtc_init_with_planes()
by Ville Syrjälä
· 9 years ago
1eb83451
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
by Ville Syrjälä
· 9 years ago
b44f840
drm: Stop using drm_vblank_count() as the hw frame counter
by Ville Syrjälä
· 9 years ago
88e7271
drm/irq: Use unsigned int pipe in public API
by Thierry Reding
· 9 years ago
14152c8
drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASK
by Joonas Lahtinen
· 9 years ago
844f911
drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.
by Maarten Lankhorst
· 10 years ago
3732ce7
Merge tag 'v4.2-rc8' into drm-next
by Dave Airlie
· 10 years ago
5b9fb5e
drm: atmel-hlcdc: add support for sama5d4 SoCs
by Boris Brezillon
· 10 years ago
6b22cad
drm: atmel-hlcdc: add support for at91sam9n12 SoC
by Boris Brezillon
· 10 years ago
348ef85
drm: atmel-hlcdc: add support for at91sam9x5 SoCs
by Boris Brezillon
· 10 years ago
923f869
drm: atmel-hlcdc: add RGB565 and RGB444 output support
by Boris Brezillon
· 10 years ago
aa690a9
drm: atmel-hlcdc: add the missing DRM_ATOMIC flag
by Boris Brezillon
· 10 years ago
e14c71c
drm: atmel-hlcdc: add PRIME support
by Boris Brezillon
· 10 years ago
dbb3df2
drm/atmel-hlcdc: Compile suspend/resume for PM_SLEEP only
by Thierry Reding
· 10 years ago
4eebf60
Merge tag 'v4.2-rc7' into drm-next
by Dave Airlie
· 10 years ago
613d2b2
drm/atomic: pass old crtc state to atomic_begin/flush.
by Maarten Lankhorst
· 10 years ago
8c4b4b0
drm: atmel-hlcdc: fix vblank initial state
by Boris Brezillon
· 10 years ago
f026eb6
drm: atmel-hlcdc: use appropriate enabled flag in suspend/resume
by Sylvain Rochet
· 10 years ago
a8c6ecb
Merge tag 'v4.0-rc3' into drm-next
by Dave Airlie
· 10 years ago
d136dfe
drm: Pass in new and old plane state to prepare_fb and cleanup_fb
by Tvrtko Ursulin
· 10 years ago
0bb59cb
drm: atmel-hlcdc: remove clock polarity from crtc driver
by Nicolas Ferre
· 10 years ago
0f2cfa8
drm: atmel-hlcdc: remove useless pm_runtime_put_sync in probe
by Boris Brezillon
· 10 years ago
bd4248b
drm: atmel-hlcdc: reset layer A2Q and UPDATE bits when disabling it
by Boris Brezillon
· 10 years ago
16e6004
drm: atmel-hlcdc: Add pinctrl PM select sleep,default state in CRTC suspend/resume
by Sylvain Rochet
· 10 years ago
5848698
drm: atmel-hlcdc: Add PM suspend/resume support
by Sylvain Rochet
· 10 years ago
5957017
drm: atmel-hlcdc: add discard area support
by Boris Brezillon
· 10 years ago
2389fc1
drm: atmel-hlcdc: Atomic mode-setting conversion
by Boris Brezillon
· 10 years ago
9ec60ca6
drm: atmel-hlcdc: Add dependency on ARM
by Boris Brezillon
· 10 years ago
1a39678
drm: add Atmel HLCDC Display Controller support
by Boris Brezillon
· 10 years ago