index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
bcm63xx_wdt.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-22
drm: Add HLG EOTF
Ville Syrjälä
2
-1
/
+3
2019-05-22
drm: Enable HDR infoframe support
Uma Shankar
4
-0
/
+295
2019-05-22
drm: Parse HDR metadata info from EDID
Uma Shankar
1
-0
/
+51
2019-05-22
drm: Add reference counting on HDR metadata blob
Jonas Karlman
1
-0
/
+5
2019-05-22
drm: Add HDR source metadata property
Uma Shankar
6
-0
/
+84
2019-05-22
drm: panfrost: add optional bus_clock
Clément Péron
2
-0
/
+23
2019-05-22
dt-bindings: gpu: add bus clock for Mali Midgard GPUs
Icenowy Zheng
1
-0
/
+6
2019-05-22
drm: remove prime sg_table caching
Christian König
1
-60
/
+17
2019-05-22
dma-buf: start caching of sg_table objects v2
Christian König
2
-2
/
+38
2019-05-22
drm/gma500: drop drmp.h include from all .c files
Sam Ravnborg
38
-147
/
+181
2019-05-22
drm/gma500: drop use of DRM_UDELAY wrapper
Sam Ravnborg
3
-4
/
+4
2019-05-22
drm/gma500: make local header files more self-contained
Sam Ravnborg
6
-0
/
+13
2019-05-22
drm/gma500: drop drmP.h from header files
Sam Ravnborg
15
-14
/
+26
2019-05-22
drm/gma500: remove empty gma_drm.h header file
Sam Ravnborg
10
-34
/
+9
2019-05-22
drm: Assert that BO is locked in drm_gem_vram_{pin, unpin}_locked()
Thomas Zimmermann
1
-0
/
+4
2019-05-22
drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers
Thomas Zimmermann
6
-58
/
+56
2019-05-22
drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin
Thomas Zimmermann
5
-62
/
+20
2019-05-22
dt-bindings: gpu: add #cooling-cells property to the ARM Mali Midgard GPU bin...
Matthias Kaehlcke
1
-0
/
+3
2019-05-22
drm/scheduler: Fix job cleanup without timeout handler
Erico Nunes
1
-1
/
+2
2019-05-21
drm/fourcc: Fix the parameters name in the documentation
Maxime Ripard
1
-2
/
+2
2019-05-21
MAINTAINERS: drop Jerry as TTM maintainer
Christian König
1
-1
/
+0
2019-05-21
drm/lima: add timeout to drm scheduler init
Erico Nunes
2
-8
/
+5
2019-05-21
drm/bochs: Fix connector leak during driver unload
Sam Bobroff
1
-0
/
+2
2019-05-20
drm/bochs: fix ptr_ret.cocci warnings
kbuild test robot
1
-4
/
+1
2019-05-20
drm: Remove users of drm_format_info_plane_cpp
Maxime Ripard
17
-34
/
+17
2019-05-20
drm: Replace instances of drm_format_info by drm_get_format_info
Maxime Ripard
3
-4
/
+4
2019-05-20
drm/fourcc: Pass the format_info pointer to drm_format_plane_width/height
Maxime Ripard
3
-56
/
+50
2019-05-20
drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
Maxime Ripard
18
-38
/
+42
2019-05-20
drm: Remove users of drm_format_(horz|vert)_chroma_subsampling
Maxime Ripard
13
-112
/
+38
2019-05-20
drm: Remove users of drm_format_num_planes
Maxime Ripard
14
-37
/
+32
2019-05-20
drm/rockchip: Change the scl_vop_cal_scl_fac to pass drm_format_info
Maxime Ripard
1
-7
/
+4
2019-05-20
drm/bridge: Remove duplicate header
Sabyasachi Gupta
1
-2
/
+1
2019-05-17
drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functions
Thomas Zimmermann
5
-75
/
+45
2019-05-17
drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200
Thomas Zimmermann
3
-8
/
+88
2019-05-17
drm/stm: dsi: add regulator support
Yannick Fertré
1
-11
/
+49
2019-05-17
dt-bindings: display: stm32: add supply property to DSI controller
Yannick Fertré
1
-0
/
+3
2019-05-16
drm: Fix drm.h uapi header for GNU/kFreeBSD
James Clarke
1
-0
/
+1
2019-05-16
drm/v3d: Fix and extend MMU error handling.
Eric Anholt
5
-7
/
+37
2019-05-16
drm/v3d: Dump V3D error debug registers in debugfs, and one at reset.
Eric Anholt
3
-1
/
+46
2019-05-16
drm/v3d: Set the correct DMA mask according to the MMU's limits.
Eric Anholt
3
-1
/
+14
2019-05-16
drm/v3d: Fix debugfs reads of MMU regs.
Eric Anholt
1
-3
/
+4
2019-05-16
drm/doc: Document expectation that userspace review looks at kernel uAPI.
Eric Anholt
1
-1
/
+3
2019-05-16
drm/doc: Allow new UAPI to be used once it's in drm-next/drm-misc-next.
Eric Anholt
1
-3
/
+3
2019-05-16
drm/fb-helper: Fix drm_fb_helper_hotplug_event() NULL ptr argument
Noralf Trønnes
1
-3
/
+2
2019-05-16
drm/sun4i: sun6i_mipi_dsi: Support DSI GENERIC_SHORT_WRITE_2 transfer
Jagan Teki
1
-0
/
+1
2019-05-15
drm/hisilicon: Convert hibmc-drm driver to VRAM MM
Thomas Zimmermann
4
-145
/
+12
2019-05-15
drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|
Thomas Zimmermann
6
-248
/
+44
2019-05-15
drm/vboxvideo: Convert vboxvideo driver to VRAM MM
Thomas Zimmermann
5
-165
/
+13
2019-05-15
drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|
Thomas Zimmermann
7
-372
/
+45
2019-05-15
drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
Thomas Zimmermann
4
-32
/
+37
[next]