index
:
platform/upstream/libdrm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_dev
accepted/tizen_base_riscv
accepted/tizen_base_toolchain
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
atomic
devel/sprd_drm
devel/x11
old/tizen_20170308
old/tizen_20180227
old/tizen_20190318
old/tizen_20190424
old/tizen_20201207
old/tizen_base_20221208
old/tizen_base_20231204
pristine-tar
sandbox/elongbug/test
sandbox/ipptest
sandbox/m.szyprowski/atomictest_vc4
sandbox/m.szyprowski/ipp_v2
sandbox/mkashkarov/tizen_6.0_build
sandbox/mszyprowski/ipp_v2
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
tizen_ivi_release
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-30
drm: Introduce a drmSetClientCap() wrapper
Damien Lespiau
2
-0
/
+9
2013-09-30
drm: Sync the DRM_SET_CLIENT_CAP ioctl definition
Damien Lespiau
1
-0
/
+16
2013-09-30
drm: Synchronize the stereo 3D mode flags from the kernel headers
Damien Lespiau
2
-28
/
+49
2013-09-29
radeon: fix pitch alignment for non-power-of-two mipmaps on SI
Marek Olšák
1
-3
/
+11
2013-09-24
configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE
Emil Velikov
1
-1
/
+1
2013-09-22
libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic
Daniel Kurtz
2
-4
/
+4
2013-09-18
radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK
Michel Dänzer
2
-3
/
+14
2013-09-11
freedreno: add missing NOSYNC flag
Rob Clark
1
-2
/
+2
2013-09-11
modetest: allow setting a scaling factor when showing plane
Ilia Mirkin
1
-5
/
+15
2013-09-11
modetest: add a -D option to specify a device to be used
Ilia Mirkin
1
-4
/
+10
2013-09-06
radeon: pad CS to 8 DW
Alex Deucher
1
-0
/
+3
2013-09-06
radeon: add berlin pci ids
Alex Deucher
1
-0
/
+22
2013-08-30
intel: Update package name and description in libdrm_intel.pc
Emil Velikov
1
-2
/
+2
2013-08-30
freedreno: set automake options to include subdir-objects
Emil Velikov
1
-0
/
+2
2013-08-30
freedreno: use local drm.h over the system one
Emil Velikov
2
-2
/
+2
2013-08-30
tests/modetest: silence compiler warning about uninitialised variables
Emil Velikov
1
-3
/
+3
2013-08-30
tests/*version: add missing string.h header
Emil Velikov
2
-0
/
+2
2013-08-30
tests: add msm
Rob Clark
2
-2
/
+2
2013-08-28
freedreno: add support for msm drm
Rob Clark
9
-1
/
+951
2013-08-28
freedreno: support either kgsl or msm
Rob Clark
15
-603
/
+1103
2013-08-05
modetest: Allocate NV buffers large enough for the two planes
Laurent Pinchart
1
-1
/
+18
2013-08-05
modetest: Fix line stride in SMPTE YUV packet pattern generator
Laurent Pinchart
1
-6
/
+6
2013-08-05
modetest: Try all possible encoders for a connector
Laurent Pinchart
1
-10
/
+25
2013-08-05
modetest: Support pipes with multiple connectors
Laurent Pinchart
1
-54
/
+157
2013-08-05
modetest: Rename struct connector_arg to struct pipe_arg
Laurent Pinchart
1
-77
/
+85
2013-08-05
modetest: Split mode setting and plane setup
Laurent Pinchart
1
-32
/
+72
2013-08-05
modetest: Give the CRTC ID to the -P option
Laurent Pinchart
1
-15
/
+17
2013-08-05
modetest: Store the mode in the crtc structure
Laurent Pinchart
1
-2
/
+8
2013-08-05
modetest: Store the crtc in the connector_arg structure
Laurent Pinchart
1
-21
/
+37
2013-08-05
modetest: Remove the struct connector_arg encoder field
Laurent Pinchart
1
-5
/
+5
2013-08-05
modetest: Compute CRTC pipe number as needed
Laurent Pinchart
1
-12
/
+17
2013-08-05
modetest: Create a device structure
Laurent Pinchart
1
-98
/
+103
2013-08-05
modetest: Remove the -m argument
Laurent Pinchart
1
-7
/
+3
2013-08-05
modetest: Print the plane ID when setting up a plane
Laurent Pinchart
1
-4
/
+4
2013-08-05
modetest: Allow specifying plane position
Laurent Pinchart
1
-15
/
+52
2013-08-05
modetest: Add a command line parameter to set properties
Laurent Pinchart
1
-2
/
+106
2013-08-05
modetest: Don't limit mode set and planes to two instances
Laurent Pinchart
1
-2
/
+18
2013-08-05
modetest: Retrieve all resources in one go
Laurent Pinchart
1
-147
/
+261
2013-08-05
modetest: Add a command line parameter to drop master after mode set
Laurent Pinchart
1
-2
/
+9
2013-08-05
modetest: Add a command line parameter to select the driver
Laurent Pinchart
1
-15
/
+35
2013-08-05
modetest: Sort command line arguments
Laurent Pinchart
1
-22
/
+27
2013-08-05
modetest: Remove extern declarations of opt(arg|ind|err|opt)
Laurent Pinchart
1
-2
/
+0
2013-08-05
modetest: Fix warnings
Laurent Pinchart
4
-31
/
+35
2013-08-01
tests: add tilcdc to modetest/vbltest
Rob Clark
2
-2
/
+2
2013-07-16
intel: silence valgrind warnings for unsynchronized maps
Chia-I Wu
1
-0
/
+7
2013-07-04
libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC
Imre Deak
1
-0
/
+1
2013-07-02
libdrm: bump to 2.4.46
libdrm-2.4.46
2.4.46
Dave Airlie
1
-1
/
+1
2013-07-02
drm: add hotspot cursor interface support.
Dave Airlie
4
-0
/
+30
2013-06-28
radeon: add kabini pci ids
Alex Deucher
1
-0
/
+17
2013-06-28
radeon: add Bonaire pci ids
Alex Deucher
1
-0
/
+9
[next]